alievmirza commented on code in PR #4966: URL: https://github.com/apache/ignite-3/pull/4966#discussion_r1898499034
########## modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceUtil.java: ########## @@ -490,6 +494,17 @@ public static ByteArray stablePartAssignmentsKey(TablePartitionId partId) { return new ByteArray(STABLE_ASSIGNMENTS_PREFIX + partId); } + /** + * Key that is needed for the rebalance algorithm. + * + * @param partId Unique identifier of a partition. + * @return Key for a partition. + * @see <a href="https://github.com/apache/ignite-3/blob/main/modules/table/tech-notes/rebalance.md">Rebalance documentation</a> Review Comment: There is no information about this key in this doc. I would change description to something like "Key for the graceful restart in HA mode", also we can add link to IEP -- 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