ibessonov commented on code in PR #4530:
URL: https://github.com/apache/ignite-3/pull/4530#discussion_r1800579825


##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngineTest.java:
##########
@@ -426,7 +427,7 @@ void replicasTriggersAssignmentsChangingOnNonDefaultZones() 
throws Exception {
 
         keyValueStorage.put(
                 stablePartAssignmentsKey(new 
TablePartitionId(getTableId(TABLE_NAME), 0)).bytes(), assignmentsBytes,
-                clock.now()
+                new KeyValueUpdateContext(0, 0, clock.now())

Review Comment:
   No, that method is not visible in this class, it's not in the hierarchy



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

Reply via email to