Cyrill commented on code in PR #5012:
URL: https://github.com/apache/ignite-3/pull/5012#discussion_r1910213002
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceUtil.java:
##########
@@ -718,4 +737,42 @@ public static List<Assignments>
tablePendingAssignmentsGetLocally(
})
.collect(toList());
}
+
+ /**
+ * Returns assignments chains for all table partitions from meta storage
locally.
+ *
+ * @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<AssignmentsChain> tableAssignmentsChainGetLocally(
Review Comment:
Renamed to *GetLocally
--
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]