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 78dc351005 pre load ondemand tablets for linear scans (#3429)
     add 19c81d8249 User compaction not retried after failure (#3555)
     add a8cc689a77 Change Wait.waitFor to throw IllegalStateException (#3568)
     add 4e3f891298 Merge remote-tracking branch 'upstream/2.1'
     add ffe0018b51 fix Wait.waitFor usage errors after merge update
     new 32f5b4cc69 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:
 .../compactions/InternalCompactionExecutor.java    |   1 +
 .../accumulo/tserver/tablet/CompactableImpl.java   |  14 +--
 .../tablet/CompactableImplFileManagerTest.java     |   2 +-
 .../org/apache/accumulo/test/LargeSplitRowIT.java  |   2 +-
 .../java/org/apache/accumulo/test/LocatorIT.java   |  12 +--
 .../java/org/apache/accumulo/test/TestIngest.java  |  10 ++
 .../test/compaction/ExternalCompaction4_IT.java    | 120 +++++++++++++++++++++
 .../compaction/ExternalCompactionTestUtils.java    |   5 +-
 .../accumulo/test/conf/PropStoreConfigIT.java      |  48 ++++-----
 .../accumulo/test/conf/util/ZooPropEditorIT.java   |  37 ++++---
 .../accumulo/test/functional/CompactionIT.java     |  76 +++++++++++++
 ...lowIterator.java => ErrorThrowingIterator.java} |  89 ++++++++-------
 .../test/functional/KerberosRenewalIT.java         |   3 +-
 .../test/functional/ManagerAssignmentIT.java       |  18 ++--
 .../test/functional/MemoryStarvedMajCIT.java       |   2 +-
 .../test/functional/MemoryStarvedScanIT.java       |  12 +--
 .../accumulo/test/functional/ReadWriteIT.java      |   6 ++
 .../apache/accumulo/test/shell/ShellServerIT.java  |   8 +-
 .../java/org/apache/accumulo/test/util/Wait.java   |  69 ++++++++++--
 19 files changed, 401 insertions(+), 133 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction4_IT.java
 copy test/src/main/java/org/apache/accumulo/test/functional/{SlowIterator.java 
=> ErrorThrowingIterator.java} (52%)

Reply via email to