Bug 6540: Notify listeners on applySnapshot 28/45128/1
authorTom Pantelis <tpanteli@brocade.com>
Thu, 1 Sep 2016 16:14:07 +0000 (12:14 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Sun, 4 Sep 2016 07:32:24 +0000 (03:32 -0400)
commitd75c1a0f4b59ef08b5543dfa44914356aa6fe5ac
treecfa1360543ff0c454ec554107aa41008b4990329
parent51a259618fa238c797257058b2f631350221de94
Bug 6540: Notify listeners on applySnapshot

When a snapshot is applied from the leader, we weren't notifying data change listeners.
We should.

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