sergey-chugunov-1985 commented on code in PR #12215:
URL: https://github.com/apache/ignite/pull/12215#discussion_r2231191795


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/version/GridCacheVersion.java:
##########
@@ -112,13 +120,27 @@ public int nodeOrderAndDrIdRaw() {
         return nodeOrderDrId;
     }
 
+    /**
+     * New combined node order and DR ID.
+     */
+    public void nodeOrderAndDrIdRaw(int nodeOrderDrId) {

Review Comment:
   Ok, I see this method now - I had to consult with IDE as GitHub doesn't show 
full list of methods.
   
   Well, then I'm fine with this change. I don't want to duplicate code neither 
to touch other code that relies on an existing getter.



-- 
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

Reply via email to