dlmarion commented on issue #5859:
URL: https://github.com/apache/accumulo/issues/5859#issuecomment-3338560291

   > ConfigCommand does not display rg overrides if prop not defined at system
   
   Regarding this task, it looks like this is working. Here is the current 
output of the shell.
   
   ```
   root@accumulo214> listresourcegroups
   default
   root@accumulo214> createresourcegroup test
   root@accumulo214> listresourcegroups
   default
   test
   root@accumulo214> config -rg test -s compactor.threadcheck.time=1m
   2025-09-26T12:41:38,622 [shell.Shell] WARN : Successfully set a fixed 
resource group configuration option. Change will not take effect until related 
processes are restarted.
   root@accumulo214> config -f compactor.threadcheck.time
   
-----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------
   SCOPE      | NAME                                                    | VALUE
   
-----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------
   default    | compactor.threadcheck.time ............................ | 1s
   rg test    |    @override .......................................... | 1m
   
-----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------
   ```


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