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


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ResourceGroupOperationsImpl.java:
##########
@@ -109,7 +109,7 @@ public Map<String,String> getProperties(ResourceGroupId 
group)
       TVersionedProperties rgProps = ThriftClientTypes.CLIENT.execute(context,
           client -> 
client.getVersionedResourceGroupProperties(TraceUtil.traceInfo(),
               context.rpcCreds(), group.canonical()),
-          ResourceGroupPredicate.exact(group));
+          ResourceGroupPredicate.ANY);

Review Comment:
   Correct. To get the configuration, the runtime configuration, you need to 
connect to a server running in the resource group.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to