dlmarion commented on code in PR #5775:
URL: https://github.com/apache/accumulo/pull/5775#discussion_r2310749854


##########
core/src/main/java/org/apache/accumulo/core/rpc/clients/TServerClient.java:
##########
@@ -155,18 +194,22 @@ default Pair<String,C> getThriftServerConnection(Logger 
LOG, ThriftClientTypes<C
       throw new UncheckedIOException("Error creating transport to debug host: 
" + debugHost
           + ". If this server is down, then you will need to remove or change 
the system property "
           + DEBUG_HOST + ".", new IOException(""));
+    } else if (debugRG != null && rgp.test(ResourceGroupId.of(debugRG))) {

Review Comment:
   I think this has been fixed already.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to