ibessonov commented on code in PR #5090: URL: https://github.com/apache/ignite-3/pull/5090#discussion_r1924903387
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/replacement/DelayedPageReplacementTracker.java: ########## @@ -185,7 +185,9 @@ public void waitUnlock(FullPageId id) { boolean interrupted = false; while (locked.contains(id)) { - log.debug("Found replaced page which is being written to page store, wait for finish replacement [id={}]", id); + if (log.isDebugEnabled()) { Review Comment: Not necessary here, this code is not as hot as PagesList -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org