This is an automated email from the ASF dual-hosted git repository.
edcoleman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 4b1c1b17eb Validate file metadata in MetadataConstraints (#3506)
add 19c81d8249 User compaction not retried after failure (#3555)
add a8cc689a77 Change Wait.waitFor to throw IllegalStateException (#3568)
new 4e3f891298 Merge remote-tracking branch 'upstream/2.1'
new ffe0018b51 fix Wait.waitFor usage errors after merge update
The 2 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/TestIngest.java | 10 ++
.../test/compaction/ExternalCompaction4_IT.java | 135 +++++++++++++++++++++
.../accumulo/test/conf/PropStoreConfigIT.java | 48 ++++----
.../accumulo/test/conf/util/ZooPropEditorIT.java | 37 +++---
.../accumulo/test/functional/CompactionIT.java | 78 ++++++++++++
...lowIterator.java => ErrorThrowingIterator.java} | 89 ++++++++------
.../test/functional/KerberosRenewalIT.java | 3 +-
.../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 +++++++++--
16 files changed, 401 insertions(+), 115 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%)