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 f0bd0069ea Merge branch '2.1' add 5cd2b91f37 Added property for setting setDropBehind on compaction input streams (#5473) new 3cc53f50cd 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: .../org/apache/accumulo/core/conf/Property.java | 8 ++ .../accumulo/server/compaction/FileCompactor.java | 53 ++++++++-- .../apache/accumulo/server/fs/FileTypePrefix.java | 114 +++++++++++++++++++++ .../accumulo/server/fs/FileTypePrefixTest.java | 95 +++++++++++++++++ .../tableOps/tableImport/MapImportFileNames.java | 4 +- .../org/apache/accumulo/tserver/tablet/Tablet.java | 1 - 6 files changed, 265 insertions(+), 10 deletions(-) create mode 100644 server/base/src/main/java/org/apache/accumulo/server/fs/FileTypePrefix.java create mode 100644 server/base/src/test/java/org/apache/accumulo/server/fs/FileTypePrefixTest.java