rpuch commented on a change in pull request #414:
URL: https://github.com/apache/ignite-3/pull/414#discussion_r738121182
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteSpinReadWriteLock.java
##########
@@ -141,7 +212,8 @@ public boolean tryReadLock() {
}
/**
- * Read unlock.
+ * Releases the read lock.
+ * If the current thread does not hold the read lock, then {@link
IllegalMonitorStateException} is thrown.
Review comment:
Done (also for `writeUnlock()`)
--
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]