denis-chudov commented on code in PR #2867:
URL: https://github.com/apache/ignite-3/pull/2867#discussion_r1414223247
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceUtil.java:
##########
@@ -516,25 +515,28 @@ static CompletableFuture<List<Set<Assignment>>>
tableAssignments(
}
/**
- * Returns table assignments for all table partitions from vault.
+ * Returns table assignments for all table partitions from meta storage
locally.
*
- * @param vaultManager Vault manager.
+ * @param metaStorageManager Meta storage manager.
* @param tableId Table id.
* @param numberOfPartitions Number of partitions.
+ * @param revision Revision.
* @return Future with table assignments as a value.
*/
public static List<Set<Assignment>> tableAssignments(
Review Comment:
renamed
--
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]