Reduce non-existent Tx chain logging on close in ShardDataTree 87/18887/2
authorTom Pantelis <tpanteli@brocade.com>
Wed, 22 Apr 2015 16:53:12 +0000 (12:53 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 23 Apr 2015 04:30:05 +0000 (00:30 -0400)
commitb3341bb2804f0833c4e1781c0ab7dcb16e498e4b
tree1c9c50ceb5cc2fe82f15caa83d054815deee0234
parente20fff4d018e95cefd1934d2be31e5cd692fe7fa
Reduce non-existent Tx chain logging on close in ShardDataTree

In ShardDataTree#closeTransactionChain, if the Tx chain doesn't exist it
emits a warning. However the CloseTransactionChain message is
broadcasted to all shards so there will always be a non-existent chain
on some shards so I reduced the log level to debug.

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