Fix minor bug in ShardManager#removeShardReplica 63/39863/3
authorTom Pantelis <tpanteli@brocade.com>
Mon, 6 Jun 2016 01:25:07 +0000 (21:25 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 6 Jun 2016 03:48:07 +0000 (03:48 +0000)
commit15d2db9a4b59b1e4c6a6d227d82d2595a061c6ba
treec7f0c560d44c74c9fdc6450c94566d94129c2956
parent6d35a41bd686db2a16769bf41dbc027cc833c1b6
Fix minor bug in ShardManager#removeShardReplica

https://git.opendaylight.org/gerrit/#/c/38086/ introdcued a minor bug in
ShardManager#removeShardReplica. The intention was to cleanup
shardReplicaOperationsInProgress on failure so the added line should be
a call to remove and not add.

Change-Id: I36e01f3da75655f39c169c230e9b424a1c6236b9
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