From 79260b9d0407a8a1ccc7f7047de832097f4e5b3c Mon Sep 17 00:00:00 2001 From: "Bob.Haddleton" Date: Sat, 9 Feb 2019 21:24:54 -0600 Subject: [PATCH] Update git submodules * Update tooz from branch 'master' - RedisLock release() should not check if the lock has been acquired The RedisDriver coordinator _stop() method removes the lock from the _acquired_locks set before calling the release() method on the lock, so the release() method should not check to see if the lock is in the set, since it never will be. This was preventing the coordinator's _stop() method from releasing the locks, so they had to timeout before another group member could take over as leader. Change-Id: Ie23d88f1a05983d7465f18a329cabc23d789a628 Closes-Bug: 1815330 --- tooz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooz b/tooz index 4c85e958a5..842c7404b2 160000 --- a/tooz +++ b/tooz @@ -1 +1 @@ -Subproject commit 4c85e958a53e66d995c0fb150d3f26531c19db08 +Subproject commit 842c7404b2d01c5dd718c14bb55f0cd47471f0e1