GitHub user hxy1991 opened a pull request:
https://github.com/apache/curator/pull/247
About InterProcessMutex.lockCount
The "lockCount" do not share in multithreading, so the "int" type is
sufficient.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hxy1991/curator master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/247.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 #247
----
commit f074c9934294a9b4f4feb94ede41c7768e14a7bc
Author: hxy1991 <[email protected]>
Date: 2017-12-17T17:10:54Z
The "lockCount" do not share in multithreading, so the "int" type is
sufficient.
----
---