denis-chudov commented on code in PR #6546: URL: https://github.com/apache/ignite-3/pull/6546#discussion_r2330390662
########## modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceUtil.java: ########## @@ -425,7 +425,7 @@ private static CompletableFuture<Void> tablePartitionAssignment( for (int partId = 0; partId < zoneDescriptor.partitions(); partId++) { TablePartitionId replicaGrpId = new TablePartitionId(tableDescriptor.id(), partId); - // TODO https://issues.apache.org/jira/browse/IGNITE-19763 We should distinguish empty stable assignments on + // TODO https://issues.apache.org/jira/browse/IGNITE-26395 We should distinguish empty stable assignments on Review Comment: done -- 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