tkalkirill commented on code in PR #4713: URL: https://github.com/apache/ignite-3/pull/4713#discussion_r1841989772
########## modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java: ########## @@ -691,7 +691,8 @@ public class IgniteImpl implements Ignite { name, metastorageWorkDir.dbPath(), failureManager, - readOperationForCompactionTracker + readOperationForCompactionTracker, + threadPoolsManager.commonScheduler() Review Comment: I think that it is necessary to fix the fact that IO operations take place at `RocksDbFlusher#scheduledPool`. -- 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