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 1c163b5505 Merge branch '2.1'
add 88abe226fd Log warning when durability not sync for root and meta
tables (#5988)
new a5cf1e622d 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 | 17 +++++++--
.../apache/accumulo/core/file/FileOperations.java | 43 ++++++++++++++++------
.../accumulo/core/file/rfile/RFileOperations.java | 16 ++++++++
.../accumulo/server/compaction/FileCompactor.java | 7 ++--
.../server/init/FileSystemInitializer.java | 8 ++--
.../accumulo/tserver/TabletClientHandler.java | 11 +++++-
6 files changed, 78 insertions(+), 24 deletions(-)