keith-turner commented on PR #5749: URL: https://github.com/apache/accumulo/pull/5749#issuecomment-3114768927
Tried running 5fe3f9e locally and saw the following the shell. It seemed to display what was set at the RG level at the system level. Also did not see a warning when setting a RG prop that was seen when setting the same prop at the system level. ``` -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ root@uno> config -f tserver.cache.data.size -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ default | tserver.cache.data.size ............................... | 10% -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ root@uno> config -rg default -s tserver.cache.data.size=4G root@uno> config -f tserver.cache.data.size -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ default | tserver.cache.data.size ............................... | 10% system | @override .......................................... | 4G rg default | @override .......................................... | 4G -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ root@uno> config -s tserver.cache.data.size=3G 2025-07-24T19:56:19,938 [shell.Shell] WARN : Successfully set a fixed system configuration option. Change will not take effect until related processes are restarted. root@uno> config -f tserver.cache.data.size -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ default | tserver.cache.data.size ............................... | 10% system | @override .......................................... | 4G rg default | @override .......................................... | 4G -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ root@uno> config -rg default -d tserver.cache.data.size root@uno> config -f tserver.cache.data.size -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ default | tserver.cache.data.size ............................... | 10% system | @override .......................................... | 3G -----------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ``` -- 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