ibessonov commented on code in PR #7514:
URL: https://github.com/apache/ignite-3/pull/7514#discussion_r2758847056
##########
modules/core/src/main/java/org/apache/ignite/internal/util/OffheapReadWriteLock.java:
##########
@@ -507,14 +536,73 @@ private boolean waitAcquireWriteLock(long lock, int
lockIdx, int tag) {
}
}
+ private boolean tryReleaseReadWaiter(long lock, int lockIdx, long state) {
Review Comment:
Would it make the code simpler or more complicated?
--
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]