This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 1a40c47fee Call Ample.putGCCandidates on compaction completion (#4031)
     add 170202a3b9 Fix error in uuid validation, checkstyle fixes (#3994)
     add f688bb79da Merge remote-tracking branch 'upstream/2.1'
     add 187f6d0523 Replace UtilWaitThread.sleep() in tests. (#4030)
     add a3444f7fda Fix MemoryStarved ITs (#4024)
     add abe89ea976 Remove and prevent use of terminal deprecations (#4032)
     add 3e26064bfd Fix issues with LogEntryTest (#4035)
     add 5287fcae60 Merge branch 'main' into elasticity

No new revisions were added by this update.

Summary of changes:
 .../core/client/admin/ActiveCompaction.java        |  2 +-
 .../org/apache/accumulo/core/conf/Property.java    | 20 ++++----
 .../org/apache/accumulo/core/lock/ServiceLock.java | 29 ++++++-----
 .../util/compaction/CompactionServicesConfig.java  |  2 +-
 .../apache/accumulo/core/lock/ServiceLockTest.java | 44 +++++++++++++----
 .../core/tabletserver/log/LogEntryTest.java        | 56 +++++++++-------------
 .../compaction/CompactionServicesConfigTest.java   |  2 +-
 .../miniclusterImpl/MiniAccumuloConfigImpl.java    |  2 +-
 pom.xml                                            |  4 ++
 .../org/apache/accumulo/test/CloseScannerIT.java   |  4 --
 .../accumulo/test/DetectDeadTabletServersIT.java   | 24 ++++------
 .../apache/accumulo/test/GarbageCollectWALIT.java  |  6 +--
 .../test/ManagerRepairsDualAssignmentIT.java       | 21 ++++----
 .../apache/accumulo/test/ScanFlushWithTimeIT.java  |  3 +-
 .../apache/accumulo/test/TestMultiTableIngest.java |  8 ++--
 .../apache/accumulo/test/WriteAfterCloseIT.java    |  7 ++-
 .../accumulo/test/fate/zookeeper/FateIT.java       |  9 ++--
 .../accumulo/test/functional/BackupManagerIT.java  | 21 ++++----
 .../functional/BalanceAfterCommsFailureIT.java     |  5 +-
 .../BalanceInPresenceOfOfflineTableIT.java         | 12 ++---
 .../accumulo/test/functional/BloomFilterIT.java    |  5 +-
 .../test/functional/DeletedTablesDontFlushIT.java  |  3 +-
 .../test/functional/HalfClosedTabletIT.java        | 12 +++--
 .../test/functional/MemoryConsumingIterator.java   | 33 +++++--------
 .../test/functional/MemoryStarvedMajCIT.java       |  2 -
 .../test/functional/MemoryStarvedMinCIT.java       |  2 -
 .../test/functional/MemoryStarvedScanIT.java       |  4 +-
 .../accumulo/test/functional/ScannerContextIT.java |  5 +-
 .../apache/accumulo/test/functional/ScannerIT.java |  5 +-
 .../apache/accumulo/test/functional/SummaryIT.java |  3 +-
 .../apache/accumulo/test/lock/ServiceLockIT.java   | 29 ++++-------
 .../apache/accumulo/test/shell/ConfigSetIT.java    |  2 +-
 .../org/apache/accumulo/test/util/SlowOps.java     |  8 ++--
 33 files changed, 189 insertions(+), 205 deletions(-)

Reply via email to