mikewalch commented on a change in pull request #953: fixes #917 Added read locks URL: https://github.com/apache/fluo/pull/953#discussion_r146931819
########## 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: So read lock has no prefix? ---------------------------------------------------------------- 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
