dant3 commented on code in PR #7250:
URL: https://github.com/apache/ignite-3/pull/7250#discussion_r2652513773
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointReadWriteLock.java:
##########
@@ -35,7 +35,7 @@ public class CheckpointReadWriteLock {
*/
static final String CHECKPOINT_RUNNER_THREAD_PREFIX = "checkpoint-runner";
- private static final long LONG_LOCK_THRESHOLD_MILLIS = 1000;
+ private static final long LONG_LOCK_THRESHOLD_NANOS = 1_000_000;
Review Comment:
No, I messed up the units, good spot
--
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]