denis-chudov commented on code in PR #3725:
URL: https://github.com/apache/ignite-3/pull/3725#discussion_r1599741805


##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageServicePersistenceTest.java:
##########
@@ -76,7 +76,8 @@ public void beforeFollowerStop(RaftGroupService service, 
RaftServer server) thro
 
         var clusterTime = new ClusterTimeImpl(followerNode.name(), new 
IgniteSpinBusyLock(), new HybridClockImpl());
 
-        metaStorage = new MetaStorageServiceImpl(followerNode.name(), service, 
new IgniteSpinBusyLock(), clusterTime);
+        metaStorage = new MetaStorageServiceImpl(followerNode.name(), service, 
new IgniteSpinBusyLock(), clusterTime,

Review Comment:
   done



-- 
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