Bug 4774: Add Tx ID to logging on Tx chain failures 32/31632/1
authorTom Pantelis <tpanteli@brocade.com>
Mon, 14 Dec 2015 19:17:12 +0000 (14:17 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Sat, 19 Dec 2015 11:20:33 +0000 (11:20 +0000)
commit1d58d3c610d5341dcd1133967563eed56b864aba
tree1ba8253b8db32ffdc0ed9764cf61cee9a013b7df
parent23c698279b31e510f2e371d464f6883d420baf5c
Bug 4774: Add Tx ID to logging on Tx chain failures

To help with debugging, it's useful to see the tx ID when a create fails
due to previous tx not ready.

Change-Id: I0547048ea62340a0297affed3512271908eba65a
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
(cherry picked from commit 9681454e5a6acb2ce5e87c72c06e6a03e901c765)
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractTransactionContextFactory.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionContextFactory.java
opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/sal/core/spi/data/AbstractSnapshotBackedTransactionChain.java