BUG-5280: Invoke both close and purge at the same time 85/52885/7
authorRobert Varga <rovarga@cisco.com>
Mon, 6 Mar 2017 14:13:22 +0000 (15:13 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 9 Mar 2017 14:31:38 +0000 (14:31 +0000)
commit11d000a598873780b4d81e8717488ab29ab79f21
treef4467d8e087953f8633866529a85dd75185ec8a2
parent542cc671163e58cf681612b5d762ab47eeb71e13
BUG-5280: Invoke both close and purge at the same time

There is no need to gate purge step on the close step
with the current frontend code. Enqueue both steps at the same
time, improving efficiency.

Change-Id: Ia47fa598f7d3798889d03d1f70896c75eff313ea
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/Shard.java