You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/12/11 01:06:58 UTC

[GitHub] [hbase] bharathv commented on a change in pull request #872: HBASE-23333 Provide call context around timeouts and other failure scenarios

bharathv commented on a change in pull request #872: HBASE-23333 Provide call context around timeouts and other failure scenarios
URL: https://github.com/apache/hbase/pull/872#discussion_r354687211
 
 

 ##########
 File path: hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/Call.java
 ##########
 @@ -76,10 +76,24 @@ protected Call(int id, final Descriptors.MethodDescriptor md, Message param,
     this.span = Tracer.getCurrentSpan();
   }
 
+  /**
+   * Builds a simplified {@link #toString()} that includes just the id and method name.
+   */
+  public String toStringMinimal() {
 
 Review comment:
   nit: call it debugString() instead?

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


With regards,
Apache Git Services