shishkovilja commented on code in PR #12215: URL: https://github.com/apache/ignite/pull/12215#discussion_r2231150545
########## 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: It was done to avoid duplication, because class already has getter method `nodeOrderAndDrIdRaw`. -- 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