This is an automated email from the ASF dual-hosted git repository.
kezhuw pushed a change to branch CURATOR-48
in repository https://gitbox.apache.org/repos/asf/curator.git
was 86e442a1 InterProcessSemaphoreMutex changed to use
InterProcessSemaphoreV2. In the process, a bug in InterProcessSemaphoreV2 was
noticed that was been long fixed in the older InterProcessSemaphore. If the
session drops in the process of creating the lock node, the acquire fails. The
old InterProcessSemaphore worked around this by using a retry loop to try to
recreate the lock node. InterProcessSemaphoreV2 now does this as well.
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.