saintstack commented on a change in pull request #3030:
URL: https://github.com/apache/hbase/pull/3030#discussion_r603598505



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetriesExhaustedException.java
##########
@@ -48,7 +48,7 @@ public RetriesExhaustedException(final String msg, final 
IOException e) {
    */
   @InterfaceAudience.Private
   public static class ThrowableWithExtraContext {
-    private final Throwable throwable;
+    public final Throwable throwable;

Review comment:
       You don't think we need an accessor here?




-- 
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:
[email protected]


Reply via email to