keith-turner commented on a change in pull request #953: fixes #917 Added read locks URL: https://github.com/apache/fluo/pull/953#discussion_r147004664
########## File path: modules/accumulo/src/main/java/org/apache/fluo/accumulo/util/ColumnConstants.java ########## @@ -26,6 +26,7 @@ public static final long TX_DONE_PREFIX = 0x6000000000000000L; public static final long WRITE_PREFIX = 0x4000000000000000L; public static final long DEL_LOCK_PREFIX = 0x2000000000000000L; + public static final long RLOCK_PREFIX = 0x0000000000000000L; Review comment: It has a prefix of `000` binary. Luckily this was open and sorted exactly where I needed it to. There is one prefix left open `100` binary and I think this would sort last. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
