yonigottesman commented on a change in pull request #58: [OMID-134] - 
transactionManager is thread safe.
URL: https://github.com/apache/incubator-omid/pull/58#discussion_r261138497
 
 

 ##########
 File path: 
hbase-common/src/main/java/org/apache/omid/transaction/CellUtils.java
 ##########
 @@ -443,8 +475,8 @@ public String toString() {
                 int qualifierLength = 
qualifierLengthFromShadowCellQualifier(cell.getQualifierArray(),
                         cell.getQualifierOffset(),
                         cell.getQualifierLength());
-                helper.add("qualifier whithout shadow cell suffix",
-                        Bytes.toString(cell.getQualifierArray(), 
cell.getQualifierOffset() + 1, qualifierLength));
+                byte[] b = 
removeShadowCellSuffixPrefix(cell.getQualifierArray(), 
cell.getQualifierOffset(), cell.getQualifierLength());
 
 Review comment:
   rename b to qualifier

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to