ibessonov commented on code in PR #5090:
URL: https://github.com/apache/ignite-3/pull/5090#discussion_r1924902939
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/freelist/PagesList.java:
##########
@@ -399,7 +404,9 @@ private void flushBucketsCache(IoStatisticsHolder
statHolder) throws IgniteInter
}
if (lockedPages != 0) {
- log.info("Several pages were locked and weren't flushed on disk
[grp={}, lockedPages={}]", grpName, lockedPages);
+ if (log.isInfoEnabled()) {
Review Comment:
Forgot about it
--
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]