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 20aeef52e8 Merge branch '2.1'
add 0c814bace6 Added VolumeManager.open with FileStatus parameter (#6484)
new 82a141b3a3 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:
.../apache/accumulo/core/file/FileOperations.java | 32 ++++++++++++++
.../file/blockfile/impl/CachableBlockFile.java | 51 ++++++----------------
.../core/file/rfile/bcfile/PrintBCInfo.java | 14 ++++--
.../server/compaction/CompactionPluginUtils.java | 8 ++--
.../apache/accumulo/server/fs/VolumeManager.java | 3 ++
.../accumulo/server/fs/VolumeManagerImpl.java | 6 +++
.../apache/accumulo/tserver/logger/LogReader.java | 8 ++--
7 files changed, 74 insertions(+), 48 deletions(-)