ibessonov commented on code in PR #5289: URL: https://github.com/apache/ignite-3/pull/5289#discussion_r1969658344
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PersistentPageMemory.java: ########## @@ -282,6 +285,14 @@ public PersistentPageMemory( } delayedPageReplacementTracker = new DelayedPageReplacementTracker(pageSize, flushDirtyPageForReplacement, LOG, sizes.length - 1); + + // new PagesWriteThrottle( Review Comment: This is the initialization code for throttling. It is commented because throttling is disabled in main. I will write a comment about what it is -- 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