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


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceUtil.java:
##########
@@ -390,6 +390,12 @@ public static CompletableFuture<Void> 
triggerAllTablePartitionsRebalance(
 
         return tableStableAssignments(metaStorageManager, 
tableDescriptor.id(), partitionIds)
                 .thenCompose(stableAssignments -> {
+                    // In a case of empty assignments due to initially empty 
data nodes, assignments will be recalculated

Review Comment:
   Usually it's just "In case".



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