sanpwc commented on code in PR #6604:
URL: https://github.com/apache/ignite-3/pull/6604#discussion_r2387284969
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/ZoneRebalanceUtil.java:
##########
@@ -398,8 +398,12 @@ static CompletableFuture<Void>
triggerZonePartitionsRebalance(
int finalPartId = partId;
partitionFutures[partId] =
zoneAssignmentsFut.thenCompose(zoneAssignments -> inBusyLockAsync(busyLock, ()
-> {
- // TODO https://issues.apache.org/jira/browse/IGNITE-26395 We
should distinguish empty stable assignments on
- // TODO node recovery in case of interrupted table creation,
and moving from empty assignments to non-empty.
+ // In a case of empty assignments due to initially empty data
nodes, assignments will be recalculated
Review Comment:
Same as above "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]