alievmirza commented on code in PR #5046:
URL: https://github.com/apache/ignite-3/pull/5046#discussion_r1922785947
##########
modules/partition-distribution/src/main/java/org/apache/ignite/internal/partitiondistribution/AssignmentsChain.java:
##########
@@ -30,15 +33,19 @@
* Contains the chain of changed assignments.
*/
public class AssignmentsChain {
+
+ private static final long DEFAULT_CONF_TERM = -1;
Review Comment:
I have plans to set -1, -1 in
`TableManager#writeTableAssignmentsToMetastore` in case when we initially set
stable assignments along with chains. We do not know the index and term on
which raft has applied cfg at the very beginning, when we initialise stable.
--
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]