sanpwc commented on code in PR #6210:
URL: https://github.com/apache/ignite-3/pull/6210#discussion_r2197316712


##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceByPendingAssignmentsQueueTest.java:
##########
@@ -403,7 +407,12 @@ private Set<Assignment> stablePartitionAssignments(String 
tableName) {
     private static void putPendingAssignments(Ignite ignite, String tableName, 
AssignmentsQueue pendingAssignmentsQueue) {
         ByteArray pendingKey = 
pendingPartitionAssignmentsKey(partitionGroupId(ignite, tableName, 0));
         byte[] pendingVal = pendingAssignmentsQueue.toBytes();
-        unwrapIgniteImpl(ignite).metaStorageManager().put(pendingKey, 
pendingVal).join();
+
+        ByteArray pendingChangeTriggerKey = 
pendingChangeTriggerKey(partitionGroupId(ignite, tableName, 0));
+        byte[] pendinChangeTriggerKeyValue = 
unwrapIgniteImpl(ignite).clock().now().toBytes();

Review Comment:
   Fixed.



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