nizhikov commented on a change in pull request #8909:
URL: https://github.com/apache/ignite/pull/8909#discussion_r640814208
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/version/GridCacheVersion.java
##########
@@ -31,18 +32,18 @@
/**
* Grid unique version.
*/
-public class GridCacheVersion implements Message,
Comparable<GridCacheVersion>, Externalizable {
+public class GridCacheVersion implements Message, Externalizable,
CacheEntryVersion {
/** */
private static final long serialVersionUID = 0L;
/** Node order mask. */
private static final int NODE_ORDER_MASK = 0x07_FF_FF_FF;
/** DR center ID shift. */
- private static final int DR_ID_SHIFT = 27;
+ public static final int DR_ID_SHIFT = 27;
Review comment:
Nope. Thanks.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]