This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 71e4ea4e7f More trivial cleanup add 189e9c10c7 Added PropStore.invalidate for immediate consistency on prop change (#5582) new 2fe955be62 Merge branch '2.1' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../accumulo/server/conf/store/PropStore.java | 7 ++ .../server/conf/store/impl/ZooPropStore.java | 5 ++ .../accumulo/server/conf/util/PropSnapshot.java | 1 + .../server/conf/NamespaceConfigurationTest.java | 2 + .../server/conf/SystemConfigurationTest.java | 2 + .../server/conf/TableConfigurationTest.java | 14 ++++ .../server/conf/util/PropSnapshotTest.java | 6 ++ .../test/functional/AccumuloConfigurationIT.java | 87 ++++++++++++++++++++++ 8 files changed, 124 insertions(+) create mode 100644 test/src/main/java/org/apache/accumulo/test/functional/AccumuloConfigurationIT.java