ivanzlenko commented on code in PR #5330: URL: https://github.com/apache/ignite-3/pull/5330#discussion_r1977146205
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PersistentPageMemory.java: ########## @@ -281,14 +274,17 @@ public PersistentPageMemory( delayedPageReplacementTracker = new DelayedPageReplacementTracker(pageSize, flushDirtyPageForReplacement, LOG, sizes.length - 1); - // TODO IGNITE-24548 Use this initialization code. - // new PagesWriteThrottle( - // this, - // checkpointProgressSupplier, - // checkpointTimeoutLock::checkpointLockIsHeldByThread, - // false - // ); - writeThrottle = null; + this.writeThrottle = null; + } + + /** + * Temporary method to enable throttling in tests. Review Comment: Please add TODO -- 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