tkalkirill commented on code in PR #4602:
URL: https://github.com/apache/ignite-3/pull/4602#discussion_r1808551081


##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageMultipleNodesVsStorageTest.java:
##########
@@ -68,7 +69,7 @@
 @ExtendWith(ConfigurationExtension.class)
 abstract class ItMetaStorageMultipleNodesVsStorageTest extends 
ItMetaStorageMultipleNodesAbstractTest {
     @Override
-    abstract KeyValueStorage createStorage(String nodeName, Path path);
+    abstract KeyValueStorage createStorage(String nodeName, Path path, 
ReadOperationForCompactionTracker readOperationForCompactionTracker);

Review Comment:
   I didn't notice and it really looks a bit strange.
   Probably so that there would be an opportunity to redefine in the heirs of 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to