BUG-4794: use the transaction invoker to queue the clean-up 56/33556/1
authorStephen Kitt <skitt@redhat.com>
Tue, 26 Jan 2016 14:28:38 +0000 (15:28 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 26 Jan 2016 14:58:23 +0000 (14:58 +0000)
commitacdaa0af3024068d39a3291a45a9b0fd142003b7
treeac965fd0f526ac1058533ab57140d36dc35eb1c1
parent6f88e57f42cbe67e1a0cdba8e741ec81bfb2149d
BUG-4794: use the transaction invoker to queue the clean-up

To avoid interactions with other commands queued in the transaction
invoker, queue the clean-up there too. Currently the clean-up happens
in parallel to the transaction invoker, which results in races.

Change-Id: Ia4ff31677e61d897720ce3209d6da7eed5e5ee8d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java