Cyrill commented on code in PR #4916: URL: https://github.com/apache/ignite-3/pull/4916#discussion_r1896776604
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/disaster/GroupUpdateRequest.java: ########## @@ -79,6 +79,13 @@ import org.apache.ignite.internal.util.CollectionUtils; import org.jetbrains.annotations.Nullable; +/** + * Executes partition reset request to restore partition assignments when majority is not available. + * + * <p>The reset is executed in two stages - first we switch to a single node having the most up-to-date data, + * then we switch to other available nodes up to the configured replica factor, in the case of manual reset, and to available nodes from the + * original group, in the case of manual. Review Comment: fixed -- 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