dlmarion commented on PR #5749: URL: https://github.com/apache/accumulo/pull/5749#issuecomment-3114889614
@keith-turner I think this illustrates what you are saying: ``` root@accumulo214> config -s compaction.warn.time=5m root@accumulo214> config -f compaction.warn -----------+----------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+----------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------ default | compaction.warn.time ................. | 10m system | @override ......................... | 5m -----------+----------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------ root@accumulo214> config -rg default -s compaction.warn.time=3m root@accumulo214> config -f compaction.warn -----------+----------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------ SCOPE | NAME | VALUE -----------+----------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------ default | compaction.warn.time ................. | 10m system | @override ......................... | 3m rg default | @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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org