rpuch commented on code in PR #7598:
URL: https://github.com/apache/ignite-3/pull/7598#discussion_r2822587829
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceDistributedTest.java:
##########
@@ -1469,6 +1471,13 @@ private class Node {
metricManager
);
+ schemaSafeTimeTracker = new
SchemaSafeTimeTrackerImpl(metaStorageManager.clusterTime());
+
metaStorageManager.registerNotificationEnqueuedListener(schemaSafeTimeTracker);
+
+ LongSupplier delayDurationMsSupplier = () -> 10L;
+
+ schemaSyncService = new
SchemaSyncServiceImpl(schemaSafeTimeTracker, delayDurationMsSupplier);
Review Comment:
It was an artifact of changing the approach. I reverted the changes that are
not needed.
--
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]