This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 31323e5e5e restores ability to list minor compactions (#3827) add eaa13849cd Removed unused method that was missed in (#3773) add 191ea250bf Add more file metadata validation tests (#3774) add 94c4e664af Use ZooCache in ExternalCompactionUtil.findCompactionCoordinator (#3813) add 1415599a5b Merge commit '94c4e664afb7bec56e6debb58027576b896c129e' add 1fd1f797ca improve scan output checks with unique values (#3814) add ce3a886c1c Merge remote-tracking branch 'upstream/2.1' add a8af46dc0a minor chckstyle fixes noticed during previous merge (#3820) add 566d46a93e Merge remote-tracking branch 'upstream/2.1' add de010341ad Removed PowerMock and the 2 unit tests using it (#3817) add 61dc5ad6a4 Bump default Accumulo RPC client to TLSv1.3 (#3792) add bc932655b3 Disable failsafe plugin in start and compactor modules (#3829) new 123ce96786 Merge remote-tracking branch 'upstream/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: .../org/apache/accumulo/core/conf/Property.java | 6 +- .../accumulo/core/metadata/StoredTabletFile.java | 8 + .../util/compaction/ExternalCompactionUtil.java | 16 +- pom.xml | 49 --- .../constraints/MetadataConstraintsTest.java | 210 +++++++--- server/compactor/pom.xml | 38 +- .../apache/accumulo/compactor/CompactorTest.java | 455 --------------------- .../src/test/resources/log4j2-test.properties | 35 -- server/native/pom.xml | 5 - src/build/ci/find-unapproved-junit.sh | 8 +- start/pom.xml | 17 +- .../accumulo/test/functional/MonitorSslIT.java | 2 +- .../accumulo/test/functional/ReadWriteIT.java | 2 +- .../org/apache/accumulo/test/shell/MockShell.java | 17 +- .../apache/accumulo/test/shell/ShellServerIT.java | 68 +-- 15 files changed, 250 insertions(+), 686 deletions(-) delete mode 100644 server/compactor/src/test/java/org/apache/accumulo/compactor/CompactorTest.java delete mode 100644 server/compactor/src/test/resources/log4j2-test.properties