GitHub user udaysagar2177 opened a pull request:
https://github.com/apache/curator/pull/279
[CURATOR-468] release acquired leadership mutex properly
This fixes https://issues.apache.org/jira/browse/CURATOR-468. This PR is
based on a solution suggested by cammckenzie & kturner on the jira issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/udaysagar2177/curator fixMutexRelease
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/279.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #279
----
commit e7c9ff7d7dddfa1e2c6c465d927afa14715061c4
Author: udaysagar2177 <uday@...>
Date: 2018-09-18T19:24:58Z
[CURATOR-468] release acquired leadership mutex properly
----
---