Bug 4774: Add Tx ID to logging on Tx chain failures 17/31317/2
authorTom Pantelis <tpanteli@brocade.com>
Mon, 14 Dec 2015 19:17:12 +0000 (14:17 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 15 Dec 2015 13:53:58 +0000 (13:53 +0000)
commit9681454e5a6acb2ce5e87c72c06e6a03e901c765
treef7401a5c528598a129beef3176c44da4d00f3077
parent08528168cbcf67ce2b0a897e5ac22888b1da53dd
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>
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