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
This commit is contained in:
Bob.Haddleton 2019-02-09 21:24:54 -06:00 committed by Gerrit Code Review
parent 0ba7d18f25
commit 79260b9d04
1 changed files with 1 additions and 1 deletions

2
tooz

@ -1 +1 @@
Subproject commit 4c85e958a53e66d995c0fb150d3f26531c19db08
Subproject commit 842c7404b2d01c5dd718c14bb55f0cd47471f0e1