faucct commented on a change in pull request #394:
URL: https://github.com/apache/curator/pull/394#discussion_r683954441



##########
File path: 
curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessReadWriteLock.java
##########
@@ -362,4 +362,77 @@ private void doLocking(InterProcessLock lock, 
AtomicInteger concurrentCount, Ato
             }
         }
     }
+
+    public static class LockPathInterProcessReadWriteLock extends 
InterProcessReadWriteLock

Review comment:
       Yes, it is not used, as I have only added it to demonstrate that there 
is a way to subclass `InterProcessReadWriteLock` the desired way. I will add a 
test today.




-- 
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