ivanzlenko commented on code in PR #6973:
URL: https://github.com/apache/ignite-3/pull/6973#discussion_r2527162968
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/util/LocalLocker.java:
##########
@@ -60,6 +80,14 @@ public boolean tryLock(RowId rowId) {
return false;
}
+ /**
Review Comment:
let's remove this javadoc
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointReadWriteLock.java:
##########
@@ -174,6 +174,15 @@ public int getReadHoldCount() {
return checkpointLock.getReadHoldCount();
}
+ /**
+ * Returns {@code true} if there are threads waiting to acquire the write
lock.
+ *
+ * @return {@code true} if there are threads waiting to acquire the write
lock, {@code false} otherwise.
Review Comment:
Let's remove line about return. I think it doesn't make sense to duplicate
what we have in main jdoc
--
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]