Bug 4427: Clear cached flow conditions on transaction cancel. 26/28226/1
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Wed, 7 Oct 2015 14:25:23 +0000 (23:25 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Fri, 9 Oct 2015 19:48:42 +0000 (19:48 +0000)
Change-Id: I69600756a7a2538c088cb35775a4bc5aff254f9f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
(cherry picked from commit 87df4ae0c7f5c80cd743f934f9b5ee765d1d8cdd)

manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/util/tx/TxQueueImpl.java

index c33ca5e624885c9189c13793bc69929ba9c47c4e..74de18d6f5c3c07043eabde42eee01c4e84c209d 100644 (file)
@@ -308,6 +308,7 @@ public final class TxQueueImpl implements TxQueue, Runnable, AutoCloseable {
             if (tx != null) {
                 transaction = null;
                 inventoryReader = null;
+                flowCondReader = null;
                 tx.cancel();
             }
         }