faucct opened a new pull request #394:
URL: https://github.com/apache/curator/pull/394


   Another and simpler alternative would be exposing it directly in 
`InterProcessReadWriteLock`:
   ```
       protected String getLockPath()
       {
           final var lockPath = readMutex.getLockPath();
           if (lockPath != null) {
               return lockPath;
           }
           return writeMutex.getLockPath();
       }
   ```
   https://issues.apache.org/jira/browse/CURATOR-607


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to