tkalkirill commented on code in PR #4602: URL: https://github.com/apache/ignite-3/pull/4602#discussion_r1808675896
########## modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/RocksDbKeyValueStorageTest.java: ########## @@ -49,7 +49,12 @@ public class RocksDbKeyValueStorageTest extends BasicOperationsKeyValueStorageTest { @Override public KeyValueStorage createStorage() { - return new RocksDbKeyValueStorage(NODE_NAME, workDir.resolve("storage"), new NoOpFailureManager()); + return new RocksDbKeyValueStorage( + NODE_NAME, + workDir.resolve("storage"), + new NoOpFailureManager(), + new ReadOperationForCompactionTracker() Review Comment: I don't really understand why it is needed if the original implementation won't break anything. -- 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