Bug 9034: LockManager cancel() ReadWriteTransaction if it's not submit() 96/62196/3
authorMichael Vorburger <vorburger@redhat.com>
Wed, 23 Aug 2017 11:41:04 +0000 (13:41 +0200)
committerSam Hague <shague@redhat.com>
Thu, 24 Aug 2017 00:09:35 +0000 (00:09 +0000)
commit6d467adaf77099b00a5a706a397653f71077d5e9
tree550b83e287acd4617ebcb2707bc6dd18d5fbd881
parent70ba8e64f58d14a5c20369ddaaeef45db1d650be
Bug 9034: LockManager cancel() ReadWriteTransaction if it's not submit()

Based on Robert's analysis, this change will not fix Bug 9034, because
that's due to a leaked TransactionChain (not the ReadWriteTransaction
being fixed here) - but this could well introduce ANOTHER memory leak
in mdsal, so we should get this in nevertheless ASAP.

Change-Id: I2f27c6bfe7428d864cfe9c3e3f07a390145ac98f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
lockmanager/lockmanager-impl/src/main/java/org/opendaylight/genius/lockmanager/LockManager.java