You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by "kezhuw (via GitHub)" <gi...@apache.org> on 2023/04/01 14:20:48 UTC

[GitHub] [curator] kezhuw commented on a diff in pull request #445: CURATOR-621: Fix write acquire after downgrade InterProcessReadWriteLock

kezhuw commented on code in PR #445:
URL: https://github.com/apache/curator/pull/445#discussion_r1155117115


##########
curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/InterProcessReadWriteLock.java:
##########
@@ -114,17 +114,7 @@ public static class WriteLock extends InternalInterProcessMutex
     {
         public WriteLock(CuratorFramework client, String basePath, byte[] lockData)
         {

Review Comment:
   Yep, I have same thought.



-- 
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: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org