shayshim commented on a change in pull request #315: [CURATOR-530]
Documentation on InterProcessSemaphoreMutex is misleading
URL: https://github.com/apache/curator/pull/315#discussion_r302708567
##########
File path:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/InterProcessMultiLock.java
##########
@@ -145,6 +145,9 @@ public boolean acquire(long time, TimeUnit unit) throws
Exception
* {@inheritDoc}
*
* <p>NOTE: locks are released in the reverse order that they were
acquired.</p>
+ *
+ * @throws Exception ZK errors, interruptions, current thread does not own
the lock
Review comment:
@emretetik96 right, my mistake
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services