Phillippko commented on code in PR #5940: URL: https://github.com/apache/ignite-3/pull/5940#discussion_r2126065079
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/Checkpointer.java: ########## @@ -226,7 +226,7 @@ public class Checkpointer extends IgniteWorker { checkpointWritePagesPool = new ThreadPoolExecutor( Review Comment: It returns ExecutorService, but the field has to be ThreadPoolExecutor (we use methods from this class) -- 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