Fix CloseTransactionChain NotSerializableException 86/18886/2
authorTom Pantelis <tpanteli@brocade.com>
Wed, 22 Apr 2015 16:42:03 +0000 (12:42 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 23 Apr 2015 04:27:24 +0000 (00:27 -0400)
commit857330c56f6d7e6e74b764e06c808f295ce3e6ea
tree54810e26007d88c864df10da7a97e3c516cbcb7f
parente20fff4d018e95cefd1934d2be31e5cd692fe7fa
Fix CloseTransactionChain NotSerializableException

In a 3 node cluster, I created a Tx chain on a follower and, on closing
the chain, I saw a NotSerializableException for the
CloseTransactionChain message. CloseTransactionChain is serializable via
protobuff but TransactionChainProxy doesn't call toSerializable.

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