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

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


    from c27dbe7823 Merge branch '2.1'
     add 370f78bdd2 Remove Java 21-related warnings (#6191)
     new af4955d592 Merge branch '2.1'

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:
 assemble/conf/log4j2-service.properties            |   6 +-
 assemble/conf/log4j2.properties                    |   3 +-
 assemble/pom.xml                                   |   1 +
 core/pom.xml                                       |   1 +
 .../classloader/URLContextClassLoaderFactory.java  |   8 +-
 .../core/clientImpl/ClientTabletCacheImpl.java     |  23 +-
 .../core/clientImpl/NamespaceOperationsImpl.java   |  11 +-
 .../core/clientImpl/RootClientTabletCache.java     |   5 +-
 .../core/clientImpl/TableOperationsImpl.java       |  10 +-
 .../TabletServerBatchReaderIterator.java           |  20 +-
 .../core/clientImpl/TabletServerBatchWriter.java   |   7 +-
 .../accumulo/core/clientImpl/ThriftScanner.java    |  16 +-
 .../metadata/MetadataCachedTabletObtainer.java     |  11 +-
 .../apache/accumulo/core/util/threads/Threads.java |  15 +
 core/src/test/resources/log4j2-test.properties     |   4 +-
 hadoop-mapreduce/pom.xml                           |   1 +
 .../src/test/resources/log4j2-test.properties      |   4 +-
 iterator-test-harness/pom.xml                      |   1 +
 .../src/test/resources/log4j2-test.properties      |   5 +-
 minicluster/pom.xml                                |   1 +
 .../miniclusterImpl/MiniAccumuloClusterImpl.java   |   2 -
 .../src/test/resources/log4j2-test.properties      |   5 +-
 pom.xml                                            |   1 +
 .../base/src/test/resources/log4j2-test.properties |   4 +-
 .../gc/src/test/resources/log4j2-test.properties   |   5 +-
 .../src/test/resources/log4j2-test.properties      |   5 +-
 .../java/org/apache/accumulo/monitor/Monitor.java  |  10 +-
 .../src/test/resources/log4j2-test.properties      |   5 +-
 .../src/test/resources/log4j2-test.properties      |   4 +-
 shell/pom.xml                                      |   1 +
 shell/src/test/resources/log4j2-test.properties    |   4 +-
 start/pom.xml                                      |   1 +
 .../apache/accumulo/start/util/MiniDFSUtil.java    |  53 --
 start/src/test/resources/log4j2-test.properties    |   4 +-
 test/pom.xml                                       |   1 +
 .../accumulo/test/CountNameNodeOpsBulkIT.java      |   4 +-
 .../ThriftServerBindsBeforeZooKeeperLockIT.java    |   4 +-
 .../accumulo/test/functional/MonitorSslIT.java     |   4 +-
 .../accumulo/test/functional/ReadWriteIT.java      |   4 +-
 .../test/performance/scan/CollectTabletStats.java  | 641 ---------------------
 .../apache/accumulo/test/start/KeywordStartIT.java |   3 -
 test/src/main/resources/log4j2-test.properties     |   4 +-
 .../performance/scan/CollectTabletStatsTest.java   |  52 --
 43 files changed, 113 insertions(+), 861 deletions(-)
 delete mode 100644 
start/src/main/java/org/apache/accumulo/start/util/MiniDFSUtil.java
 delete mode 100644 
test/src/main/java/org/apache/accumulo/test/performance/scan/CollectTabletStats.java
 delete mode 100644 
test/src/test/java/org/apache/accumulo/test/performance/scan/CollectTabletStatsTest.java

Reply via email to