This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 14b23a63fb Fixes FATE deferral (#4067) add 5b46bd8f97 Fixes Fate IT race conditions (#4029) add 593711095a Merge branch '2.1' add 0cdf6dd2de Revert "Remove redundant LogEntry value (#3997)" add 4bb8c286a5 Use LogEntry to parse log entries (#4070) add 3061ff028d Remove redundant LogEntry value (#4071) new 2c8947b900 Merge branch 'main' into elasticity 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: .../accumulo/core/tabletserver/log/LogEntry.java | 36 +++++++++++----------- .../core/tabletserver/log/LogEntryTest.java | 6 ++-- .../server/constraints/MetadataConstraints.java | 7 +++-- .../org/apache/accumulo/server/fs/VolumeUtil.java | 8 ++--- .../accumulo/server/util/ListVolumesUsed.java | 2 +- .../apache/accumulo/server/fs/VolumeUtilTest.java | 6 ++-- .../accumulo/gc/GarbageCollectWriteAheadLogs.java | 2 +- .../accumulo/manager/recovery/RecoveryManager.java | 2 +- .../org/apache/accumulo/tserver/TabletServer.java | 2 +- .../org/apache/accumulo/tserver/tablet/Tablet.java | 2 +- .../accumulo/test/fate/zookeeper/FateIT.java | 10 ++++-- 11 files changed, 45 insertions(+), 38 deletions(-)