[ 
https://issues.apache.org/jira/browse/CURATOR-607?focusedWorklogId=633546&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-633546
 ]

ASF GitHub Bot logged work on CURATOR-607:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Aug/21 13:37
            Start Date: 04/Aug/21 13:37
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 633546)
    Remaining Estimate: 0h
            Time Spent: 10m

> Method getLockPath of InterProcessReadWriteLock locks is not exposed for use 
> in transactions
> --------------------------------------------------------------------------------------------
>
>                 Key: CURATOR-607
>                 URL: https://issues.apache.org/jira/browse/CURATOR-607
>             Project: Apache Curator
>          Issue Type: Bug
>            Reporter: Никита Соколов
>            Assignee: Jordan Zimmerman
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to