DomGarguilo commented on PR #6465:
URL: https://github.com/apache/accumulo/pull/6465#issuecomment-4971863973
Here is updated output from the logs:
```
~/github/accumulo (log-config-property-changes ✔) tail -f
~/github/fluo-uno/install/logs/accumulo/manager_default_1_pop-os.log | grep
'accumulo.configuration'
2026-07-14T12:58:27,435 Thread[101] [accumulo.configuration] INFO :
action=set; scope=table; target=1;
properties={table.constraint.1=org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint,
table.iterator.majc.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator,
table.iterator.majc.vers.opt.maxVersions=1,
table.iterator.minc.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator,
table.iterator.minc.vers.opt.maxVersions=1,
table.iterator.scan.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator,
table.iterator.scan.vers.opt.maxVersions=1};
2026-07-14T12:58:32,853 Thread[118] [accumulo.configuration] INFO :
action=set; scope=table; target=1; properties={table.custom.owner=dom};
2026-07-14T12:58:37,008 Thread[122] [accumulo.configuration] INFO :
action=set; scope=table; target=1; properties={table.custom.owner=domG};
2026-07-14T12:58:43,175 Thread[126] [accumulo.configuration] INFO :
action=set; scope=table; target=1; properties={table.custom.owner=domG};
2026-07-14T12:58:47,371 Thread[131] [accumulo.configuration] INFO :
action=remove; scope=table; target=1; properties=[table.custom.owner];
2026-07-14T12:59:00,543 Thread[110] [accumulo.configuration] INFO :
action=set; scope=namespace; target=2; properties={table.custom.owner=dom};
2026-07-14T12:59:04,483 Thread[112] [accumulo.configuration] INFO :
action=remove; scope=namespace; target=2; properties=[table.custom.owner];
2026-07-14T12:59:08,939 Thread[115] [accumulo.configuration] INFO :
action=set; scope=system; target=system; properties={general.custom.test=abc};
2026-07-14T12:59:13,972 Thread[117] [accumulo.configuration] INFO :
action=remove; scope=system; target=system; properties=[general.custom.test];
```
and the corresponding shell session
```
root@uno> createtable config_log_table
root@uno config_log_table> config -t config_log_table -s
table.custom.owner=dom
root@uno config_log_table> config -t config_log_table -s
table.custom.owner=domG
root@uno config_log_table> config -t config_log_table -s
table.custom.owner=domG
root@uno config_log_table> config -t config_log_table -d table.custom.owner
root@uno config_log_table> createnamespace config_log_ns
root@uno config_log_table> config -ns config_log_ns -s table.custom.owner=dom
root@uno config_log_table> config -ns config_log_ns -d table.custom.owner
root@uno config_log_table> config -s general.custom.test=abc
root@uno config_log_table> config -d general.custom.test
```
--
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]