Handle AbortLocalTransactionRequest 08/56008/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2017 14:58:47 +0000 (16:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2017 15:04:55 +0000 (17:04 +0200)
commit79418d81cd6accb12ee52d33d5add6f495d7db3c
treea7200c0b7a03ec9c0ec02ea649134209a2f32a62
parent63d615831603b7a0a11b173f9d9316641e880844
Handle AbortLocalTransactionRequest

When local transactions are aborted from the frontend, it is done
via a dedicated message which we failed to account for. This can
happen only as an alternative to CommitLocalTransactionRequest,
hence needs to be handled only in FrontendReadWriteTransaction.

Change-Id: I350a103f132da473d397a7d5f7de7e45850911f3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractFrontendHistory.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/FrontendReadWriteTransaction.java