dlmarion commented on PR #5865:
URL: https://github.com/apache/accumulo/pull/5865#issuecomment-3255753899

   Setting fixed properties in the shell now looks like:
   
   ```
   root@accumulo214> resourcegroup -l
   cs1Group
   default
   metaGroup
   rootGroup
   test
   root@accumulo214> config -f manager.server.threadcheck.time
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   SCOPE      | NAME                                                    | VALUE
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   default    | manager.server.threadcheck.time ....................... | 1s
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   root@accumulo214> config -rg cs1Group -s manager.server.threadcheck.time=3m
   2025-09-04T21:15:01,270 [shell.Shell] WARN : Successfully resource group a 
fixed set configuration option. Change will not take effect until related 
processes are restarted.
   root@accumulo214> config -f manager.server.threadcheck.time
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   SCOPE      | NAME                                                    | VALUE
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   default    | manager.server.threadcheck.time ....................... | 1s
   rg cs1Group |    @override .......................................... | 3m
   
-----------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------
   ```


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