Forward CloseTransactionChain messages to the leader 15/78215/4
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 27 Nov 2018 16:03:21 +0000 (17:03 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 27 Nov 2018 21:05:13 +0000 (22:05 +0100)
commit1cb411af2b8effb0b40b6a97d686d3dc83857dfd
tree688d18c2f64784fe6a85824e16bcf389bffa08eb
parent1fd519b7ff9b4bbf9006fee29a0ce8ab33e1be42
Forward CloseTransactionChain messages to the leader

The frontend broadcasts this message to all shards leaders,
but it may end up being misrouted. Make sure we forward the
request to the current leader.

JIRA: CONTROLLER-1628
Change-Id: I8b743c8ea9f4f4467878016dfed8b2ad459309f0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/Shard.java