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 37279e8008 Merge branch '2.1'
add 6bcb4abcdc Upgraded spotbugs-maven-plugin to 4.9.3.0 (#5623)
new 6e974f1b4d 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:
.../java/org/apache/accumulo/core/data/Column.java | 6 +-
.../apache/accumulo/core/dataImpl/RangeImpl.java | 12 ++--
.../file/blockfile/impl/CachableBlockFile.java | 4 --
.../system/ColumnQualifierFilter.java | 8 +--
.../accumulo/core/conf/SiteConfigurationTest.java | 4 +-
.../apache/accumulo/core/file/rfile/RFileTest.java | 13 ----
pom.xml | 5 +-
.../AuthenticationTokenSecretManager.java | 3 +
.../rest/tservers/TabletServerInformation.java | 4 ++
.../monitor/rest/tservers/TabletServers.java | 4 ++
.../org/apache/accumulo/tserver/log/DfsLogger.java | 44 +++++++-------
.../org/apache/accumulo/tserver/log/LogSorter.java | 4 +-
.../accumulo/tserver/log/RecoveryLogsIterator.java | 2 +-
.../accumulo/tserver/log/SortedLogRecovery.java | 71 +++++++++++-----------
.../apache/accumulo/tserver/logger/LogFileKey.java | 61 +++++++++++++++++--
.../accumulo/tserver/logger/LogFileValue.java | 10 ++-
.../apache/accumulo/tserver/logger/LogReader.java | 12 ++--
.../apache/accumulo/tserver/util/CreateEmpty.java | 4 +-
.../accumulo/tserver/log/LogFileKeyTest.java | 8 +--
.../tserver/log/RecoveryLogsIteratorTest.java | 44 +++++++-------
.../tserver/log/SortedLogRecoveryTest.java | 16 ++---
.../accumulo/tserver/logger/LogFileTest.java | 66 ++++++++++----------
.../accumulo/tserver/util/CreateEmptyTest.java | 6 +-
.../main/java/org/apache/accumulo/shell/Shell.java | 2 +-
.../apache/accumulo/test/TestRandomDeletes.java | 2 +-
.../shell/ShellAuthenticatorIT_SimpleSuite.java | 4 +-
.../accumulo/test/shell/ShellIT_SimpleSuite.java | 4 +-
27 files changed, 238 insertions(+), 185 deletions(-)