Fix incorrect remove call in ShardManager 49/44949/1
authorTom Pantelis <tpanteli@brocade.com>
Wed, 31 Aug 2016 16:21:38 +0000 (12:21 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 31 Aug 2016 16:21:38 +0000 (12:21 -0400)
commit4639f61a41a93d6a762af97b819d164781b0f9f8
treebdfcd19758c210f769e0448c1d370cfd45ec7c22
parentbde61c4e874d8c7288ba20bcbda326f5904c25b6
Fix incorrect remove call in ShardManager

THe method onRemoveServerReply calls shardReplicaOperationsInProgress.remove
passing the ShardIdentifier however the shardReplicaOperationsInProgress
Set contains shard name Strings. We need to pass shardId.getShardName().

Change-Id: I3441fe8bbe88d65d20f8d9e8d572865f3cd381d8
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/shardmanager/ShardManager.java