This is an automated email from the ASF dual-hosted git repository.
krisden pushed a change to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git
from a96b3799d75 SOLR-16264: Set versions for all Antora build tools (#917)
new 1b48279e07c SOLR-16127 Ordered Executor orphans locks (#779)
new e771ae5b4c8 SOLR-16401: Test thread leak linger should be 1s (#997)
new d1f1f546596 SOLR-16399: ExportWriter fails with max values for fields
(#995)
new 319a569c524 SOLR-16190: Http2SolrClient should make sure to shutdown
the executor (#848)
new eff7eabc3be SOLR-16189: TestCancellableCollector thread leak (#847)
new a066431bb59 SOLR-16187: ExecutorUtil#awaitTermination shouldn't wait
forever (#840)
new 05d1eb52c68 SOLR-16186: AuditLoggerPluginTest leaks threads
new e4a622d0307 SOLR-16185: CloudSolrClientCacheTest leaks threads (#839)
new d0412413e62 SOLR-16182: Close ZkClientClusterStateProvider in tests to
avoid thread leak (#837)
new 3a56ddf0918 SOLR-16174: Modernize TestBulkSchemaConcurrent (#829)
new 3f7bd2d9564 SOLR-16091 Improve test logging (#736)
new 1d9d6d81fa4 SOLR-16091 Wait for all nodes to register plugins in test
(#747)
The 12 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:
solr/CHANGES.txt | 5 +-
.../apache/solr/api/ContainerPluginsRegistry.java | 2 -
.../src/java/org/apache/solr/api/V2HttpCall.java | 19 +-
.../apache/solr/handler/export/ExportWriter.java | 4 +-
.../apache/solr/security/AuditLoggerPlugin.java | 14 +-
.../java/org/apache/solr/util/OrderedExecutor.java | 9 +-
.../solr/filestore/TestDistribPackageStore.java | 34 +-
.../apache/solr/handler/TestContainerPlugin.java | 551 +++++++++------------
.../solr/schema/TestBulkSchemaConcurrent.java | 289 ++++++-----
.../solr/search/TestCancellableCollector.java | 15 +-
.../org/apache/solr/util/OrderedExecutorTest.java | 51 ++
.../solr/client/solrj/impl/CloudSolrClient.java | 5 +-
.../solr/client/solrj/impl/Http2SolrClient.java | 19 +-
.../org/apache/solr/common/util/ExecutorUtil.java | 28 +-
.../impl/CloudHttp2SolrClientBuilderTest.java | 25 +-
.../CloudHttp2SolrClientMultiConstructorTest.java | 5 +-
.../solrj/impl/CloudHttp2SolrClientTest.java | 31 +-
.../solrj/impl/CloudSolrClientBuilderTest.java | 35 +-
.../solrj/impl/CloudSolrClientCacheTest.java | 21 +-
.../impl/CloudSolrClientMultiConstructorTest.java | 10 +-
.../client/solrj/impl/CloudSolrClientTest.java | 33 +-
.../apache/solr/common/util/ExecutorUtilTest.java | 98 ++++
.../src/java/org/apache/solr/SolrTestCase.java | 6 +-
23 files changed, 735 insertions(+), 574 deletions(-)
create mode 100644
solr/solrj/src/test/org/apache/solr/common/util/ExecutorUtilTest.java