Make sure write transaction cancellation is propagated
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)
commitebc836daa5f06b0c1d256f9b05daad1187a007ed
treee04d6efbb2a96e4927d70666603df05a5e3a500d
parent74fbdf558366ac6de0f42cd87738cfdf44110539
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