Cyrill commented on code in PR #4056:
URL: https://github.com/apache/ignite-3/pull/4056#discussion_r1718488368
##########
modules/affinity/src/main/java/org/apache/ignite/internal/affinity/Assignments.java:
##########
@@ -53,32 +53,38 @@ public class Assignments implements Serializable {
*/
private final boolean force;
+ /**
+ * Version of Catalog that matches current assignments.
Review Comment:
changed
##########
modules/affinity/src/main/java/org/apache/ignite/internal/affinity/Assignments.java:
##########
@@ -40,7 +40,7 @@ public class Assignments implements Serializable {
private static final long serialVersionUID = -59553172012153869L;
/** Empty assignments. */
- public static final Assignments EMPTY = new
Assignments(Collections.emptySet(), false);
+ public static final Assignments EMPTY = new
Assignments(Collections.emptySet(), false, 0);
Review Comment:
changed
--
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]