saintstack commented on a change in pull request #739: HBASE-23157 WAL 
unflushed seqId tracking may wrong when Durability.AS…
URL: https://github.com/apache/hbase/pull/739#discussion_r337659044
 
 

 ##########
 File path: 
hbase-common/src/main/java/org/apache/hadoop/hbase/util/ImmutableByteArray.java
 ##########
 @@ -51,4 +51,8 @@ public static ImmutableByteArray wrap(byte[] b) {
   public String toStringUtf8() {
     return Bytes.toString(b);
   }
+
+  public String toStringBinary() {
 
 Review comment:
   Just make this a toString rather than add a new method?

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


With regards,
Apache Git Services

Reply via email to