Bug 2135: Create ShardInformation on startup 33/12033/5
authortpantelis <tpanteli@brocade.com>
Wed, 8 Oct 2014 11:21:43 +0000 (07:21 -0400)
committertpantelis <tpanteli@brocade.com>
Thu, 9 Oct 2014 01:55:51 +0000 (21:55 -0400)
Modified the ShardManager to create the ShardInformation map on startup,
but without creating the shard actors yet, instead of when the SchemaContext is initialized.

When the SchemaContext is fully initialized then create the shard actors.

On FindLocalShard and FindPrimaryShard messages, only return a valid
response if the shard actor is created and it's initialized.

Change-Id: I361f2af9e53878f62c5890350afd7a5f2877b95c
Signed-off-by: tpantelis <tpanteli@brocade.com>

No differences found