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 5edcccc277 Enables CompactionExecutorIT tests (#4080) add 8dfb4eb713 Update property doc generation for website add 436a6835de Merge branch '2.1' add f9897862dd Stronger type checking and other WAL improvements (#4082) new f884614305 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: core/pom.xml | 4 +- .../accumulo/core/conf/ClientConfigGenerate.java | 8 +- .../accumulo/core/conf/ConfigurationDocGen.java | 4 +- .../apache/accumulo/core/logging/TabletLogger.java | 3 +- .../accumulo/core/metadata/schema/Ample.java | 2 - .../metadata/schema/TabletMetadataBuilder.java | 5 - .../core/metadata/schema/TabletMutatorBase.java | 10 +- .../accumulo/core/tabletserver/log/LogEntry.java | 137 +++++++++++++------- .../core/metadata/schema/TabletMetadataTest.java | 11 +- .../core/tabletserver/log/LogEntryTest.java | 139 ++++++++++----------- .../org/apache/accumulo/server/fs/VolumeUtil.java | 21 +--- .../manager/state/AbstractTabletStateStore.java | 2 +- .../accumulo/server/util/ListVolumesUsed.java | 2 +- .../apache/accumulo/server/fs/VolumeUtilTest.java | 12 +- .../server/manager/state/TabletManagementTest.java | 4 +- .../accumulo/gc/GarbageCollectWriteAheadLogs.java | 2 +- .../accumulo/manager/recovery/RecoveryManager.java | 2 +- .../accumulo/tserver/TabletClientHandler.java | 8 +- .../org/apache/accumulo/tserver/TabletServer.java | 17 +-- .../org/apache/accumulo/tserver/log/DfsLogger.java | 91 +++++--------- .../accumulo/tserver/log/TabletServerLogger.java | 33 +++-- .../org/apache/accumulo/tserver/tablet/Tablet.java | 39 +++--- .../accumulo/tserver/WalRemovalOrderTest.java | 43 ++++--- .../shell/commands/ListTabletsCommandTest.java | 4 +- .../test/MissingWalHeaderCompletesRecoveryIT.java | 4 +- .../test/functional/AmpleConditionalWriterIT.java | 12 +- .../functional/TabletManagementIteratorIT.java | 2 +- 27 files changed, 294 insertions(+), 327 deletions(-)