alievmirza commented on code in PR #5046: URL: https://github.com/apache/ignite-3/pull/5046#discussion_r1914801424
########## modules/partition-distribution/src/main/java/org/apache/ignite/internal/partitiondistribution/AssignmentsChain.java: ########## @@ -64,32 +67,58 @@ public AssignmentsChain replaceLast(Assignments newLast) { * @param newLast New last link. * @return new AssignmentsChain. */ - public AssignmentsChain addLast(Assignments newLast) { + public AssignmentsChain addLast(Assignments newLast, long configurationIndex) { Review Comment: let's add term everywhere as well. Index and term used together -- 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