Do not enque purges for ask based protocol 18/82218/1
authorTomas Cere <tomas.cere@pantheon.tech>
Thu, 16 May 2019 12:12:01 +0000 (14:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 May 2019 10:55:55 +0000 (12:55 +0200)
commit9ba29cd861d75d328aa67d53726250226dc8e438
treeac8f50bc4fbfd4af911a50a8ec248ec46676141f
parentf437308703b0386e870f3525f19a3c3b997e8baa
Do not enque purges for ask based protocol

With metadata disabled for ask based protocol, there is no need
to purge transaction on the backend and pollute the journal.

Tell based protocol has purges handled by the fronted so it
should be safe for us to remove them on the backend for ask
protocol.

JIRA: CONTROLLER-1879
Change-Id: Ia5c9470782bb4d59b78bbaa605ee5d36c7fb1644
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
(cherry picked from commit 4944f54d4e1fc24404d55e4ab74b6de212844dcd)
opendaylight/md-sal/sal-cluster-admin-impl/src/test/java/org/opendaylight/controller/cluster/datastore/admin/ClusterAdminRpcServiceTest.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardCommitCoordinator.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardTest.java