Make sure write transaction cancellation is propagated 48/14548/2
authorRobert Varga <rovarga@cisco.com>
Tue, 27 Jan 2015 17:15:20 +0000 (18:15 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 27 Jan 2015 17:24:35 +0000 (17:24 +0000)
commitdc6411a0bcb72c56d6ae894c71105b43ff5dff26
treedc8ebaf0a8025fab9867b9d04b3cbdc478dd9725
parentb29e146390f425faac8ff70d99ef32eb3b28a50e
Make sure write transaction cancellation is propagated

DOMForwardedWriteTransaction needs to notify subtransactions about
cancellation, as otherwise they will remain logically open and
potentially lost.

Change-Id: I15d926979fe181c60de65f44102b75513fd22dfc
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMForwardedWriteTransaction.java