sergey-chugunov-1985 commented on code in PR #12215: URL: https://github.com/apache/ignite/pull/12215#discussion_r2231109663
########## 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: Why this method called `Raw`? I don't quite understand the semantics behind this naming. -- 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