This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from d7af3a0c8c Merge branch '2.1'
     add ad9b41ac9c avoids indirection for normally empty scans in GC ref 
stream (#3543)
     add 544ef01681 Backported MANAGER_TABLET_GROUP_WATCHER_INTERVAL property 
(#3542)
     add eeff601b07 Pre-compile Patterns and avoid String.matches() (#3554)
     new 2ec2321df8 Add ValidationUtilTest from PR #3549
     new 2d12563ce1 Merge branch '2.1'

The 2 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:
 .../org/apache/accumulo/core/conf/Property.java    |  9 ++++++-
 .../accumulo/core/metadata/ValidationUtil.java     | 23 ++++++++--------
 .../core/metadata/schema/MetadataSchema.java       |  6 ++++-
 .../ValidationUtilTest.java}                       | 31 +++++++++++++++-------
 .../main/java/org/apache/accumulo/gc/GCRun.java    |  8 +++++-
 .../java/org/apache/accumulo/manager/Manager.java  |  8 +++---
 .../accumulo/manager/TabletGroupWatcher.java       | 11 +++++---
 .../accumulo/test/conf/PropStoreConfigIT.java      |  5 +++-
 8 files changed, 67 insertions(+), 34 deletions(-)
 copy core/src/test/java/org/apache/accumulo/core/{file/FilePrefixTest.java => 
metadata/ValidationUtilTest.java} (53%)

Reply via email to