You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/08/08 04:31:56 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9200 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9200/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

9 tests failed.
FAILED:  org.apache.solr.TestDistributedGrouping.test

Error Message:
Error from server at https://127.0.0.1:54170/j/collection1: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[https://[::1]:6/j, https://[::1]:4/j, https://[::1]:8/j]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:54170/j/collection1: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[https://[::1]:6/j, https://[::1]:4/j, https://[::1]:8/j]
	at __randomizedtesting.SeedInfo.seed([5C9DCD01B645B6CE:D4C9F2DB18B9DB36]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:698)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:269)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:229)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:625)
	at org.apache.solr.TestDistributedGrouping.simpleQuery(TestDistributedGrouping.java:455)
	at org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:443)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1117)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

>
	at __randomizedtesting.SeedInfo.seed([5C9DCD01B645B6CE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.ja

[...truncated too long message...]

etHandler.java:485)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5C9DCD01B645B6CE]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4] Completed [15/15 (4!)] on J1 in 120.36s, 1 test, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 15 suites, 20 tests, 1 suite-level error, 4 failures [seed: 5C9DCD01B645B6CE]

Total time: 4 minutes 2 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.TestDistributedGrouping
[repro]   1/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9199' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9200'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9219 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9219/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1278)  at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)  at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1327)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:414)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:451)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:394)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:455)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1247)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1089)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1278)  at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)  at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1327)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:414)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:451)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:394)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:455)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1247)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)  at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1089)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1278)
	at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)
	at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1327)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:414)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:451)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:394)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:455)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1247)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1089)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1278)
	at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)
	at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1327)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:414)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:451)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:394)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:336)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:455)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1247)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1089)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

>
	at __randomizedtesting.SeedInfo.seed([F4DFD3EFAC8C6E63]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:327)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 2237 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200812_041044_2557201927593691442405.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200812_041044_2572073251909295915903.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200812_041044_2569827175988770226192.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200812_041044_2577982941823752287536.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200812_041044_25610277771918642209280.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 331 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200812_041315_1368488286584356592031.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200812_041315_13611105357284836898573.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200812_041315_13617104389998471019319.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200812_041315_13611123830311362531688.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200812_041315_13617737706909843722196.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1114 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200812_041349_54410324702500192655991.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200812_041349_5449078351401183614574.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200812_041349_5447704325913273269160.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200812_041349_54415989751456940958120.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200812_041349_5448378724846632554065.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200812_041427_87011610418155042331992.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200812_041427_8704414538059211486081.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200812_041427_8705061014127375575651.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200812_041427_87018008304854148291797.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200812_041427_8709981618859215812038.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200812_041435_4739172141535062842505.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200812_041435_4739451461845322702639.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200812_041435_4739094071817951396739.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200812_041435_4739132584912824801985.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200812_041435_4733208572825127168256.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200812_041441_8955388482485580841904.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200812_041441_8955420924614725643086.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200812_041441_8951761141566553697323.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 189 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200812_041445_54617715168960483255342.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200812_041445_54611170300694597164462.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200812_041445_5468956788235220323559.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200812_041445_54616800161589607371111.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200812_041445_5461679842590917738784.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200812_041451_3691712957702020881042.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200812_041451_36916236470265883136671.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200812_041451_3692779868089544939441.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200812_041451_369187861079375417949.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200812_041451_369545538833822349301.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 175 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200812_041455_529513908387066480349.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200812_041455_5292520522714746440019.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Suite: org.apache.lucene.analysis.phonetic.TestDaitchMokotoffSoundexFilter
   [junit4] Completed [7/8] on J3 in 2.90s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.phonetic.TestBeiderMorseFilter
   [junit4] Completed [8/8] on J4 in 2.87s, 6 tests
   [junit4] 
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200812_041455_52912299836242993526227.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200812_041455_5292411763588284022489.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200812_041455_5298397448247509707439.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200812_041501_821625858993438912428.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200812_041501_82116320483996752200324.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200812_041504_5973064575574742734074.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200812_041504_59712022805709614598706.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200812_041504_597790047976386127661.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200812_041504_597509531515236130264.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200812_041508_84211097134050916631322.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200812_041508_8421801943469394387585.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200812_041508_8423258196491205394008.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200812_041508_8427989617701220993421.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200812_041508_84213119361934351741785.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 631 lines...]
   [junit4] JVM J0: stderr was not empt

[...truncated too long message...]

sers\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20200812_045924_13118207784124724018531.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J3-20200812_045924_13116232498201436708780.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20200812_045924_1311967730388822544797.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 679 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J4-20200812_045946_45811779765542968930633.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J2-20200812_045946_4585132997155227736624.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J3-20200812_045946_4582663426179573897440.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20200812_045946_4585724538174254692517.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20200812_045946_458236437235864966803.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 580 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J0-20200812_050039_3703066298412655367192.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J2-20200812_050039_3707878214013467989055.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J1-20200812_050039_3708763014182674374474.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J4-20200812_050039_37016418270566896440908.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J3-20200812_050039_37012853590789196793822.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20200812_050119_4968033592018233412143.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 42384 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9219/consoleText

[repro] Revision: 1d2749295b5378db9f54d603b581d1d9a1e3cc93

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestLocalFSCloudBackupRestore
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestLocalFSCloudBackupRestore" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=F4DFD3EFAC8C6E63 -Dtests.slow=true -Dtests.locale=ln-CD -Dtests.timezone=Africa/Juba -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 40 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200812_051859_5111545654448434102418.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200812_051859_51118038030132439317859.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200812_051859_51115674634673625009841.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200812_051859_51117004464252670833174.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200812_051859_5155203083611585605528.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 27 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-15-ea+30) - Build # 9218 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9218/
Java: 64bit/jdk-15-ea+30 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

>
	at __randomizedtesting.SeedInfo.seed([105769D57BB5B471]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:327)
	at jdk.internal.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([105769D57BB5B471:A1408FEA14E34FD5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:110)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 12630 lines...]
   [junit4] Suite: org.apache.solr.schema.TestBulkSchemaConcurrent
   [junit4]   2> 179321 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 179321 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 179321 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\data-dir-19-001
   [junit4]   2> 179322 WARN  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 179322 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 179324 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 179324 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[105769D57BB5B471]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 179326 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 179326 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 179326 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 179328 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 179441 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer start zk server on port: 65160
   [junit4]   2> 179441 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65160
   [junit4]   2> 179441 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65160
   [junit4]   2> 179441 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65160
   [junit4]   2> 179445 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179452 INFO  (zkConnectionManagerCallback-1254-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179453 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179459 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179464 INFO  (zkConnectionManagerCallback-1256-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179464 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179468 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 179480 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 179491 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 179503 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 179512 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 179521 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 179534 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 179543 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 179550 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 179559 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 179567 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 179575 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 180487 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 180489 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 180489 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+30-1476
   [junit4]   2> 180490 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 180490 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 180490 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 180493 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@406a4ef9{/,null,AVAILABLE}
   [junit4]   2> 180495 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e08d0e8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 180495 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 180495 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\tempDir-001/control/data, hostPort=65239, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\control-001\cores}
   [junit4]   2> 180497 ERROR (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 180497 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 180497 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 180497 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 180497 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 180497 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-11T21:29:04.525038900Z
   [junit4]   2> 180498 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180502 INFO  (zkConnectionManagerCallback-1258-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180502 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180605 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 180605 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\control-001\solr.xml
   [junit4]   2> 180609 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@24428986, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 180932 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 180938 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@467299e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180938 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@467299e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180954 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@506dd456[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180954 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@506dd456[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180955 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65160/solr
   [junit4]   2> 180959 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180986 INFO  (zkConnectionManagerCallback-1268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180987 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181118 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181130 INFO  (zkConnectionManagerCallback-1270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181130 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181681 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65239_
   [junit4]   2> 181685 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.Overseer Overseer (id=72183468625297412-127.0.0.1:65239_-n_0000000000) starting
   [junit4]   2> 181702 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65239_
   [junit4]   2> 181702 INFO  (OverseerStateUpdate-72183468625297412-127.0.0.1:65239_-n_0000000000) [n:127.0.0.1:65239_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:65239_
   [junit4]   2> 181706 INFO  (OverseerStateUpdate-72183468625297412-127.0.0.1:65239_-n_0000000000) [n:127.0.0.1:65239_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 181708 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 181709 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 181737 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 181759 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24428986
   [junit4]   2> 181764 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24428986
   [junit4]   2> 181764 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24428986
   [junit4]   2> 181767 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [n:127.0.0.1:65239_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\control-001\cores
   [junit4]   2> 181787 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181790 INFO  (zkConnectionManagerCallback-1285-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181790 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181790 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 181790 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65160/solr ready
   [junit4]   2> 181795 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65239_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181804 INFO  (OverseerThreadFactory-1275-thread-1-processing-n:127.0.0.1:65239_) [n:127.0.0.1:65239_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 181918 INFO  (OverseerStateUpdate-72183468625297412-127.0.0.1:65239_-n_0000000000) [n:127.0.0.1:65239_     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65239",
   [junit4]   2>   "node_name":"127.0.0.1:65239_",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 182128 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 182128 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 182146 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 182151 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 182152 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 182157 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 182212 WARN  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 182239 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 182275 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 182287 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 182291 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24428986
   [junit4]   2> 182291 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 182298 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43960433088347595]
   [junit4]   2> 182310 WARN  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 182375 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 182375 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182376 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182376 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182376 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=29.2880859375, floorSegmentMB=1.3779296875, forceMergeDeletesPctAllowed=0.8259907056330762, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8150978611539091, deletesPctAllowed=47.49153868342224
   [junit4]   2> 182380 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 182381 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 182381 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 182381 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 182382 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 182382 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674766027493212160
   [junit4]   2> 182384 INFO  (searcherExecutor-1287-thread-1-processing-n:127.0.0.1:65239_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1 r:core_node2) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 182396 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 182396 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 182417 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182417 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182417 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65239/control_collection_shard1_replica_n1/
   [junit4]   2> 182417 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182419 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:65239/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 182419 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72183468625297412-core_node2-n_0000000000
   [junit4]   2> 182428 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65239/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 182533 INFO  (zkCallback-1269-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182533 INFO  (zkCallback-1269-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182538 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182545 INFO  (qtp672898910-1698) [n:127.0.0.1:65239_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=417
   [junit4]   2> 182552 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 182646 INFO  (zkCallback-1269-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182646 INFO  (zkCallback-1269-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182646 INFO  (zkCallback-1269-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182649 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65239_&wt=javabin&version=2} status=0 QTime=853
   [junit4]   2> 182651 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 182758 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182763 INFO  (zkConnectionManagerCallback-1296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182763 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182764 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 182766 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65160/solr ready
   [junit4]   2> 182766 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 182767 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 182775 INFO  (OverseerThreadFactory-1275-thread-2-processing-n:127.0.0.1:65239_) [n:127.0.0.1:65239_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 182777 INFO  (OverseerCollectionConfigSetProcessor-72183468625297412-127.0.0.1:65239_-n_0000000000) [n:127.0.0.1:65239_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 182990 WARN  (OverseerThreadFactory-1275-thread-2-processing-n:127.0.0.1:65239_) [n:127.0.0.1:65239_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 182997 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 182998 INFO  (qtp672898910-1702) [n:127.0.0.1:65239_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2} status=0 QTime=231
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 183000 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 183917 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[105769D57BB5B471]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 183919 INFO  (closeThreadPool-1297-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 183919 INFO  (closeThreadPool-1297-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 183919 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+30-1476
   [junit4]   2> 183921 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 183921 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 183921 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 183921 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d54e125{/,null,AVAILABLE}
   [junit4]   2> 183926 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@101462eb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 183926 INFO  (closeThreadPool-1297-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 183926 INFO  (closeThreadPool-1297-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_105769D57BB5B471-001\tempDir-001/jetty1, hostPort=65457, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\

[...truncated too long message...]

  (coreCloseExecutor-14571-thread-1) [n:127.0.0.1:54818_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1442768 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1442768 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41e021d9: rootName = solr_54818, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@33bfb5f8
   [junit4]   2> 1442772 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1442772 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6668e3e1: rootName = solr_54818, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@34c3f755
   [junit4]   2> 1442772 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1442772 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@550673e4: rootName = solr_54818, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4a40898b
   [junit4]   2> 1442772 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1442775 INFO  (closeThreadPool-14573-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72183551247712260-127.0.0.1:54818_solr-n_0000000000) closing
   [junit4]   2> 1442775 INFO  (OverseerStateUpdate-72183551247712260-127.0.0.1:54818_solr-n_0000000000) [n:127.0.0.1:54818_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54818_solr
   [junit4]   2> 1442776 INFO  (closeThreadPool-14573-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72183551247712260-127.0.0.1:54818_solr-n_0000000000) closing
   [junit4]   2> 1442883 INFO  (jetty-closer-14567-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72183551247712260-127.0.0.1:54818_solr-n_0000000000) closing
   [junit4]   2> 1442884 INFO  (jetty-closer-14567-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@45463853{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?}
   [junit4]   2> 1442884 INFO  (jetty-closer-14567-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a32ef9c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1442884 INFO  (jetty-closer-14567-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1442884 INFO  (SUITE-TestRequestRateLimiter-seed#[105769D57BB5B471]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1443103 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1443172 INFO  (SUITE-TestRequestRateLimiter-seed#[105769D57BB5B471]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54794
   [junit4]   2> 1443172 INFO  (SUITE-TestRequestRateLimiter-seed#[105769D57BB5B471]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54794
   [junit4]   2> 1443172 INFO  (SUITE-TestRequestRateLimiter-seed#[105769D57BB5B471]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54794
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.servlet.TestRequestRateLimiter_105769D57BB5B471-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar, timezone=Asia/Qostanay
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 15-ea (64-bit)/cpus=6,threads=1,free=42543744,total=434634752
   [junit4]   2> NOTE: All tests run in this JVM: [TestStandardQParsers, FileBasedSpellCheckerTest, SuggestComponentTest, LeaderTragicEventTest, SoftAutoCommitTest, CdcrVersionReplicationTest, BJQParserTest, AlternateDirectoryTest, ZkShardTermsTest, DynamicMapsTest, CustomHighlightComponentTest, MoreLikeThisComponentTest, MBeansHandlerTest, TestReplicationHandlerDiskOverFlow, TestConfigSetsAPIZkFailure, DocValuesMultiTest, LeaderElectionContextKeyTest, ForceLeaderWithTlogReplicasTest, TestManagedSchemaAPI, SuggesterTest, RequestLoggingTest, DistributedFacetPivotWhiteBoxTest, SimpleFacetsTest, TestLegacyField, URLClassifyProcessorTest, ShardSplitTest, DocumentAnalysisRequestHandlerTest, TestNumericTerms64, ResponseHeaderTest, TestChildDocTransformer, SimpleMLTQParserTest, DisMaxRequestHandlerTest, TestCloudRecovery2, TestMissingGroups, SaslZkACLProviderTest, RecoveryAfterSoftCommitTest, BitVectorTest, SOLR749Test, HighlighterTest, SimplePostToolTest, PolyFieldTest, TestDocTermOrds, TestDistributedGrouping, TestDirectoryFactory, ZkStateWriterTest, DistributedSpellCheckComponentTest, TestMacros, TestCloudInspectUtil, TestFunctionQuery, DeleteReplicaTest, AuthToolTest, ClassificationUpdateProcessorIntegrationTest, TestIndexSearcher, TestFieldCacheSortRandom, DistribJoinFromCollectionTest, SpellingQueryConverterTest, TestScoreJoinQPNoScore, TestEmbeddedSolrServerSchemaAPI, TestManagedSynonymGraphFilterFactory, AuditLoggerPluginTest, SystemInfoHandlerTest, TestUtils, TestHighlightDedupGrouping, TestLRUStatsCacheCloud, SystemCollectionCompatTest, TestExpandComponent, TestSolrCoreParser, TestDynamicFieldNamesIndexCorrectly, TestMiniSolrCloudClusterSSL, TestDistribIDF, MultiThreadedOCPTest, MissingSegmentRecoveryTest, TestSolrCloudSnapshots, RequiredFieldsTest, TestIBSimilarityFactory, CopyFieldTest, OverseerStatusTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, JWTAuthPluginIntegrationTest, CoreAdminHandlerTest, TestPayloadScoreQParserPlugin, VMParamsZkACLAndCredentialsProvidersTest, TestZkAclsWithHadoopAuth, TestSubQueryTransformerDistrib, ReplaceNodeTest, ShardRoutingTest, SolrXmlInZkTest, SplitShardTest, TestCloudConsistency, TestLockTree, TestOnReconnectListenerSupport, TestQueryingOnDownCollection, TestRequestForwarding, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, TestSimpleTextCodec, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, FieldAnalysisRequestHandlerTest, JsonLoaderTest, PingRequestHandlerTest, TestSolrConfigHandlerConcurrent, CoreAdminRequestStatusTest, IndexSizeEstimatorTest, PropertiesRequestHandlerTest, ThreadDumpHandlerTest, CloudReplicaSourceTest, CustomTermsComponentTest, DistributedQueryComponentOptimizationTest, DistributedQueryElevationComponentTest, SpellCheckComponentTest, StatsComponentTest, TermVectorComponentTest, TermsComponentTest, TestDistributedStatsComponentCardinality, TestRemoteStreaming, TestStreamBody, TestUnInvertedFieldException, TestWriterPerf, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestCSVResponseWriter, TestGraphMLResponseWriter, TestPushWriter, TestExplainDocTransformer, TestSubQueryTransformerCrossCore, TestBulkSchemaAPI, SignificantTermsQParserPluginTest, TestCaffeineCache, TestSimpleQParserPlugin, TestStressRecovery, TestStressUserVersions, TestStressVersions, TestCloudJSONFacetJoinDomain, SolrLogAuditLoggerPluginTest, TestExternalRoleRuleBasedAuthorizationPlugin, TestPKIAuthenticationPlugin, TestSha256AuthenticationProvider, TestDelegationWithHadoopAuth, TestImpersonationWithHadoopAuth, TestRuleBasedAuthorizationWithKerberos, TestSolrCloudWithHadoopAuthPlugin, SolrRequestParserTest, TestRequestRateLimiter]
   [junit4] Completed [768/864 (2!)] on J4 in 6.44s, 2 tests, 1 failure <<< FAILURES!

[...truncated 45054 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9218/consoleText

[repro] Revision: 1d2749295b5378db9f54d603b581d1d9a1e3cc93

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestBulkSchemaConcurrent
[repro]       TestRequestRateLimiter
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestBulkSchemaConcurrent|*.TestRequestRateLimiter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=105769D57BB5B471 -Dtests.slow=true -Dtests.locale=mni-IN -Dtests.timezone=Africa/Kinshasa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 107 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS-Experimental-GC] Lucene-Solr-master-Windows (64bit/jdk-14.0.1) - Build # 9217 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9217/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

5 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([DD03823487C4E794:9F98611107A392B5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([DD03823487C4E794:6C14640BE8921C30]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([DD03823487C4E794:6C14640BE8921C30]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([DD03823487C4E794:6C14640BE8921C30]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([DD03823487C4E794:6C14640BE8921C30]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 12703 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 270524 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 270525 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001\data-dir-26-001
   [junit4]   2> 270525 WARN  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 270525 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 270528 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 270528 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 270528 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001\tempDir-001
   [junit4]   2> 270528 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 270530 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 270530 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 270548 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 270643 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 49592
   [junit4]   2> 270643 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:49592
   [junit4]   2> 270643 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49592
   [junit4]   2> 270643 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49592
   [junit4]   2> 270647 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270655 INFO  (zkConnectionManagerCallback-1480-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 270655 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270663 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270668 INFO  (zkConnectionManagerCallback-1482-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 270668 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270670 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270676 INFO  (zkConnectionManagerCallback-1484-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 270676 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270787 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 270787 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 270787 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 270790 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 270790 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 270790 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 270790 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@304eb34a{/solr,null,AVAILABLE}
   [junit4]   2> 270792 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@574c81fc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49609}
   [junit4]   2> 270792 INFO  (jetty-launcher-1485-thread-1) [     ] o.e.j.s.Server Started @270314ms
   [junit4]   2> 270792 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49609}
   [junit4]   2> 270793 ERROR (jetty-launcher-1485-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 270793 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 270793 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 270793 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 270793 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 270793 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-11T16:25:28.835441900Z
   [junit4]   2> 270794 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270795 INFO  (zkConnectionManagerCallback-1487-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 270795 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270800 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 270912 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 270916 WARN  (jetty-launcher-1485-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49d36afe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 270916 WARN  (jetty-launcher-1485-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49d36afe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 270920 WARN  (jetty-launcher-1485-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19d61d81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 270920 WARN  (jetty-launcher-1485-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19d61d81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 270920 INFO  (jetty-launcher-1485-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49592/solr
   [junit4]   2> 270920 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270925 INFO  (zkConnectionManagerCallback-1497-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 270925 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271496 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49609_solr
   [junit4]   2> 271500 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.Overseer Overseer (id=72182273704263684-127.0.0.1:49609_solr-n_0000000000) starting
   [junit4]   2> 271518 INFO  (OverseerStateUpdate-72182273704263684-127.0.0.1:49609_solr-n_0000000000) [n:127.0.0.1:49609_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49609_solr
   [junit4]   2> 271518 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49609_solr
   [junit4]   2> 271522 INFO  (OverseerStateUpdate-72182273704263684-127.0.0.1:49609_solr-n_0000000000) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 271524 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 271525 WARN  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 271551 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 271575 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49609.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67eb93b4
   [junit4]   2> 271580 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49609.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67eb93b4
   [junit4]   2> 271580 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49609.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67eb93b4
   [junit4]   2> 271580 INFO  (jetty-launcher-1485-thread-1) [n:127.0.0.1:49609_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001\tempDir-001\node1
   [junit4]   2> 271593 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 271594 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271599 INFO  (zkConnectionManagerCallback-1512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 271599 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271599 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 271600 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49592/solr ready
   [junit4]   2> 271623 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DD03823487C4E794]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 271626 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 271628 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 271635 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 271641 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 271648 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 271656 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 271670 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 271681 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 271690 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 271699 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 271707 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 271715 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 271733 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 271745 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 271757 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 271768 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 271780 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 271788 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 271796 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 271806 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 271817 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 271828 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 271840 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 271851 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 271860 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 271871 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 271881 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 271889 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 271929 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 271944 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 271958 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 271969 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 271978 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 271985 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 271994 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 272001 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 272009 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 272020 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 272029 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 272037 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 272046 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 272053 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 272064 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 272073 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 272085 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 272093 INFO  (OverseerThreadFactory-1502-thread-1-processing-n:127.0.0.1:49609_solr) [n:127.0.0.1:49609_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 272231 INFO  (OverseerStateUpdate-72182273704263684-127.0.0.1:49609_solr-n_0000000000) [n:127.0.0.1:49609_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49609/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49609_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 272440 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 272441 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 272457 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 272469 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 272485 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 272734 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 272734 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49609.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67eb93b4
   [junit4]   2> 272734 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001\tempDir-001\node1\c1_shard1_replica_n1\data\]
   [junit4]   2> 272926 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 272926 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 272929 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 272932 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 272939 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 272939 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 272943 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 272945 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 272946 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 272946 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 272954 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 272954 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674746927247261696
   [junit4]   2> 272957 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:49609_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 272957 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:49609_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 272957 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:49609_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 272978 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 272978 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49609/solr/c1_shard1_replica_n1/
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:49609/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 273002 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72182273704263684-core_node2-n_0000000000
   [junit4]   2> 273010 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49609/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 273115 INFO  (zkCallback-1496-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 273116 INFO  (zkCallback-1496-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 273119 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 273128 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=687
   [junit4]   2> 273137 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 273232 INFO  (zkCallback-1496-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 273232 INFO  (zkCallback-1496-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 273232 INFO  (zkCallback-1496-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 273234 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1608
   [junit4]   2> 273235 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DD03823487C4E794]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 273341 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 273341 INFO  (zkCallback-1496-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 273341 INFO  (zkCallback-1496-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 273346 INFO  (zkCallback-1496-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 273346 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 273346 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674746927653060608)]} 0 109
   [junit4]   2> 273350 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674746927658303488)]} 0 0
   [junit4]   2> 273350 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674746927662497792)]} 0 0
   [junit4]   2> 273350 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674746927662497793)]} 0 0
   [junit4]   2> 273353 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674746927665643520)]} 0 0
   [junit4]   2> 273354 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674746927666692096)]} 0 0
   [junit4]   2> 273354 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674746927666692097)]} 0 0
   [junit4]   2> 273354 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674746927666692098)]} 0 0
   [junit4]   2> 273354 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674746927666692099)]} 0 0
   [junit4]   2> 273358 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674746927670886400)]} 0 0
   [junit4]   2> 273358 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674746927670886401)]} 0 0
   [junit4]   2> 273360 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674746927672983552)]} 0 0
   [junit4]   2> 273360 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674746927672983553)]} 0 0
   [junit4]   2> 273362 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674746927675080704)]} 0 2
   [junit4]   2> 273382 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674746927695003648)]} 0 0
   [junit4]   2> 273382 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674746927696052224)]} 0 0
   [junit4]   2> 273382 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674746927696052225)]} 0 0
   [junit4]   2> 273385 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674746927699197952)]} 0 0
   [junit4]   2> 273386 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674746927700246528)]} 0 0
   [junit4]   2> 273388 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674746927702343680)]} 0 1
   [junit4]   2> 273390 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674746927704440832)]} 0 0
   [junit4]   2> 273390 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674746927704440833)]} 0 0
   [junit4]   2> 273398 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674746927712829440)]} 0 0
   [junit4]   2> 273398 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674746927712829441)]} 0 2
   [junit4]   2> 273404 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674746927719120896)]} 0 0
   [junit4]   2> 273406 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674746927721218048)]} 0 1
   [junit4]   2> 273410 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674746927725412352)]} 0 0
   [junit4]   2> 273413 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674746927728558080)]} 0 1
   [junit4]   2> 273413 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674746927728558081)]} 0 0
   [junit4]   2> 273414 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674746927729606656)]} 0 0
   [junit4]   2> 273422 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674746927737995264)]} 0 0
   [junit4]   2> 273423 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674746927739043840)]} 0 0
   [junit4]   2> 273424 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674746927740092416)]} 0 0
   [junit4]   2> 273425 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674746927741140992)]} 0 0
   [junit4]   2> 273426 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674746927742189568)]} 0 0
   [junit4]   2> 273428 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674746927744286720)]} 0 0
   [junit4]   2> 273434 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674746927748481024)]} 0 1
   [junit4]   2> 273434 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674746927750578176)]} 0 0
   [junit4]   2> 273439 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674746927755821056)]} 0 0
   [junit4]   2> 273440 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674746927756869632)]} 0 0
   [junit4]   2> 273440 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674746927756869633)]} 0 0
   [junit4]   2> 273442 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674746927758966784)]} 0 0
   [junit4]   2> 273442 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674746927758966785)]} 0 0
   [junit4]   2> 273445 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674746927762112512)]} 0 0
   [junit4]   2> 273446 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674746927763161088)]} 0 0
   [junit4]   2> 273453 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674746927770501120)]} 0 0
   [junit4]   2> 273454 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674746927771549696)]} 0 0
   [junit4]   2> 273455 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674746927772598272)]} 0 0
   [junit4]   2> 273455 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674746927772598273)]} 0 0
   [junit4]   2> 273456 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674746927773646848)]} 0 0
   [junit4]   2> 273456 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674746927773646849)]} 0 0
   [junit4]   2> 273457 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674746927774695424)]} 0 0
   [junit4]   2> 273458 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674746927774695425)]} 0 0
   [junit4]   2> 273458 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674746927775744000)]} 0 0
   [junit4]   2> 273458 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674746927775744001)]} 0 0
   [junit4]   2> 273458 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674746927775744002)]} 0 0
   [junit4]   2> 273461 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674746927778889728)]} 0 0
   [junit4]   2> 273461 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674746927778889729)]} 0 0
   [junit4]   2> 273462 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674746927779938304)]} 0 0
   [junit4]   2> 273463 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674746927780986880)]} 0 0
   [junit4]   2> 273464 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674746927782035456)]} 0 0
   [junit4]   2> 273465 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674746927783084032)]} 0 0
   [junit4]   2> 273465 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674746927783084033)]} 0 0
   [junit4]   2> 273466 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674746927784132608)]} 0 0
   [junit4]   2> 273467 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674746927785181184)]} 0 0
   [junit4]   2> 273467 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674746927785181185)]} 0 0
   [junit4]   2> 273468 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674746927786229760)]} 0 0
   [junit4]   2> 273468 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674746927786229761)]} 0 0
   [junit4]   2> 273469 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674746927787278336)]} 0 0
   [junit4]   2> 273469 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674746927787278337)]} 0 0
   [junit4]   2> 273471 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674746927789375488)]} 0 0
   [junit4]   2> 273471 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674746927789375489)]} 0 0
   [junit4]   2> 273471 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674746927789375490)]} 0 0
   [junit4]   2> 273473 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674746927791472640)]} 0 0
   [junit4]   2> 273474 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674746927792521216)]} 0 0
   [junit4]   2> 273475 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674746927793569792)]} 0 0
   [junit4]   2> 273475 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674746927793569793)]} 0 0
   [junit4]   2> 273475 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674746927793569794)]} 0 0
   [junit4]   2> 273477 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674746927795666944)]} 0 0
   [junit4]   2> 273478 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674746927796715520)]} 0 0
   [junit4]   2> 273478 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674746927796715521)]} 0 0
   [junit4]   2> 273479 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674746927797764096)]} 0 0
   [junit4]   2> 273479 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674746927797764097)]} 0 0
   [junit4]   2> 273479 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674746927797764098)]} 0 0
   [junit4]   2> 273479 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674746927797764099)]} 0 0
   [junit4]   2> 273479 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674746927797764100)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674746927800909824)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674746927800909825)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674746927800909826)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674746927800909827)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674746927800909828)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674746927800909829)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674746927800909830)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674746927800909831)]} 0 0
   [junit4]   2> 273482 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1674746927800909832)]} 0 0
   [junit4]   2> 273489 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1674746927808249856)]} 0 0
   [junit4]   2> 273490 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1674746927809298432)]} 0 0
   [junit4]   2> 273490 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1674746927809298433)]} 0 0
   [junit4]   2> 273490 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1674746927809298434)]} 0 0
   [junit4]   2> 273490 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1674746927809298435)]} 0 0
   [junit4]   2> 273516 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:49609_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 273516 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:49609_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 273518 INFO  (qtp1502307517-2263) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 25
   [junit4]   2> 273522 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273524 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273524 INFO  (qtp1502307517-2262) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273526 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273526 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273529 INFO  (qtp1502307517-2264) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 273529 INFO  (qtp1502307517-2265) [n:127.0.0.1:49609_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replic

[...truncated too long message...]

27.0.0.1:55066_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@ce674e5
   [junit4]   2> 41878 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:55066_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3dc16442: rootName = solr_55066, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@53202361
   [junit4]   2> 41879 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:55066_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 41897 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:55066_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@ce674e5
   [junit4]   2> 41901 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:55066_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 41907 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 41907 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@583ba395: rootName = solr_55066, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@d8633f2
   [junit4]   2> 41918 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 41918 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3aac0363: rootName = solr_55066, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6d2bd6fe
   [junit4]   2> 41919 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 41919 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a5f1827: rootName = solr_55066, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@265e9d88
   [junit4]   2> 41919 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 41923 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72182474907451396-127.0.0.1:55066_solr-n_0000000000) closing
   [junit4]   2> 41923 INFO  (OverseerStateUpdate-72182474907451396-127.0.0.1:55066_solr-n_0000000000) [n:127.0.0.1:55066_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55066_solr
   [junit4]   2> 41927 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72182474907451396-127.0.0.1:55066_solr-n_0000000000) closing
   [junit4]   2> 41936 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:55041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100719417de0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100719417de0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100719417de0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 42039 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72182474907451396-127.0.0.1:55066_solr-n_0000000000) closing
   [junit4]   2> 42043 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53310513{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 42045 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10905c16{/solr,null,UNAVAILABLE}
   [junit4]   2> 42045 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 42047 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 42257 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 42266 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:55041
   [junit4]   2> 42266 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55041
   [junit4]   2> 42267 INFO  (SUITE-TestRequestRateLimiter-seed#[DD03823487C4E794]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55041
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.servlet.TestRequestRateLimiter_DD03823487C4E794-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1412, maxMBSortInHeap=5.085827637563358, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-VU, timezone=America/Monterrey
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=316669952,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [5/5 (3!)] on J2 in 42.37s, 2 tests, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 3 failures [seed: DD03823487C4E794]

Total time: 47 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9216' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9217'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9216 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9216/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([11CB9367C2BB1C3D:5350704242DC691C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([11CB9367C2BB1C3D:5350704242DC691C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([11CB9367C2BB1C3D:A0DC7558ADEDE799]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12423 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 203046 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 203046 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 203050 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001\data-dir-29-001
   [junit4]   2> 203050 WARN  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 203050 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 203060 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 203063 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001\tempDir-001
   [junit4]   2> 203064 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 203065 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 203065 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 203072 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 203165 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 60474
   [junit4]   2> 203165 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60474
   [junit4]   2> 203165 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60474
   [junit4]   2> 203165 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60474
   [junit4]   2> 203175 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203213 INFO  (zkConnectionManagerCallback-1198-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203214 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203243 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203252 INFO  (zkConnectionManagerCallback-1200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203252 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203254 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203271 INFO  (zkConnectionManagerCallback-1202-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203271 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203383 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 203383 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 203383 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 203385 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 203385 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 203385 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 203387 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d2b7fe3{/solr,null,AVAILABLE}
   [junit4]   2> 203390 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76611c4b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60493}
   [junit4]   2> 203390 INFO  (jetty-launcher-1203-thread-1) [     ] o.e.j.s.Server Started @203365ms
   [junit4]   2> 203390 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60493}
   [junit4]   2> 203390 ERROR (jetty-launcher-1203-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 203391 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 203391 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 203391 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 203391 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 203391 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-11T11:28:56.074316100Z
   [junit4]   2> 203392 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203399 INFO  (zkConnectionManagerCallback-1205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203400 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203401 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 203507 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 203511 WARN  (jetty-launcher-1203-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ba9c15a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203511 WARN  (jetty-launcher-1203-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ba9c15a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203515 WARN  (jetty-launcher-1203-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d7f234d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203515 WARN  (jetty-launcher-1203-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d7f234d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203518 INFO  (jetty-launcher-1203-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60474/solr
   [junit4]   2> 203518 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203525 INFO  (zkConnectionManagerCallback-1215-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203525 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204266 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60493_solr
   [junit4]   2> 204273 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.Overseer Overseer (id=72181106497159172-127.0.0.1:60493_solr-n_0000000000) starting
   [junit4]   2> 204313 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60493_solr
   [junit4]   2> 204314 INFO  (OverseerStateUpdate-72181106497159172-127.0.0.1:60493_solr-n_0000000000) [n:127.0.0.1:60493_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60493_solr
   [junit4]   2> 204320 INFO  (OverseerStateUpdate-72181106497159172-127.0.0.1:60493_solr-n_0000000000) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204321 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 204321 WARN  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 204348 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 204376 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60493.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@470b3217
   [junit4]   2> 204382 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60493.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@470b3217
   [junit4]   2> 204383 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60493.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@470b3217
   [junit4]   2> 204383 INFO  (jetty-launcher-1203-thread-1) [n:127.0.0.1:60493_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001\tempDir-001\node1
   [junit4]   2> 204413 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 204414 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204420 INFO  (zkConnectionManagerCallback-1230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204420 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204423 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204425 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60474/solr ready
   [junit4]   2> 204457 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[11CB9367C2BB1C3D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 204461 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 204472 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c2
   [junit4]   2> 204474 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 204486 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 204498 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 204513 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c2.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 204527 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 204538 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 204550 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 204564 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 204577 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c2.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 204592 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 204603 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 204613 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 204628 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 204642 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 204656 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 204668 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 204677 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 204685 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 204694 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 204705 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c2.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 204719 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c2.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 204731 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c2.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 204744 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c2.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 204757 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c2.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 204771 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c2.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 204783 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c2.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 204796 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c2.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 204807 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c2.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 204819 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c2.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 204833 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c2.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 204845 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c2.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 204861 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c2.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 204876 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c2.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 204891 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c2.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 204914 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c2.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 204931 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c2.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 204965 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c2.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 204982 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c2.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 204998 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c2.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 205009 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c2.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 205022 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c2.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 205034 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c2.AUTOCREATED/solrconfig.xml
   [junit4]   2> 205046 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c2.AUTOCREATED/synonyms.txt
   [junit4]   2> 205055 INFO  (OverseerThreadFactory-1220-thread-1-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c2.AUTOCREATED/stopwords.txt
   [junit4]   2> 205238 INFO  (OverseerStateUpdate-72181106497159172-127.0.0.1:60493_solr-n_0000000000) [n:127.0.0.1:60493_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60493/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60493_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 205430 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr    x:c2_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 205430 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr    x:c2_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 205481 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 205505 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c2_shard1_replica_n1' using configuration from configset c2.AUTOCREATED, trusted=true
   [junit4]   2> 205523 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 205809 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 205809 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60493.solr.core.c2.shard1.replica_n1' (registry 'solr.core.c2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@470b3217
   [junit4]   2> 205809 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore [[c2_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001\tempDir-001\node1\c2_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001\tempDir-001\node1\c2_shard1_replica_n1\data\]
   [junit4]   2> 206054 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 206054 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 206059 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 206059 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 206062 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c2.AUTOCREATED
   [junit4]   2> 206062 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c2.AUTOCREATED
   [junit4]   2> 206069 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 206072 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 206072 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 206082 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 206094 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 206094 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674728270753431552
   [junit4]   2> 206098 INFO  (searcherExecutor-1232-thread-1-processing-n:127.0.0.1:60493_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 206098 INFO  (searcherExecutor-1232-thread-1-processing-n:127.0.0.1:60493_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 206098 INFO  (searcherExecutor-1232-thread-1-processing-n:127.0.0.1:60493_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore [c2_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 206131 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c2/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 206131 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c2/leaders/shard1
   [junit4]   2> 206167 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 206167 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 206167 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60493/solr/c2_shard1_replica_n1/
   [junit4]   2> 206169 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 206169 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:60493/solr/c2_shard1_replica_n1/ has no replicas
   [junit4]   2> 206169 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c2/leaders/shard1/leader after winning as /collections/c2/leader_elect/shard1/election/72181106497159172-core_node2-n_0000000000
   [junit4]   2> 206184 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60493/solr/c2_shard1_replica_n1/ shard1
   [junit4]   2> 206292 INFO  (zkCallback-1214-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 206293 INFO  (zkCallback-1214-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 206297 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 206308 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=887
   [junit4]   2> 206325 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 206374 INFO  (OverseerCollectionConfigSetProcessor-72181106497159172-127.0.0.1:60493_solr-n_0000000000) [n:127.0.0.1:60493_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 206409 INFO  (zkCallback-1214-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 206409 INFO  (zkCallback-1214-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 206410 INFO  (zkCallback-1214-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 206413 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2067
   [junit4]   2> 206415 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[11CB9367C2BB1C3D]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c2
   [junit4]   2> 206652 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 206652 INFO  (zkCallback-1214-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c2.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 206653 INFO  (zkCallback-1214-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 206661 INFO  (zkCallback-1214-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 206665 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c2/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 206665 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674728271338536960)]} 0 243
   [junit4]   2> 206672 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674728271356362752)]} 0 3
   [junit4]   2> 206677 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674728271361605632)]} 0 2
   [junit4]   2> 206681 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674728271368945664)]} 0 1
   [junit4]   2> 206685 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674728271368945665)]} 0 1
   [junit4]   2> 206689 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674728271377334272)]} 0 1
   [junit4]   2> 206692 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674728271377334273)]} 0 1
   [junit4]   2> 206697 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674728271380480000)]} 0 1
   [junit4]   2> 206699 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674728271387820032)]} 0 1
   [junit4]   2> 206704 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674728271393062912)]} 0 1
   [junit4]   2> 206710 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674728271397257216)]} 0 1
   [junit4]   2> 206713 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674728271402500096)]} 0 1
   [junit4]   2> 206716 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674728271405645824)]} 0 2
   [junit4]   2> 206723 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674728271412985856)]} 0 1
   [junit4]   2> 206728 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674728271417180160)]} 0 1
   [junit4]   2> 206731 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674728271421374464)]} 0 1
   [junit4]   2> 206735 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674728271425568768)]} 0 1
   [junit4]   2> 206740 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674728271429763072)]} 0 1
   [junit4]   2> 206750 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674728271439200256)]} 0 2
   [junit4]   2> 206754 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674728271444443136)]} 0 1
   [junit4]   2> 206757 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674728271448637440)]} 0 1
   [junit4]   2> 206764 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674728271453880320)]} 0 2
   [junit4]   2> 206768 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674728271460171776)]} 0 2
   [junit4]   2> 206777 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674728271469608960)]} 0 1
   [junit4]   2> 206780 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674728271472754688)]} 0 1
   [junit4]   2> 206784 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674728271476948992)]} 0 2
   [junit4]   2> 206790 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674728271481143296)]} 0 1
   [junit4]   2> 206792 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674728271485337600)]} 0 1
   [junit4]   2> 206800 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674728271492677632)]} 0 1
   [junit4]   2> 206804 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674728271496871936)]} 0 1
   [junit4]   2> 206807 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674728271501066240)]} 0 2
   [junit4]   2> 206813 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674728271507357696)]} 0 2
   [junit4]   2> 206819 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674728271513649152)]} 0 3
   [junit4]   2> 206830 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674728271524134912)]} 0 1
   [junit4]   2> 206836 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674728271530426368)]} 0 1
   [junit4]   2> 206840 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674728271535669248)]} 0 1
   [junit4]   2> 206845 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674728271540912128)]} 0 1
   [junit4]   2> 206849 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674728271545106432)]} 0 1
   [junit4]   2> 206855 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674728271550349312)]} 0 1
   [junit4]   2> 206867 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674728271559786496)]} 0 8
   [junit4]   2> 206878 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674728271572369408)]} 0 1
   [junit4]   2> 206880 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674728271577612288)]} 0 1
   [junit4]   2> 206883 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674728271580758016)]} 0 1
   [junit4]   2> 206891 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674728271588098048)]} 0 1
   [junit4]   2> 206894 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674728271592292352)]} 0 1
   [junit4]   2> 206899 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674728271597535232)]} 0 1
   [junit4]   2> 206904 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674728271601729536)]} 0 1
   [junit4]   2> 206909 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674728271606972416)]} 0 1
   [junit4]   2> 206911 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674728271610118144)]} 0 1
   [junit4]   2> 206918 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674728271617458176)]} 0 1
   [junit4]   2> 206923 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674728271622701056)]} 0 1
   [junit4]   2> 206929 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674728271626895360)]} 0 1
   [junit4]   2> 206934 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674728271633186816)]} 0 2
   [junit4]   2> 206938 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674728271634235392)]} 0 1
   [junit4]   2> 206942 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674728271642624000)]} 0 1
   [junit4]   2> 206947 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674728271647866880)]} 0 1
   [junit4]   2> 206951 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674728271652061184)]} 0 1
   [junit4]   2> 206952 INFO  (zkCallback-1214-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 206954 INFO  (zkCallback-1214-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 302 ms
   [junit4]   2> 206956 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674728271655206912)]} 0 1
   [junit4]   2> 206962 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674728271659401216)]} 0 3
   [junit4]   2> 206967 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674728271667789824)]} 0 2
   [junit4]   2> 206971 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674728271671984128)]} 0 1
   [junit4]   2> 206971 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674728271673032704)]} 0 1
   [junit4]   2> 206974 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674728271676178432)]} 0 1
   [junit4]   2> 206981 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674728271682469888)]} 0 1
   [junit4]   2> 206985 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674728271684567040)]} 0 1
   [junit4]   2> 206988 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674728271689809920)]} 0 1
   [junit4]   2> 206991 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674728271694004224)]} 0 1
   [junit4]   2> 206994 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674728271697149952)]} 0 1
   [junit4]   2> 206998 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674728271701344256)]} 0 1
   [junit4]   2> 207003 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674728271706587136)]} 0 1
   [junit4]   2> 207007 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674728271709732864)]} 0 1
   [junit4]   2> 207010 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674728271713927168)]} 0 1
   [junit4]   2> 207011 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674728271714975744)]} 0 0
   [junit4]   2> 207016 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674728271718121472)]} 0 1
   [junit4]   2> 207017 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674728271721267200)]} 0 1
   [junit4]   2> 207021 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674728271725461504)]} 0 1
   [junit4]   2> 207024 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674728271728607232)]} 0 1
   [junit4]   2> 207026 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674728271730704384)]} 0 1
   [junit4]   2> 207029 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674728271733850112)]} 0 1
   [junit4]   2> 207033 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674728271738044416)]} 0 1
   [junit4]   2> 207035 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674728271740141568)]} 0 1
   [junit4]   2> 207039 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674728271744335872)]} 0 1
   [junit4]   2> 207041 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674728271746433024)]} 0 0
   [junit4]   2> 207045 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674728271750627328)]} 0 1
   [junit4]   2> 207049 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674728271750627329)]} 0 1
   [junit4]   2> 207051 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674728271756918784)]} 0 0
   [junit4]   2> 207055 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674728271760064512)]} 0 1
   [junit4]   2> 207058 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674728271763210240)]} 0 1
   [junit4]   2> 207061 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674728271767404544)]} 0 1
   [junit4]   2> 207065 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674728271770550272)]} 0 1
   [junit4]   2> 207069 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674728271773696000)]} 0 1
   [junit4]   2> 207073 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674728271778938880)]} 0 1
   [junit4]   2> 207075 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674728271782084608)]} 0 1
   [junit4]   2> 207078 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674728271785230336)]} 0 0
   [junit4]   2> 207082 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1674728271788376064)]} 0 1
   [junit4]   2> 207084 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1674728271791521792)]} 0 1
   [junit4]   2> 207088 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1674728271794667520)]} 0 1
   [junit4]   2> 207092 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1674728271798861824)]} 0 1
   [junit4]   2> 207095 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1674728271803056128)]} 0 1
   [junit4]   2> 207098 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1674728271806201856)]} 0 1
   [junit4]   2> 207117 INFO  (searcherExecutor-1232-thread-1-processing-n:127.0.0.1:60493_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 207119 INFO  (searcherExecutor-1232-thread-1-processing-n:127.0.0.1:60493_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore [c2_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 207120 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c2:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 17
   [junit4]   2> 207127 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=3
   [junit4]   2> 207127 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=1
   [junit4]   2> 207128 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207129 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207129 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=2
   [junit4]   2> 207133 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207134 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207135 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207135 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207135 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207136 INFO  (qtp2024209711-1865) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207134 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207137 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207137 INFO  (qtp2024209711-1933) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207142 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207144 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=2
   [junit4]   2> 207146 INFO  (qtp2024209711-1938) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207146 INFO  (qtp2024209711-1933) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207146 INFO  (qtp2024209711-1935) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207146 INFO  (qtp2024209711-1868) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207148 INFO  (qtp2024209711-1934) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207150 INFO  (qtp2024209711-1939) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207151 INFO  (qtp2024209711-1936) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=2
   [junit4]   2> 207151 INFO  (qtp2024209711-1870) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 207152 INFO  (qtp2024209711-1937) [n:127.0.0.1:60493_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request [c2_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=1
   [junit4]   2> 207155 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[11CB9367C2BB1C3D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSlotBorrowing
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestRateLimiter -Dtests.method=testSlotBorrowing -Dtests.seed=11CB9367C2BB1C3D -Dtests.slow=true -Dtests.locale=fr-WF -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.71s J1 | TestRequestRateLimiter.testSlotBorrowing <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([11CB9367C2BB1C3D:A0DC7558ADEDE799]:0)
   [junit4]    > 	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 207173 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[11CB9367C2BB1C3D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 207173 INFO  (qtp2024209711-1867) [n:127.0.0.1:60493_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 207187 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 207188 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 207200 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 207210 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 207226 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 207241 INFO  (OverseerThreadFactory-1220-thread-2-processing-n:127.0.0.1:60493_solr) [n:127.0.0.1:60493_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_

[...truncated too long message...]

UpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29941 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 29941 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@701854c1: rootName = solr_52856, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5cf60752
   [junit4]   2> 29946 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 29946 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e37fabb: rootName = solr_52856, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6cad579f
   [junit4]   2> 29950 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 29950 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4655cd3b: rootName = solr_52856, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6d8a51b4
   [junit4]   2> 29950 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 29970 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72181289421963268-127.0.0.1:52856_solr-n_0000000000) closing
   [junit4]   2> 29970 INFO  (OverseerStateUpdate-72181289421963268-127.0.0.1:52856_solr-n_0000000000) [n:127.0.0.1:52856_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52856_solr
   [junit4]   2> 29974 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72181289421963268-127.0.0.1:52856_solr-n_0000000000) closing
   [junit4]   2> 29984 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:52803)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007080136d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007080136d0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007080136d0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 30085 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72181289421963268-127.0.0.1:52856_solr-n_0000000000) closing
   [junit4]   2> 30090 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b4a8089{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 30093 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@601480f3{/solr,null,UNAVAILABLE}
   [junit4]   2> 30093 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 30095 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 30101 WARN  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker-SendThread(127.0.0.1:52803)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007080136d0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007080136d0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007080136d0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 30306 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 30316 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52803
   [junit4]   2> 30316 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52803
   [junit4]   2> 30317 INFO  (SUITE-TestRequestRateLimiter-seed#[11CB9367C2BB1C3D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52803
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.servlet.TestRequestRateLimiter_11CB9367C2BB1C3D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=2018, maxMBSortInHeap=6.65575991779252, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr-WF, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=134529776,total=297795584
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [3/5 (2!)] on J3 in 30.53s, 2 tests, 1 failure <<< FAILURES!

[...truncated 24 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 2 failures [seed: 11CB9367C2BB1C3D]

Total time: 35 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   2/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9215' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9216'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9215 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9215/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:D10BFD3D9A7BE440]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:D10BFD3D9A7BE440]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:D10BFD3D9A7BE440]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:D10BFD3D9A7BE440]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:2287F827754A6AC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([93901E181A1C9161:2287F827754A6AC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12553 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 266571 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 266572 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001\data-dir-86-001
   [junit4]   2> 266575 WARN  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 266575 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 266575 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 266575 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 266579 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001\tempDir-001
   [junit4]   2> 266579 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 266579 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 266579 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 266581 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 266695 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 62481
   [junit4]   2> 266695 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62481
   [junit4]   2> 266695 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62481
   [junit4]   2> 266695 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62481
   [junit4]   2> 266699 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 266715 INFO  (zkConnectionManagerCallback-2377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 266715 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 266724 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 266736 INFO  (zkConnectionManagerCallback-2379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 266737 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 266738 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 266747 INFO  (zkConnectionManagerCallback-2381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 266747 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 266900 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f768bfe{/solr,null,AVAILABLE}
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@50f809dd{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:62494}
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.e.j.s.Server Started @267147ms
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62494}
   [junit4]   2> 266903 ERROR (jetty-launcher-2382-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 266903 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-11T06:25:52.252645100Z
   [junit4]   2> 266907 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 266917 INFO  (zkConnectionManagerCallback-2384-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 266917 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 266918 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 266928 WARN  (jetty-launcher-2382-thread-1-SendThread(127.0.0.1:62481)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006f3fbb690003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006f3fbb690003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006f3fbb690003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 267032 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 267036 WARN  (jetty-launcher-2382-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ce51ce2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267036 WARN  (jetty-launcher-2382-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ce51ce2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267039 WARN  (jetty-launcher-2382-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f04e8e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267039 WARN  (jetty-launcher-2382-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f04e8e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267040 INFO  (jetty-launcher-2382-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62481/solr
   [junit4]   2> 267040 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267047 INFO  (zkConnectionManagerCallback-2394-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267047 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 267662 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62494_solr
   [junit4]   2> 267666 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.Overseer Overseer (id=72179913555771396-127.0.0.1:62494_solr-n_0000000000) starting
   [junit4]   2> 267681 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62494_solr
   [junit4]   2> 267681 INFO  (OverseerStateUpdate-72179913555771396-127.0.0.1:62494_solr-n_0000000000) [n:127.0.0.1:62494_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62494_solr
   [junit4]   2> 267683 INFO  (OverseerStateUpdate-72179913555771396-127.0.0.1:62494_solr-n_0000000000) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 267683 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 267683 WARN  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 267704 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 267726 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62494.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5f5aaf
   [junit4]   2> 267731 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62494.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5f5aaf
   [junit4]   2> 267731 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62494.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5f5aaf
   [junit4]   2> 267733 INFO  (jetty-launcher-2382-thread-1) [n:127.0.0.1:62494_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001\tempDir-001\node1
   [junit4]   2> 267745 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 267745 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267753 INFO  (zkConnectionManagerCallback-2409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267753 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 267754 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 267755 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62481/solr ready
   [junit4]   2> 267783 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[93901E181A1C9161]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 267892 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 267896 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 267896 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 267904 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 267912 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 267922 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 267929 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 267936 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 267944 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 267950 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 267957 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 267967 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 267975 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 267983 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 267990 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 267997 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 268004 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 268012 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 268019 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 268026 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 268033 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 268041 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 268048 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 268056 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 268062 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 268070 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 268078 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 268086 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 268092 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 268100 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 268106 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 268114 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 268121 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 268128 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 268135 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 268143 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 268149 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 268157 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 268164 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 268171 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 268181 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 268188 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 268195 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 268201 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 268207 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 268212 INFO  (OverseerThreadFactory-2399-thread-1-processing-n:127.0.0.1:62494_solr) [n:127.0.0.1:62494_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 268331 INFO  (OverseerStateUpdate-72179913555771396-127.0.0.1:62494_solr-n_0000000000) [n:127.0.0.1:62494_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:62494/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62494_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 268569 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 268569 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 268583 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 268594 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 268596 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 268719 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 268721 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62494.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5f5aaf
   [junit4]   2> 268721 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001\tempDir-001\node1\c1_shard1_replica_n1\data\]
   [junit4]   2> 268788 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 268788 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 268789 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 268789 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 268792 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 268792 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 268792 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 268793 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 268793 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 268793 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 268795 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 268795 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674709202783698944
   [junit4]   2> 268797 INFO  (searcherExecutor-2411-thread-1-processing-n:127.0.0.1:62494_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 268797 INFO  (searcherExecutor-2411-thread-1-processing-n:127.0.0.1:62494_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 268797 INFO  (searcherExecutor-2411-thread-1-processing-n:127.0.0.1:62494_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 268807 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 268807 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 268819 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 268819 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 268819 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:62494/solr/c1_shard1_replica_n1/
   [junit4]   2> 268820 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 268820 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:62494/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 268820 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72179913555771396-core_node2-n_0000000000
   [junit4]   2> 268825 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:62494/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 268928 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268929 INFO  (zkCallback-2393-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268931 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 268938 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=368
   [junit4]   2> 268945 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 269043 INFO  (zkCallback-2393-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 269043 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 269043 INFO  (zkCallback-2393-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 269045 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1152
   [junit4]   2> 269045 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[93901E181A1C9161]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 269143 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 269143 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 269145 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 269149 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 269152 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 269152 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674709203148603392)]} 0 100
   [junit4]   2> 269156 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674709203162234880)]} 0 2
   [junit4]   2> 269157 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674709203163283456)]} 0 0
   [junit4]   2> 269160 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674709203166429184)]} 0 0
   [junit4]   2> 269169 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674709203175866368)]} 0 9
   [junit4]   2> 269174 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674709203179012096)]} 0 0
   [junit4]   2> 269174 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674709203181109248)]} 0 0
   [junit4]   2> 269177 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674709203184254976)]} 0 0
   [junit4]   2> 269177 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674709203184254977)]} 0 0
   [junit4]   2> 269181 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674709203187400704)]} 0 0
   [junit4]   2> 269181 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674709203188449280)]} 0 0
   [junit4]   2> 269184 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674709203190546432)]} 0 0
   [junit4]   2> 269185 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674709203191595008)]} 0 0
   [junit4]   2> 269185 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674709203192643584)]} 0 0
   [junit4]   2> 269188 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674709203195789312)]} 0 0
   [junit4]   2> 269189 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674709203196837888)]} 0 0
   [junit4]   2> 269189 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674709203196837889)]} 0 0
   [junit4]   2> 269189 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674709203196837890)]} 0 0
   [junit4]   2> 269193 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674709203201032192)]} 0 0
   [junit4]   2> 269193 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674709203201032193)]} 0 0
   [junit4]   2> 269193 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674709203201032194)]} 0 0
   [junit4]   2> 269193 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674709203201032195)]} 0 0
   [junit4]   2> 269199 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674709203207323648)]} 0 0
   [junit4]   2> 269201 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674709203209420800)]} 0 0
   [junit4]   2> 269201 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674709203209420801)]} 0 0
   [junit4]   2> 269201 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674709203209420802)]} 0 0
   [junit4]   2> 269205 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674709203209420803)]} 0 0
   [junit4]   2> 269205 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674709203213615104)]} 0 0
   [junit4]   2> 269207 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674709203215712256)]} 0 0
   [junit4]   2> 269207 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674709203215712257)]} 0 0
   [junit4]   2> 269209 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674709203217809408)]} 0 0
   [junit4]   2> 269209 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674709203217809409)]} 0 0
   [junit4]   2> 269209 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674709203217809410)]} 0 0
   [junit4]   2> 269209 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674709203217809411)]} 0 0
   [junit4]   2> 269213 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674709203222003712)]} 0 0
   [junit4]   2> 269214 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674709203223052288)]} 0 0
   [junit4]   2> 269216 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674709203225149440)]} 0 0
   [junit4]   2> 269217 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674709203226198016)]} 0 0
   [junit4]   2> 269218 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674709203227246592)]} 0 0
   [junit4]   2> 269219 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674709203228295168)]} 0 0
   [junit4]   2> 269221 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674709203229343744)]} 0 0
   [junit4]   2> 269223 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674709203231440896)]} 0 0
   [junit4]   2> 269223 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674709203232489472)]} 0 0
   [junit4]   2> 269224 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674709203233538048)]} 0 0
   [junit4]   2> 269225 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674709203234586624)]} 0 0
   [junit4]   2> 269225 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674709203234586625)]} 0 0
   [junit4]   2> 269225 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674709203234586626)]} 0 0
   [junit4]   2> 269230 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674709203239829504)]} 0 0
   [junit4]   2> 269230 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674709203239829505)]} 0 0
   [junit4]   2> 269230 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674709203239829506)]} 0 0
   [junit4]   2> 269234 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674709203244023808)]} 0 0
   [junit4]   2> 269234 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674709203244023809)]} 0 0
   [junit4]   2> 269235 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674709203245072384)]} 0 0
   [junit4]   2> 269238 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674709203248218112)]} 0 0
   [junit4]   2> 269238 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674709203248218113)]} 0 0
   [junit4]   2> 269238 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674709203248218114)]} 0 0
   [junit4]   2> 269238 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674709203248218115)]} 0 0
   [junit4]   2> 269242 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674709203252412416)]} 0 0
   [junit4]   2> 269242 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674709203252412417)]} 0 0
   [junit4]   2> 269245 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674709203252412418)]} 0 0
   [junit4]   2> 269246 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674709203256606720)]} 0 0
   [junit4]   2> 269246 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674709203256606721)]} 0 0
   [junit4]   2> 269246 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674709203256606722)]} 0 0
   [junit4]   2> 269249 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674709203259752448)]} 0 0
   [junit4]   2> 269249 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674709203259752449)]} 0 0
   [junit4]   2> 269249 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674709203259752450)]} 0 0
   [junit4]   2> 269254 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674709203264995328)]} 0 0
   [junit4]   2> 269254 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674709203264995329)]} 0 0
   [junit4]   2> 269256 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674709203267092480)]} 0 0
   [junit4]   2> 269257 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674709203268141056)]} 0 0
   [junit4]   2> 269257 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674709203268141057)]} 0 0
   [junit4]   2> 269257 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674709203268141058)]} 0 0
   [junit4]   2> 269257 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674709203268141059)]} 0 0
   [junit4]   2> 269262 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 269262 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674709203273383936)]} 0 0
   [junit4]   2> 269262 INFO  (zkCallback-2393-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 116 ms
   [junit4]   2> 269262 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674709203273383937)]} 0 0
   [junit4]   2> 269264 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674709203273383938)]} 0 0
   [junit4]   2> 269265 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674709203275481088)]} 0 0
   [junit4]   2> 269265 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674709203276529664)]} 0 0
   [junit4]   2> 269265 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674709203276529665)]} 0 0
   [junit4]   2> 269265 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674709203276529666)]} 0 0
   [junit4]   2> 269265 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674709203276529667)]} 0 0
   [junit4]   2> 269270 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674709203281772544)]} 0 0
   [junit4]   2> 269270 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674709203281772545)]} 0 0
   [junit4]   2> 269270 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674709203281772546)]} 0 0
   [junit4]   2> 269270 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674709203281772547)]} 0 0
   [junit4]   2> 269270 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674709203281772548)]} 0 0
   [junit4]   2> 269274 INFO  (qtp2136634720-3357) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674709203285966848)]} 0 0
   [junit4]   2> 269274 INFO  (qtp2136634720-3359) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674709203285966849)]} 0 0
   [junit4]   2> 269274 INFO  (qtp2136634720-3358) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674709203285966850)]} 0 0
   [junit4]   2> 269274 INFO  (qtp2136634720-3360) [n:127.0.0.1:62494_solr c:c1 s:shard1 r:

[...truncated too long message...]

643_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@73cfb2e5
   [junit4]   2> 42260 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50643_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60dff6fc: rootName = solr_50643, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@7a30a7f4
   [junit4]   2> 42263 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50643_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 42276 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50643_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@73cfb2e5
   [junit4]   2> 42281 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50643_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 42288 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 42289 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7411c06f: rootName = solr_50643, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@17c5bdad
   [junit4]   2> 42293 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 42293 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4667d7d5: rootName = solr_50643, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@631eb466
   [junit4]   2> 42293 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 42293 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@651897b7: rootName = solr_50643, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@73074a1b
   [junit4]   2> 42295 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 42296 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72180132353671172-127.0.0.1:50643_solr-n_0000000000) closing
   [junit4]   2> 42296 INFO  (OverseerStateUpdate-72180132353671172-127.0.0.1:50643_solr-n_0000000000) [n:127.0.0.1:50643_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50643_solr
   [junit4]   2> 42298 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72180132353671172-127.0.0.1:50643_solr-n_0000000000) closing
   [junit4]   2> 42303 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:50563)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006f72acc80004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006f72acc80004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006f72acc80004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 42409 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72180132353671172-127.0.0.1:50643_solr-n_0000000000) closing
   [junit4]   2> 42413 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@56da0d82{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 42413 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e3fcecc{/solr,null,UNAVAILABLE}
   [junit4]   2> 42413 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 42417 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 42635 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 42652 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50563
   [junit4]   2> 42654 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50563
   [junit4]   2> 42654 INFO  (SUITE-TestRequestRateLimiter-seed#[93901E181A1C9161]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50563
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.servlet.TestRequestRateLimiter_93901E181A1C9161-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1683, maxMBSortInHeap=5.239637274703783, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ha-NE, timezone=America/Port_of_Spain
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=94474400,total=194838528
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [5/5 (4!)] on J2 in 43.40s, 2 tests, 1 failure <<< FAILURES!

[...truncated 16 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 4 failures [seed: 93901E181A1C9161]

Total time: 49 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   4/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9214' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9215'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9214 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9214/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([65242C3167ACC696:27BFCF14E7CBB3B7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([65242C3167ACC696:27BFCF14E7CBB3B7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([65242C3167ACC696:27BFCF14E7CBB3B7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([65242C3167ACC696:D433CA0E08FA3D32]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 2239 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200811_011041_1558153232396947019764.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200811_011041_1558513955089333066382.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200811_011041_1553139499282601165591.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200811_011041_1552227989211421891183.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200811_011041_15515694727752877040781.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 336 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200811_011325_6938683645693697966168.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200811_011325_69315580791902723036885.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200811_011325_69316108532732195727499.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200811_011325_693248949015341783516.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200811_011325_69310519936829668494168.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1114 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200811_011403_9295728429063098981765.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200811_011403_9295113689751728833268.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200811_011403_9297687221907304649974.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200811_011403_9299885046528864618267.syserr
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200811_011403_92913834855867518305930.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200811_011448_13011545987475008228199.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200811_011448_1302317223383159989706.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200811_011448_1304801110428924146248.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200811_011448_1306799259767045928951.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200811_011448_13016079844409178671907.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200811_011455_7694271139604983765694.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200811_011455_769714394195816154121.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200811_011455_7697043188241003739897.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200811_011455_76918337322130650093408.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200811_011455_7697618453144474348269.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200811_011502_9475426356609635320780.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200811_011502_94717627085186916649077.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200811_011502_94714350347869270357410.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200811_011506_7994174431491746533797.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200811_011506_79917787637117881875227.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200811_011506_79912114072790605895558.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200811_011506_79911710486173129103128.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200811_011506_7996220445891526570043.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200811_011512_2052909190835265873718.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200811_011512_2053208266975662752122.syserr
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200811_011512_2059352500079030617820.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200811_011512_20517017718712639010164.syserr
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200811_011512_20514754677933267551128.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 178 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200811_011516_3122836163457178445203.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200811_011516_31211592771607377566802.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200811_011516_31412037796334472007172.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200811_011516_3144664336718602263091.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200811_011516_3148791491811465623325.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200811_011522_33213715765391488931807.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200811_011522_33218277131839948356445.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200811_011525_1713141827851941241853.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200811_011525_17112954363970906655815.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200811_011525_1715869677114082694656.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200811_011525_1714383121150449030063.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200811_011528_90213606142185430504328.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200811_011528_90217655870614579970777.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200811_011528_9026186861519515769121.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200811_011528_9027429859145158239668.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200811_011528_902338252547874820280.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 622 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200811_011615_5061348823559797714639.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200811_011615_50618195991379898369686.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200811_011615_50610772002706629512247.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200811_011615_5061417926918428072391.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200811_011615_5063088344583801762659.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20200811_011625_7386065553029812824951.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J2-20200811_011625_73814752205827026273133.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J4-20200811_011625_73717498899235978020307.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20200811_011625_7375633946085252375583.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J3-20200811_011625_73814794116906227936683.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 304 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20200811_011633_19611306026202827774224.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J2-20200811_011633_19617753646929366522192.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20200811_011633_19617884078896961129880.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J4-20200811_011633_19614313789391126648461.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J3-20200811_011633_1969068689080264884726.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20200811_011728_65310373970065938911696.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J3-20200811_011728_65315734570728835489153.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20200811_011728_6531075832449762898851.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J4-20200811_011728_65312127045676684561954.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J2-20200811_011728_6536903668091350451072.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J2-20200811_011733_1823076864837327492069.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J3-20200811_011733_18216302543979253812916.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20200811_011733_1821654135929281238308.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20200811_011733_1828315209153369121629.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J4-20200811_011733_18215797370834889097218.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J3-20200811_011738_78215263968464228554217.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J2-20200811_011738_78212764196574874311717.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J4-20200811_011738_78213204130752584891078.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20200811_011738_78212021742998108755683.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20200811_011738_7825747361271389995074.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 195 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J4-20200811_011755_03113029375524832478357.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20200811_011755_0311114671344862688932.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J2-20200811_011755_03114194994045773022351.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20200811_011755_0318281619674448834354.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J3-20200811_011755_03116278999138959665688.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200811_011802_1346042019029562298121.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200811_011802_13417619084547284702262.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200811_011802_1345789990609252269729.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200811_011802_13413182948823921639515.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200811_011802_13410389341608932464699.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20200811_011817_06817441737970809622797.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J2-20200811_011817_0756072847610155349977.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J4-20200811_011817_0753378541912907510079.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20200811_011817_0754080860385845036056.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J3-20200811_011817_0755886969632269741348.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 269 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J2-20200811_011825_9754970490561106352419.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20200811_011825_97513058587342177937757.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J4-20200811_011825_9756103848060337633514.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20200811_011825_9754235021012835701960.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J3-20200811_011825_9757799494946921697563.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20200811_011834_6551450122986851766437.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20200811_011834_6559592439987559494769.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 190 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20200811_011838_2026396586138531359408.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J3-20200811_011838_2021155045876554150606.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J2-20200811_011838_2026174651173126820865.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20200811_011838_202368183750491938243.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J4-20200811_011838_2024614934838249932031.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 266 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20200811_011847_40816005874437016839712.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J4-20200811_011847_4083482724505178443209.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20200811_011847_4086434601140803606361.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J3-20200811_011847_40814097557416093623458.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J2-20200811_011847_4087135129472575361324.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 224 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J4-20200811_011855_18413121427657812341732.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20200811_011855_18416389499120454176410.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20200811_011855_18411837115667526012942.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J2-20200811_011855_18416651715459445482940.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J3-20200811_011855_18413062048663519771289.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200811_011904_93517041652345885831653.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200811_011904_93515362473381614681671.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200811_011904_93515665150173350722240.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200811_011904_9355765108222005234774.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200811_011904_9359190498069706643508.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20200811_011914_395105705630738750503.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J4-20200811_011914_39517724274802198210929.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 26 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J3-20200811_011914_3951955161626438884820.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J2-20200811_011914_39517909080545267829308.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20200811_011914_3952911826167464440964.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200811_011926_1842641343778349473054.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200811_011926_18411525902859145092639.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200811_011926_18413107550325080729014.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200811_011926_184598644673273176870.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200811_011926_1842662160006072456923.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 286 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200811_011936_8052340712765073494727.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200811_011936_80518345188978661867862.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200811_011936_80514574420979577527427.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200811_011936_8052487841507738996603.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200811_011936_80513519591297430526404.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 189 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200811_011951_0275784752497223696171.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200811_011951_0272346064135721214747.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200811_011951_0276447482276548462318.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200811_011951_0277413155408272644659.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200811_011951_0276223747785252430520.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J4-20200811_011959_7661722265623187005193.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J2-20200811_011959_76511144063913992038170.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J3-20200811_011959_7666864592588653701256.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20200811_011959_76511017138621939896752.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20200811_011959_76514257884393511843664.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 2100 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 331141 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 331141 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 331141 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_65242C3167ACC696-001\data-dir-36-001
   [junit4]   2> 331142 WARN  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 331142 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.SolrTestCaseJ4 Using Po

[...truncated too long message...]

.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 30930 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a213996: rootName = solr_63984, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@736cb920
   [junit4]   2> 30970 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 30970 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ab3630b: rootName = solr_63984, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@11c5b7a8
   [junit4]   2> 30971 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 30971 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27d6a8b9: rootName = solr_63984, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@44134a17
   [junit4]   2> 30973 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 31001 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72178910721933316-127.0.0.1:63984_solr-n_0000000000) closing
   [junit4]   2> 31001 INFO  (OverseerStateUpdate-72178910721933316-127.0.0.1:63984_solr-n_0000000000) [n:127.0.0.1:63984_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:63984_solr
   [junit4]   2> 31006 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72178910721933316-127.0.0.1:63984_solr-n_0000000000) closing
   [junit4]   2> 31118 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72178910721933316-127.0.0.1:63984_solr-n_0000000000) closing
   [junit4]   2> 31122 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@da6edc2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 31124 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@411520e5{/solr,null,UNAVAILABLE}
   [junit4]   2> 31124 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 31126 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 31334 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 31344 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:63922
   [junit4]   2> 31344 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63922
   [junit4]   2> 31344 INFO  (SUITE-TestRequestRateLimiter-seed#[65242C3167ACC696]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63922
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_65242C3167ACC696-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=os, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=90795776,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [4/5 (3!)] on J1 in 32.25s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200811_021052_77913697806271093423411.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200811_021052_7793403966884208006997.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200811_021052_77910977200073723575425.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200811_021052_7797552145233562465402.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200811_021052_7796060735567026723076.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 3 failures [seed: 65242C3167ACC696]

Total time: 37 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9213' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9214'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9213 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9213/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([6726795AF6EDE163:25BD9A7F768A9442]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([6726795AF6EDE163:D6319F6599BB1AC7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 2236 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200810_201044_2777750978437786154923.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200810_201044_27514468741145610741106.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200810_201044_27017738625536147178097.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200810_201044_27511394209741947346907.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200810_201044_27813717418153841471549.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 337 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200810_201333_6431957487901398861203.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200810_201333_64312640713332637895264.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200810_201333_64312876109544304540872.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200810_201333_6437799759686813316424.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200810_201333_64383883423629419294.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1111 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200810_201412_22312382696006410605039.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200810_201412_22317318074695053402116.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200810_201412_22314613092996037234238.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200810_201412_2238617369848965029404.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200810_201412_22313453128475962594871.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200810_201457_22618108930909709637554.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200810_201457_22617686657257379770906.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200810_201457_2269691472480205558064.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200810_201457_2265304449240558430504.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200810_201457_2267705364110471680339.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200810_201504_55514565708832383698833.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 18 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200810_201504_55518032298598473015369.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200810_201504_55514796846625625121475.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200810_201504_55510412725811444538613.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200810_201504_555437639469725175722.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200810_201511_4844692616009931348862.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200810_201511_48410376453523453764553.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200810_201511_484782686798788542347.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200810_201515_2733961117393795989877.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200810_201515_2738974127485007199466.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200810_201515_2724044864715598486713.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200810_201515_2727340546151686691740.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200810_201515_27214700434166744110357.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200810_201520_7208907350718349697263.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200810_201520_7206185897434776854712.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200810_201520_72014497079919463878804.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200810_201520_72015153558547279793146.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200810_201520_7201048384494667110768.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 175 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200810_201524_3842065917605990298678.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200810_201524_38415537394897656516047.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200810_201524_3849303040922376734653.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200810_201524_38417797867107453056886.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200810_201524_38412404341133437618006.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200810_201530_6582770358402974218550.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200810_201530_6585247772075411469228.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200810_201533_45317625087273816558296.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200810_201533_4524999273242178991391.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200810_201533_4537932739078772707899.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200810_201533_45212736080335485563960.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200810_201537_43511401945185090126386.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200810_201537_43413525194306360072911.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200810_201537_4342715929725399479939.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200810_201537_4349247641495916600232.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200810_201537_43415360529050851022095.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 628 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200810_201623_7321681224979119189283.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200810_201623_73217083809586922772065.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200810_201623_7326890219331543340288.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200810_201623_7337286356853707977366.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200810_201623_73215167040887714247553.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J3-20200810_201633_8686880171396275222067.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J4-20200810_201633_8679902676721812348216.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20200810_201633_86711560965058462082010.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20200810_201633_86715949881971696689972.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J2-20200810_201633_86710406434009796471905.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 307 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J3-20200810_201640_8638539292062429995600.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20200810_201640_86312763561489086241498.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J2-20200810_201640_8636375292552415820216.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J4-20200810_201640_8639354077428412543409.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20200810_201640_8635844447890642312980.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20200810_201738_3613725891204625906624.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J4-20200810_201738_3621162040828448594755.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J3-20200810_201738_36212388788123739621837.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20200810_201738_36112726793103616967785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J2-20200810_201738_3618580299693620266130.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20200810_201742_36411551603237074035752.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J2-20200810_201742_36416965410688063882295.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J4-20200810_201742_3649747912019945743432.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20200810_201742_36413813125820983700295.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J3-20200810_201742_36415983697347312035678.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J4-20200810_201747_7806363897839296547699.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J2-20200810_201747_78010652707754905007944.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J3-20200810_201747_78017883407458287632131.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20200810_201747_78018096914618024423648.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20200810_201747_7805520465328655321455.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20200810_201803_1048262266223440956727.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J2-20200810_201803_104569794497867292223.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J4-20200810_201803_104271609779365456227.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J3-20200810_201803_1042426202833385189702.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20200810_201803_1049002705609305604580.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200810_201812_02512632090699797883097.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200810_201812_0246647934648127704393.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200810_201812_0246004485603554714472.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200810_201812_02512795733520193674379.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200810_201812_02412153090941641145082.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J3-20200810_201826_7851782596257977424168.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J2-20200810_201826_7855793999952803303287.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20200810_201826_7859906478964629517384.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20200810_201826_7859015753926181810707.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J4-20200810_201826_78513073201696229018519.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 269 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J3-20200810_201835_4105002437521945628392.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20200810_201835_4104031927205340960272.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J2-20200810_201835_4101848701153273685193.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J4-20200810_201835_41013401256981292570690.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20200810_201835_4108384802895363933541.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20200810_201843_59310167430492987320641.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20200810_201843_5934180930522000460698.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20200810_201847_17010822919768778710868.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J2-20200810_201847_1708795799765703415796.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20200810_201847_1708666009700234980139.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J4-20200810_201847_170748570994602586140.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J3-20200810_201847_17013033101931134101391.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 263 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J4-20200810_201855_88113622876122943849345.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J3-20200810_201855_8813560837179313531061.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20200810_201855_88115540711881480347301.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20200810_201855_88112691343721675750688.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J2-20200810_201855_8812110768048799327840.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J3-20200810_201903_5515337346761271781664.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J2-20200810_201903_55110319438971672069757.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20200810_201903_551459730909001796903.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20200810_201903_55110213066015109905986.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J4-20200810_201903_55112600844337871308714.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200810_201912_94310829123047325622492.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200810_201912_94312050638077227454282.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200810_201912_94312616760580749245846.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200810_201912_94314155462394663022787.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200810_201912_94310804854485310781394.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20200810_201922_397473195701287791510.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J4-20200810_201922_3972540428980348752594.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 26 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J2-20200810_201922_3977781380415061084080.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J3-20200810_201922_397384570926420231114.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20200810_201922_3978049314728085688810.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200810_201933_94612155828525857561473.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200810_201933_9464966204072667903319.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200810_201933_946408873319687165354.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200810_201933_94612254730285839375689.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200810_201933_94611124142965534520197.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 289 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200810_201944_22715613133976037566632.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200810_201944_2274815913973915250601.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200810_201944_2273396919680443729408.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200810_201944_22716271993671102373996.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200810_201944_22717555556968357778080.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 198 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200810_201959_40812886558180069818244.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200810_201959_40815697142016376019742.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200810_201959_40817202702159019041566.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200810_201959_40814952029673852482139.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200810_201959_4087180060444077699256.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 243 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20200810_202007_637714762706953711773.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20200810_202007_63715027094466106497832.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J2-20200810_202007_63713429435361764424232.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J3-20200810_202007_63715760207636989575257.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J4-20200810_202007_63711318182342466221157.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 1974 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 123782 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 123782 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 123783 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6726795AF6EDE163-001\data-dir-19-001
   [junit4]   2> 123784 WARN  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 123784 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 123786 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 123787 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6726795AF6EDE163-001\tempDir-001
   [junit4]   2> 123788 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 123795 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 123799 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 123801 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 123903 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 53549
   [junit4]   2> 123903 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53549
   [junit4]   2> 123903 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53549
   [junit4]   2> 123903 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53549
   [junit4]   2> 123921 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 123926 INFO  (zkConnectionManagerCallback-1082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123926 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 123930 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 123936 INFO  (zkConnectionManagerCallback-1084-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123936 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 123939 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 123944 INFO  (zkConnectionManagerCallback-1086-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123944 INFO  (SUITE-TestRequestRateLimiter-seed#[6726795AF6EDE163]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 124061 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 124061 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 124061 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 124065 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 124065 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 124065 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 124066 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e48ab37{/solr,null,AVAILABLE}
   [junit4]   2> 124067 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f45dbd3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53562}
   [junit4]   2> 124067 INFO  (jetty-launcher-1087-thread-1) [     ] o.e.j.s.Server Started @124998ms
   [junit4]   2> 124067 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53562}
   [junit4]   2> 124069 ERROR (jetty-launcher-1087-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 124069 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 124069 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 124069 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 124069 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 124069 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T20:23:20.971461600Z
   [junit4]   2> 124070 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 124084 INFO  (zkConnectionManagerCallback-1089-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124085 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 124086 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 124100 WARN  (jetty-launcher-1087-thread-1-SendThread(127.0.0.1:53549)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006d17906f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006d17906f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006d17906f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 124215 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 124224 WARN  (jetty-launcher-1087-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ca76792[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 124224 WARN  (jetty-launcher-1087-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ca76792[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 124244 WARN  (jetty-launcher-1087-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f2827bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 124244 WARN  (jetty-launcher-1087-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f2827bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 124246 INFO  (jetty-launcher-1087-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53549/solr
   [junit4]   2> 124248 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 124257 INFO  (zkConnectionManagerCallback-1099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124257 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 124841 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53562_solr
   [junit4]   2> 124846 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.Overseer Overseer (id=72177542012796932-127.0.0.1:53562_solr-n_0000000000) starting
   [junit4]   2> 124867 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53562_solr
   [junit4]   2> 124867 INFO  (OverseerStateUpdate-72177542012796932-127.0.0.1:53562_solr-n_0000000000) [n:127.0.0.1:53562_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53562_solr
   [junit4]   2> 124870 INFO  (OverseerStateUpdate-72177542012796932-127.0.0.1:53562_solr-n_0000000000) [n:127.0.0.1:53562_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 124871 INFO  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 124872 WARN  (jetty-launcher-1087-thread-1) [n:127.0.0.1:53562_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring 

[...truncated too long message...]

[junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20200810_210133_6801185821741703262602.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J3-20200810_210133_6803254134996179616135.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20200810_210133_6807014603933279646337.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 670 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J4-20200810_210205_32112983583232160505741.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J3-20200810_210205_321169462580191886427.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J2-20200810_210205_32111463252351657831190.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20200810_210205_32112084813619436541435.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20200810_210205_3212798039432074141632.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 580 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J0-20200810_210306_2173749816710072383633.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 16 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J2-20200810_210306_21716988045153396180650.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J1-20200810_210306_2179515356480621396835.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J4-20200810_210306_2171096702653370834047.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J3-20200810_210306_21713166695485186407470.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20200810_210347_5026325054380253547086.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 42382 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9213/consoleText

[repro] Revision: 9b1aeb3c62bed17f9cb35fee7d17b90cdfa885cc

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestRequestRateLimiter
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRequestRateLimiter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=6726795AF6EDE163 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 55 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200810_212131_04613744481243661425771.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200810_212131_0473803258572611034424.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200810_212131_04716936287765784951302.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200810_212131_05514022757322252597025.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200810_212131_0545622013536430013525.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 27 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9212 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9212/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.test

Error Message:
Error from server at http://127.0.0.1:51720/solr: The slice: shard2 is currently active. Only non-active (or custom-hashed) slices can be deleted.

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51720/solr: The slice: shard2 is currently active. Only non-active (or custom-hashed) slices can be deleted.
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:71320B2A00E977F7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:698)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:269)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:229)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:246)
	at org.apache.solr.cloud.DeleteShardTest.test(DeleteShardTest.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:BBFDD7D52E726F2E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:4871D2CFC143E1AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:4871D2CFC143E1AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:4871D2CFC143E1AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([F96634F0AE151A0F:4871D2CFC143E1AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13578 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteShardTest
   [junit4]   2> 873156 INFO  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 873157 INFO  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\data-dir-90-001
   [junit4]   2> 873157 WARN  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 873157 INFO  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 873159 INFO  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 873159 INFO  (SUITE-DeleteShardTest-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 873167 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 873167 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001
   [junit4]   2> 873168 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 873168 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 873168 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 873171 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 873279 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.ZkTestServer start zk server on port: 51707
   [junit4]   2> 873279 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51707
   [junit4]   2> 873279 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51707
   [junit4]   2> 873279 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51707
   [junit4]   2> 873283 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873287 INFO  (zkConnectionManagerCallback-7858-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873288 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873292 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873295 INFO  (zkConnectionManagerCallback-7860-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873295 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873296 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873299 INFO  (zkConnectionManagerCallback-7862-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873299 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873406 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 873406 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 873406 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 873407 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 873407 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 873407 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@93bdebd{/solr,null,AVAILABLE}
   [junit4]   2> 873408 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24a475df{/solr,null,AVAILABLE}
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1bab87ed{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51720}
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.e.j.s.Server Started @874297ms
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@de70834{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51721}
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.e.j.s.Server Started @874297ms
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51720}
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51721}
   [junit4]   2> 873409 ERROR (jetty-launcher-7863-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 873409 ERROR (jetty-launcher-7863-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T15:40:16.833860800Z
   [junit4]   2> 873409 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T15:40:16.833860800Z
   [junit4]   2> 873410 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873410 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873414 INFO  (zkConnectionManagerCallback-7865-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873414 INFO  (zkConnectionManagerCallback-7867-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873414 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873414 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873415 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 873415 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 873524 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 873524 WARN  (jetty-launcher-7863-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35a2779f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873524 WARN  (jetty-launcher-7863-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35a2779f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873526 WARN  (jetty-launcher-7863-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f25a78b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873526 WARN  (jetty-launcher-7863-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f25a78b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873527 INFO  (jetty-launcher-7863-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51707/solr
   [junit4]   2> 873528 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873532 INFO  (zkConnectionManagerCallback-7877-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873532 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873624 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 873625 WARN  (jetty-launcher-7863-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fd828f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873625 WARN  (jetty-launcher-7863-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fd828f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873629 WARN  (jetty-launcher-7863-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@493f0985[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873629 WARN  (jetty-launcher-7863-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@493f0985[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 873629 INFO  (jetty-launcher-7863-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51707/solr
   [junit4]   2> 873630 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873633 INFO  (zkConnectionManagerCallback-7889-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873633 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873660 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51720_solr
   [junit4]   2> 873663 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.Overseer Overseer (id=72176427764482054-127.0.0.1:51720_solr-n_0000000000) starting
   [junit4]   2> 873684 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51720_solr
   [junit4]   2> 873684 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51720_solr
   [junit4]   2> 873687 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 873690 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 873691 WARN  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 873713 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 873732 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51720.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873736 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51720.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873736 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51720.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873739 INFO  (jetty-launcher-7863-thread-1) [n:127.0.0.1:51720_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node1
   [junit4]   2> 873838 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 873843 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51721_solr as DOWN
   [junit4]   2> 873845 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 873845 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51721_solr
   [junit4]   2> 873847 INFO  (zkCallback-7888-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 873847 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 873848 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 873849 WARN  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 873869 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 873882 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873887 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873887 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 873888 INFO  (jetty-launcher-7863-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node2
   [junit4]   2> 873898 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 873898 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 873902 INFO  (zkConnectionManagerCallback-7910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 873902 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 873903 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 873904 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51707/solr ready
   [junit4]   2> 873917 INFO  (qtp359426864-11580) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=deleteShard&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 873923 INFO  (OverseerThreadFactory-7894-thread-1-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteShard
   [junit4]   2> 874037 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteShard",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteShard_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51720/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51720_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 874045 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteShard",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteShard_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51721/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51721_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 874250 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr    x:deleteShard_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteShard_shard2_replica_n2&action=CREATE&numShards=2&collection=deleteShard&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 874250 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr    x:deleteShard_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteShard_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteShard&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 874250 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr    x:deleteShard_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 874263 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 874263 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 874264 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'deleteShard_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 874264 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'deleteShard_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 874269 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 874269 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 874269 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 874269 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 874269 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51720.solr.core.deleteShard.shard1.replica_n1' (registry 'solr.core.deleteShard.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 874269 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.core.deleteShard.shard2.replica_n2' (registry 'solr.core.deleteShard.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aa3a905
   [junit4]   2> 874269 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SolrCore [[deleteShard_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node1\deleteShard_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node1\deleteShard_shard1_replica_n1\data\]
   [junit4]   2> 874269 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SolrCore [[deleteShard_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node2\deleteShard_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteShardTest_F96634F0AE151A0F-001\tempDir-001\node2\deleteShard_shard2_replica_n2\data\]
   [junit4]   2> 874361 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 874361 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 874361 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 874361 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 874364 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 874364 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 874364 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 874364 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 874367 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 874369 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 874369 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 874369 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 874369 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674653485281312768
   [junit4]   2> 874370 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 874370 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 874370 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674653485282361344
   [junit4]   2> 874372 INFO  (searcherExecutor-7913-thread-1-processing-n:127.0.0.1:51721_solr x:deleteShard_shard2_replica_n2 c:deleteShard s:shard2 r:core_node4) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SolrCore [deleteShard_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 874372 INFO  (searcherExecutor-7914-thread-1-processing-n:127.0.0.1:51720_solr x:deleteShard_shard1_replica_n1 c:deleteShard s:shard1 r:core_node3) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SolrCore [deleteShard_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 874385 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteShard/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 874385 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteShard/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 874385 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/deleteShard/leaders/shard1
   [junit4]   2> 874385 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/deleteShard/leaders/shard2
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51720/solr/deleteShard_shard1_replica_n1/
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51721/solr/deleteShard_shard2_replica_n2/
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51720/solr/deleteShard_shard1_replica_n1/ has no replicas
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:51721/solr/deleteShard_shard2_replica_n2/ has no replicas
   [junit4]   2> 874398 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/deleteShard/leaders/shard1/leader after winning as /collections/deleteShard/leader_elect/shard1/election/72176427764482054-core_node3-n_0000000000
   [junit4]   2> 874398 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/deleteShard/leaders/shard2/leader after winning as /collections/deleteShard/leader_elect/shard2/election/72176427764482053-core_node4-n_0000000000
   [junit4]   2> 874403 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51721/solr/deleteShard_shard2_replica_n2/ shard2
   [junit4]   2> 874403 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51720/solr/deleteShard_shard1_replica_n1/ shard1
   [junit4]   2> 874508 INFO  (zkCallback-7888-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874508 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874508 INFO  (zkCallback-7888-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874508 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874511 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr c:deleteShard s:shard2 r:core_node4 x:deleteShard_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 874513 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr c:deleteShard s:shard1 r:core_node3 x:deleteShard_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 874516 INFO  (qtp52487712-11583) [n:127.0.0.1:51721_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteShard_shard2_replica_n2&action=CREATE&numShards=2&collection=deleteShard&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=267
   [junit4]   2> 874516 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteShard_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteShard&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=268
   [junit4]   2> 874525 INFO  (qtp359426864-11580) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 874631 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874631 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874631 INFO  (zkCallback-7888-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874631 INFO  (zkCallback-7888-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874631 INFO  (zkCallback-7888-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874632 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874634 INFO  (qtp359426864-11580) [n:127.0.0.1:51720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=deleteShard&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=717
   [junit4]   2> 874635 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: deleteShard
   [junit4]   2> 874639 INFO  (qtp359426864-11582) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deleteshard with params action=DELETESHARD&collection=deleteShard&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 874647 INFO  (OverseerThreadFactory-7894-thread-2-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard1   ] o.a.s.c.a.c.DeleteShardCmd Delete shard invoked
   [junit4]   2> 874647 ERROR (OverseerThreadFactory-7894-thread-2-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard1   ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: deleteShard operation: deleteshard failed:org.apache.solr.common.SolrException: The slice: shard1 is currently active. Only non-active (or custom-hashed) slices can be deleted.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteShardCmd.call(DeleteShardCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:525)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 874649 INFO  (OverseerCollectionConfigSetProcessor-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 874654 INFO  (qtp359426864-11582) [n:127.0.0.1:51720_solr c:deleteShard    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=DELETESHARD&collection=deleteShard&shard=shard1&wt=javabin&version=2} status=400 QTime=14
   [junit4]   2> 874656 INFO  (OverseerCollectionConfigSetProcessor-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 874661 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.SolrCloudTestCase waitForState (deleteShard): Expected shard shard1 to be in state inactive
   [junit4]   2> 874661 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator Update shard state invoked for collection: deleteShard with message: {
   [junit4]   2>   "shard1":"inactive",
   [junit4]   2>   "collection":"deleteShard",
   [junit4]   2>   "operation":"updateshardstate"}
   [junit4]   2> 874661 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator Update shard state shard1 to inactive
   [junit4]   2> 874771 INFO  (zkCallback-7888-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874771 INFO  (zkCallback-7888-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874771 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874771 INFO  (zkCallback-7909-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874771 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874771 INFO  (zkCallback-7888-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874772 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874772 INFO  (zkCallback-7909-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874775 INFO  (qtp359426864-11584) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deleteshard with params action=DELETESHARD&collection=deleteShard&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 874781 INFO  (OverseerThreadFactory-7894-thread-3-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard1   ] o.a.s.c.a.c.DeleteShardCmd Delete shard invoked
   [junit4]   2> 874781 INFO  (OverseerThreadFactory-7894-thread-3-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard1   ] o.a.s.c.a.c.DeleteShardCmd Deleting replica for collection=deleteShard shard=shard1 on node=127.0.0.1:51720_solr
   [junit4]   2> 874782 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr    x:deleteShard_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteShard.shard1.replica_n1 tag=null
   [junit4]   2> 874782 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr    x:deleteShard_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@197ca262: rootName = solr_51720, domain = solr.core.deleteShard.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.deleteShard.shard1.replica_n1/com.codahale.metrics.MetricRegistry@f3c6415
   [junit4]   2> 874792 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.c.SolrCore [deleteShard_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e705a8b
   [junit4]   2> 874792 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteShard.shard1.replica_n1 tag=SolrCore@2e705a8b
   [junit4]   2> 874792 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteShard.shard1.leader tag=SolrCore@2e705a8b
   [junit4]   2> 874792 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 874796 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteShard/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 874802 INFO  (qtp359426864-11578) [n:127.0.0.1:51720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deleteShard_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=19
   [junit4]   2> 874915 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874915 INFO  (zkCallback-7888-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874915 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874915 INFO  (zkCallback-7888-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874915 INFO  (zkCallback-7888-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874915 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 874920 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.CollectionMutator Removing collection: deleteShard shard: shard1  from clusterstate
   [junit4]   2> 875023 INFO  (zkCallback-7888-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7888-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7888-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875023 INFO  (zkCallback-7888-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875025 INFO  (OverseerThreadFactory-7894-thread-3-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard1   ] o.a.s.c.a.c.DeleteShardCmd Successfully deleted collection: deleteShard , shard: shard1
   [junit4]   2> 875030 INFO  (qtp359426864-11584) [n:127.0.0.1:51720_solr c:deleteShard    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=DELETESHARD&collection=deleteShard&shard=shard1&wt=javabin&version=2} status=0 QTime=255
   [junit4]   2> 875030 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.SolrCloudTestCase waitForState (deleteShard): Expected 'shard1' to be removed
   [junit4]   2> 875033 INFO  (TEST-DeleteShardTest.test-seed#[F96634F0AE151A0F]) [     ] o.a.s.c.SolrCloudTestCase waitForState (deleteShard): Expected shard shard2 to be in state construction
   [junit4]   2> 875034 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator Update shard state invoked for collection: deleteShard with message: {
   [junit4]   2>   "shard2":"construction",
   [junit4]   2>   "collection":"deleteShard",
   [junit4]   2>   "operation":"updateshardstate"}
   [junit4]   2> 875034 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.o.SliceMutator Update shard state shard2 to construction
   [junit4]   2> 875149 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875149 INFO  (zkCallback-7876-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875149 INFO  (zkCallback-7909-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875149 INFO  (zkCallback-7876-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875149 INFO  (zkCallback-7909-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteShard/state.json] for collection [deleteShard] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 875154 INFO  (qtp359426864-11580) [n:127.0.0.1:51720_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deleteshard with params action=DELETESHARD&collection=deleteShard&shard=shard2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 875158 INFO  (OverseerThreadFactory-7894-thread-4-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard2   ] o.a.s.c.a.c.DeleteShardCmd Delete shard invoked
   [junit4]   2> 875158 ERROR (OverseerThreadFactory-7894-thread-4-processing-n:127.0.0.1:51720_solr) [n:127.0.0.1:51720_solr c:deleteShard s:shard2   ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: deleteShard operation: deleteshard failed:org.apache.solr.common.SolrException: The slice: shard2 is currently active. Only non-active (or custom-hashed) slices can be deleted.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteShardCmd.call(DeleteShardCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:525)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 875161 INFO  (OverseerCollectionConfigSetProcessor-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 875165 INFO  (qtp359426864-11580) [n:127.0.0.1:51720_solr c:deleteShard    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=DELETESHARD&collection=deleteShard&shard=shard2&wt=javabin&version=2} status=400 QTime=11
   [junit4]   2> 875168 INFO  (OverseerCollectionConfigSetProcessor-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 875274 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1198648387
   [junit4]   2> 875274 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51720_solr
   [junit4]   2> 875275 INFO  (jetty-closer-7923-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1229070842
   [junit4]   2> 875275 INFO  (jetty-closer-7923-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51721_solr
   [junit4]   2> 875277 INFO  (jetty-closer-7923-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 875277 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 875277 INFO  (jetty-closer-7923-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51721_solr as DOWN
   [junit4]   2> 875277 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51720_solr as DOWN
   [junit4]   2> 875278 INFO  (zkCallback-7876-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 875278 INFO  (zkCallback-7888-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 875280 INFO  (coreCloseExecutor-7931-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.SolrCore [deleteShard_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@43315a46
   [junit4]   2> 875281 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 875281 INFO  (coreCloseExecutor-7931-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteShard.shard2.replica_n2 tag=SolrCore@43315a46
   [junit4]   2> 875281 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@376ae888: rootName = solr_51720, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@b1bb155
   [junit4]   2> 875281 INFO  (coreCloseExecutor-7931-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e0483f0: rootName = solr_51721, domain = solr.core.deleteShard.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.deleteShard.shard2.replica_n2/com.codahale.metrics.MetricRegistry@3774c8d
   [junit4]   2> 875285 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 875285 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d7c0de4: rootName = solr_51720, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4b50c136
   [junit4]   2> 875287 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 875287 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@411bddd3: rootName = solr_51720, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4c837db9
   [junit4]   2> 875287 INFO  (jetty-closer-7923-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 875288 INFO  (closeThreadPool-7932-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72176427764482054-127.0.0.1:51720_solr-n_0000000000) closing
   [junit4]   2> 875288 INFO  (OverseerStateUpdate-72176427764482054-127.0.0.1:51720_solr-n_0000000000) [n:127.0.0.1:51720_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51720_solr
   [junit4]   2> 875290 INFO  (closeThreadPool-7932-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72176427764482054-127.0.0.1:51720_solr-n_0000000000) closing
   [junit4]   2> 875290 INFO  (coreCloseExecutor-7931-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteShard.shard2.leader tag=SolrCore@43315a46
   [junit4]   2> 875291 INFO  (coreCloseExecutor-7931-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit

[...truncated too long message...]

O  (jetty-closer-212-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 44499 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64ad3304: rootName = solr_58975, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@109af668
   [junit4]   2> 44500 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 44500 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9ec0540: rootName = solr_58975, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@744bceba
   [junit4]   2> 44504 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 44506 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77bc17b9: rootName = solr_58975, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@269506b5
   [junit4]   2> 44506 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 44513 INFO  (closeThreadPool-218-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72176570145636356-127.0.0.1:58975_solr-n_0000000000) closing
   [junit4]   2> 44513 INFO  (OverseerStateUpdate-72176570145636356-127.0.0.1:58975_solr-n_0000000000) [n:127.0.0.1:58975_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58975_solr
   [junit4]   2> 44522 INFO  (closeThreadPool-218-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72176570145636356-127.0.0.1:58975_solr-n_0000000000) closing
   [junit4]   2> 44547 WARN  (jetty-launcher-170-thread-1-SendThread(127.0.0.1:58902)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006c3548a30004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006c3548a30004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006c3548a30004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 44638 INFO  (jetty-closer-212-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72176570145636356-127.0.0.1:58975_solr-n_0000000000) closing
   [junit4]   2> 44641 INFO  (jetty-closer-212-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5c76f257{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 44643 INFO  (jetty-closer-212-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3cd33f9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 44643 INFO  (jetty-closer-212-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 44650 INFO  (SUITE-TestRequestRateLimiter-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 44652 WARN  (SUITE-TestRequestRateLimiter-seed#[F96634F0AE151A0F]-worker-SendThread(127.0.0.1:58902)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006c3548a30000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006c3548a30000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006c3548a30000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 44844 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 44852 INFO  (SUITE-TestRequestRateLimiter-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58902
   [junit4]   2> 44852 INFO  (SUITE-TestRequestRateLimiter-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58902
   [junit4]   2> 44852 INFO  (SUITE-TestRequestRateLimiter-seed#[F96634F0AE151A0F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58902
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_F96634F0AE151A0F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1792, maxMBSortInHeap=6.7361827393581475, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hsb, timezone=Indian/Antananarivo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=70539112,total=201326592
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteShardTest, TestRequestRateLimiter]
   [junit4] Completed [10/10 (3!)] on J0 in 13.03s, 2 tests, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 10 suites, 20 tests, 3 failures [seed: F96634F0AE151A0F]

Total time: 49 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteShardTest
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9211' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9212'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9211 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9211/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

8 tests failed.
FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test

Error Message:
Error from server at http://127.0.0.1:53651/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53651/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:AE2F0192705C97DA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:698)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:269)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:229)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:309)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:305)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:160)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:64E0DD6D5EC78F03]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:64E0DD6D5EC78F03]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:976CD877B1F60186]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:976CD877B1F60186]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:976CD877B1F60186]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:976CD877B1F60186]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([267B3E48DEA0FA22:976CD877B1F60186]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13625 lines...]
   [junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
   [junit4]   2> 875288 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 875289 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\data-dir-84-001
   [junit4]   2> 875290 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 875290 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 875290 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 875290 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 875290 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001
   [junit4]   2> 875290 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 875290 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 875290 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 875295 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 875391 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 53637
   [junit4]   2> 875391 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53637
   [junit4]   2> 875391 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53637
   [junit4]   2> 875391 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53637
   [junit4]   2> 875394 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875399 INFO  (zkConnectionManagerCallback-9657-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875399 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875403 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875406 INFO  (zkConnectionManagerCallback-9659-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875406 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875407 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875410 INFO  (zkConnectionManagerCallback-9661-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875410 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 875526 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9a9a69f{/solr,null,AVAILABLE}
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f06db2{/solr,null,AVAILABLE}
   [junit4]   2> 875528 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31ff5a1c{/solr,null,AVAILABLE}
   [junit4]   2> 875533 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c8dd0b5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53652}
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5121683c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53651}
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2bc7060{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53650}
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.e.j.s.Server Started @876405ms
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.e.j.s.Server Started @876405ms
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.e.j.s.Server Started @876405ms
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53650}
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53651}
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53652}
   [junit4]   2> 875534 ERROR (jetty-launcher-9662-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 875534 ERROR (jetty-launcher-9662-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 875534 ERROR (jetty-launcher-9662-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T10:35:35.086686500Z
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T10:35:35.086686500Z
   [junit4]   2> 875534 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T10:35:35.086686500Z
   [junit4]   2> 875535 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875535 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875536 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875540 INFO  (zkConnectionManagerCallback-9664-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875540 INFO  (zkConnectionManagerCallback-9668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875540 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875540 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875540 INFO  (zkConnectionManagerCallback-9666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875540 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875540 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875540 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875541 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875656 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 875657 WARN  (jetty-launcher-9662-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78218a1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875657 WARN  (jetty-launcher-9662-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78218a1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875658 WARN  (jetty-launcher-9662-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d2651ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875658 WARN  (jetty-launcher-9662-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d2651ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875658 INFO  (jetty-launcher-9662-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53637/solr
   [junit4]   2> 875658 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875666 INFO  (zkConnectionManagerCallback-9678-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875666 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875756 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 875757 WARN  (jetty-launcher-9662-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51e5fba0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875758 WARN  (jetty-launcher-9662-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51e5fba0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875761 WARN  (jetty-launcher-9662-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@742b78f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875763 WARN  (jetty-launcher-9662-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@742b78f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875763 INFO  (jetty-launcher-9662-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53637/solr
   [junit4]   2> 875765 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875768 INFO  (zkConnectionManagerCallback-9690-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875768 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875816 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53651_solr
   [junit4]   2> 875821 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.Overseer Overseer (id=72175228438904839-127.0.0.1:53651_solr-n_0000000000) starting
   [junit4]   2> 875848 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53651_solr
   [junit4]   2> 875848 INFO  (OverseerStateUpdate-72175228438904839-127.0.0.1:53651_solr-n_0000000000) [n:127.0.0.1:53651_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53651_solr
   [junit4]   2> 875856 INFO  (OverseerStateUpdate-72175228438904839-127.0.0.1:53651_solr-n_0000000000) [n:127.0.0.1:53651_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 875858 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 875859 WARN  (jetty-launcher-9662-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53284530[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875859 WARN  (jetty-launcher-9662-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53284530[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875862 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 875862 WARN  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 875864 WARN  (jetty-launcher-9662-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@220fb35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875864 WARN  (jetty-launcher-9662-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@220fb35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 875865 INFO  (jetty-launcher-9662-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53637/solr
   [junit4]   2> 875865 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875870 INFO  (zkConnectionManagerCallback-9705-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875870 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875885 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 875885 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 875907 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53650_solr as DOWN
   [junit4]   2> 875912 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53651.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875915 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 875915 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53650_solr
   [junit4]   2> 875917 INFO  (zkCallback-9689-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 875918 INFO  (zkCallback-9704-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 875919 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53651.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875920 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53651.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875921 INFO  (jetty-launcher-9662-thread-2) [n:127.0.0.1:53651_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node2
   [junit4]   2> 875926 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 875927 WARN  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 875947 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 875964 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53650.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875970 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53650.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875970 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53650.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 875971 INFO  (jetty-launcher-9662-thread-3) [n:127.0.0.1:53650_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node3
   [junit4]   2> 876458 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 876554 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53652_solr as DOWN
   [junit4]   2> 876588 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 876588 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53652_solr
   [junit4]   2> 876616 INFO  (zkCallback-9689-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876616 INFO  (zkCallback-9704-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876617 INFO  (zkCallback-9677-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876619 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 876619 WARN  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 876661 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 876686 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53652.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 876695 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53652.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 876696 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53652.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 876697 INFO  (jetty-launcher-9662-thread-1) [n:127.0.0.1:53652_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node1
   [junit4]   2> 876749 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 876751 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876757 INFO  (zkConnectionManagerCallback-9729-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876757 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876760 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 876764 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53637/solr ready
   [junit4]   2> 876793 INFO  (qtp209424287-14401) [n:127.0.0.1:53650_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 876811 INFO  (qtp209424287-14401) [n:127.0.0.1:53650_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 876813 INFO  (qtp209424287-14402) [n:127.0.0.1:53650_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 876813 INFO  (qtp209424287-14402) [n:127.0.0.1:53650_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 876840 INFO  (OverseerThreadFactory-9695-thread-1-processing-n:127.0.0.1:53651_solr) [n:127.0.0.1:53651_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection exitable
   [junit4]   2> 877036 INFO  (OverseerStateUpdate-72175228438904839-127.0.0.1:53651_solr-n_0000000000) [n:127.0.0.1:53651_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"exitable_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53650/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53650_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 877065 INFO  (OverseerStateUpdate-72175228438904839-127.0.0.1:53651_solr-n_0000000000) [n:127.0.0.1:53651_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"exitable_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53652/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53652_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 877303 INFO  (qtp209424287-14401) [n:127.0.0.1:53650_solr    x:exitable_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 877303 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr    x:exitable_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 877307 INFO  (qtp1908272263-14397) [n:127.0.0.1:53652_solr    x:exitable_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 877307 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr    x:exitable_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 877307 INFO  (qtp209424287-14402) [n:127.0.0.1:53650_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400
   [junit4]   2> 877307 INFO  (qtp209424287-14402) [n:127.0.0.1:53650_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 877414 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 877417 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'exitable_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 877433 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 877433 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 877433 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 877433 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'exitable_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 877457 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53652.solr.core.exitable.shard2.replica_n2' (registry 'solr.core.exitable.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 877458 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [[exitable_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node1\exitable_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node1\exitable_shard2_replica_n2\data\]
   [junit4]   2> 877466 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 877469 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 877469 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53650.solr.core.exitable.shard1.replica_n1' (registry 'solr.core.exitable.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62687b88
   [junit4]   2> 877469 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [[exitable_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node3\exitable_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.CloudExitableDirectoryReaderTest_267B3E48DEA0FA22-001\tempDir-001\node3\exitable_shard1_replica_n1\data\]
   [junit4]   2> 877644 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 877644 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 877656 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 877656 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 877656 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 877656 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 877681 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 877681 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 877698 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 877701 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 877701 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 877702 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 877702 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674634316746850304
   [junit4]   2> 877703 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 877703 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 877703 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674634316747898880
   [junit4]   2> 877709 INFO  (searcherExecutor-9731-thread-1-processing-x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 r:core_node4 CREATE n:127.0.0.1:53652_solr c:exitable s:shard2) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [exitable_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 877732 INFO  (searcherExecutor-9733-thread-1-processing-x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 r:core_node3 CREATE n:127.0.0.1:53650_solr c:exitable s:shard1) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [exitable_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 877792 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 877792 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/exitable/leaders/shard2
   [junit4]   2> 877792 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 877792 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/exitable/leaders/shard1
   [junit4]   2> 877816 INFO  (qtp209424287-14404) [n:127.0.0.1:53650_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 877847 INFO  (qtp209424287-14404) [n:127.0.0.1:53650_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 877865 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 877865 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 877865 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53650/solr/exitable_shard1_replica_n1/
   [junit4]   2> 877866 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 877866 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 877866 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53652/solr/exitable_shard2_replica_n2/
   [junit4]   2> 877868 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 877868 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 877868 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:53652/solr/exitable_shard2_replica_n2/ has no replicas
   [junit4]   2> 877868 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/exitable/leaders/shard2/leader after winning as /collections/exitable/leader_elect/shard2/election/72175228438904838-core_node4-n_0000000000
   [junit4]   2> 877873 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:53650/solr/exitable_shard1_replica_n1/ has no replicas
   [junit4]   2> 877873 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/exitable/leaders/shard1/leader after winning as /collections/exitable/leader_elect/shard1/election/72175228438904840-core_node3-n_0000000000
   [junit4]   2> 877897 INFO  (parallelCoreAdminExecutor-9720-thread-1-processing-n:127.0.0.1:53652_solr x:exitable_shard2_replica_n2 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960271677500 CREATE) [n:127.0.0.1:53652_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53652/solr/exitable_shard2_replica_n2/ shard2
   [junit4]   2> 877897 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53650/solr/exitable_shard1_replica_n1/ shard1
   [junit4]   2> 878035 INFO  (zkCallback-9704-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 878035 INFO  (zkCallback-9704-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 878046 INFO  (parallelCoreAdminExecutor-9714-thread-1-processing-n:127.0.0.1:53650_solr x:exitable_shard1_replica_n1 4ab2b3b0-cec7-4e9e-a902-25dd4cd9e9db1794960245174400 CREATE) [n:127.0.0.1:53650_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 878061 INFO  (zkCallback-9677-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size

[...truncated too long message...]

bed4104
   [junit4]   2> 81598 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:56454_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@660148aa: rootName = solr_56454, domain = solr.core.c2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@5560d619
   [junit4]   2> 81600 INFO  (coreCloseExecutor-159-thread-1) [n:127.0.0.1:56454_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d201eaa
   [junit4]   2> 81614 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:56454_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@2bed4104
   [junit4]   2> 81614 INFO  (coreCloseExecutor-159-thread-1) [n:127.0.0.1:56454_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@5d201eaa
   [junit4]   2> 81614 INFO  (coreCloseExecutor-159-thread-1) [n:127.0.0.1:56454_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cf433a3: rootName = solr_56454, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@5f4f644d
   [junit4]   2> 81616 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:56454_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 81631 INFO  (coreCloseExecutor-159-thread-1) [n:127.0.0.1:56454_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@5d201eaa
   [junit4]   2> 81632 INFO  (coreCloseExecutor-159-thread-1) [n:127.0.0.1:56454_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 81639 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 81640 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f010714: rootName = solr_56454, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@50ccacbc
   [junit4]   2> 81643 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 81644 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@557921b0: rootName = solr_56454, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@21803f8b
   [junit4]   2> 81645 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 81645 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19e0debe: rootName = solr_56454, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@59ea1fdd
   [junit4]   2> 81645 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 81646 INFO  (closeThreadPool-161-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72175406974959620-127.0.0.1:56454_solr-n_0000000000) closing
   [junit4]   2> 81647 INFO  (OverseerStateUpdate-72175406974959620-127.0.0.1:56454_solr-n_0000000000) [n:127.0.0.1:56454_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:56454_solr
   [junit4]   2> 81648 INFO  (closeThreadPool-161-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72175406974959620-127.0.0.1:56454_solr-n_0000000000) closing
   [junit4]   2> 81751 INFO  (jetty-closer-155-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72175406974959620-127.0.0.1:56454_solr-n_0000000000) closing
   [junit4]   2> 81753 INFO  (jetty-closer-155-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1bb0427a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 81754 INFO  (jetty-closer-155-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69c5381e{/solr,null,UNAVAILABLE}
   [junit4]   2> 81754 INFO  (jetty-closer-155-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81758 INFO  (SUITE-TestRequestRateLimiter-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 81967 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 81975 INFO  (SUITE-TestRequestRateLimiter-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:56435
   [junit4]   2> 81976 INFO  (SUITE-TestRequestRateLimiter-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56435
   [junit4]   2> 81976 INFO  (SUITE-TestRequestRateLimiter-seed#[267B3E48DEA0FA22]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56435
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_267B3E48DEA0FA22-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=62, maxMBSortInHeap=5.2539631659982025, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=so-KE, timezone=Pacific/Noumea
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=193595456,total=300941312
   [junit4]   2> NOTE: All tests run in this JVM: [CloudExitableDirectoryReaderTest, TestRequestRateLimiter]
   [junit4] Completed [9/10 (4!)] on J1 in 16.63s, 2 tests, 1 failure <<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 10 suites, 45 tests, 5 failures [seed: 267B3E48DEA0FA22]

Total time: 1 minute 29 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
[repro]   4/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9210' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9211'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9210 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9210/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([8724F5986D09D30C:C5BF16BDED6EA62D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([8724F5986D09D30C:363313A7025F28A8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 14934 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 1598964 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1598964 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001\data-dir-136-001
   [junit4]   2> 1598965 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1598966 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1598966 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1598966 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001\tempDir-001
   [junit4]   2> 1598967 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1598967 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1598967 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1598969 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1599074 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 52502
   [junit4]   2> 1599074 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52502
   [junit4]   2> 1599074 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52502
   [junit4]   2> 1599074 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52502
   [junit4]   2> 1599076 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599081 INFO  (zkConnectionManagerCallback-11289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599082 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599085 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599088 INFO  (zkConnectionManagerCallback-11291-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599088 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599089 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599092 INFO  (zkConnectionManagerCallback-11293-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599092 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599198 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1599198 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1599198 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1599199 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1599199 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1599199 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1599200 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dad1381{/solr,null,AVAILABLE}
   [junit4]   2> 1599200 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4cb8a95a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52532}
   [junit4]   2> 1599200 INFO  (jetty-launcher-11294-thread-1) [     ] o.e.j.s.Server Started @1600708ms
   [junit4]   2> 1599200 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52532}
   [junit4]   2> 1599201 ERROR (jetty-launcher-11294-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1599201 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1599201 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1599201 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1599202 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1599202 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T05:54:31.313380Z
   [junit4]   2> 1599203 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599206 INFO  (zkConnectionManagerCallback-11296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599206 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599207 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1599314 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1599315 WARN  (jetty-launcher-11294-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a950e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1599315 WARN  (jetty-launcher-11294-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a950e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1599318 WARN  (jetty-launcher-11294-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27b9361d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1599318 WARN  (jetty-launcher-11294-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27b9361d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1599319 INFO  (jetty-launcher-11294-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52502/solr
   [junit4]   2> 1599320 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599323 INFO  (zkConnectionManagerCallback-11306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599323 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599685 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52532_solr
   [junit4]   2> 1599688 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.Overseer Overseer (id=72174122139385860-127.0.0.1:52532_solr-n_0000000000) starting
   [junit4]   2> 1599704 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52532_solr
   [junit4]   2> 1599704 INFO  (OverseerStateUpdate-72174122139385860-127.0.0.1:52532_solr-n_0000000000) [n:127.0.0.1:52532_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:52532_solr
   [junit4]   2> 1599707 INFO  (OverseerStateUpdate-72174122139385860-127.0.0.1:52532_solr-n_0000000000) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1599708 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1599709 WARN  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1599730 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1599751 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52532.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e55e0fc
   [junit4]   2> 1599759 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52532.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e55e0fc
   [junit4]   2> 1599759 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52532.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e55e0fc
   [junit4]   2> 1599761 INFO  (jetty-launcher-11294-thread-1) [n:127.0.0.1:52532_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001\tempDir-001\node1
   [junit4]   2> 1599772 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1599772 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599775 INFO  (zkConnectionManagerCallback-11321-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1599775 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1599777 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1599777 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52502/solr ready
   [junit4]   2> 1599797 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[8724F5986D09D30C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 1599800 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1599806 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 1599807 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1599812 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 1599819 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1599826 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1599833 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1599841 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1599847 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1599855 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1599862 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1599871 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1599878 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1599885 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1599892 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1599898 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1599905 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1599911 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1599917 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1599923 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1599930 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1599936 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1599942 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1599949 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1599956 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1599961 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1599968 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1599972 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1599981 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1599990 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1599998 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1600005 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1600013 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1600016 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1600024 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1600028 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1600036 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1600044 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1600049 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1600056 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1600062 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1600068 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1600075 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1600081 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1600087 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 1600092 INFO  (OverseerThreadFactory-11311-thread-1-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 1600213 INFO  (OverseerStateUpdate-72174122139385860-127.0.0.1:52532_solr-n_0000000000) [n:127.0.0.1:52532_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52532/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52532_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1600434 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1600434 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1600472 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1600488 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 1600496 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1600625 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1600625 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52532.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e55e0fc
   [junit4]   2> 1600625 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001\tempDir-001\node1\c1_shard1_replica_n1\data\]
   [junit4]   2> 1600734 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1600734 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1600737 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1600737 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1600740 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 1600741 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 1600741 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1600743 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1600744 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1600744 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 1600744 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1600744 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674616633142804480
   [junit4]   2> 1600751 INFO  (searcherExecutor-11323-thread-1-processing-n:127.0.0.1:52532_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1600751 INFO  (searcherExecutor-11323-thread-1-processing-n:127.0.0.1:52532_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1600753 INFO  (searcherExecutor-11323-thread-1-processing-n:127.0.0.1:52532_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1600781 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1600781 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 1600800 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1600800 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1600800 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52532/solr/c1_shard1_replica_n1/
   [junit4]   2> 1600801 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1600801 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:52532/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1600801 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72174122139385860-core_node2-n_0000000000
   [junit4]   2> 1600807 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52532/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 1600910 INFO  (zkCallback-11305-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1600913 INFO  (zkCallback-11305-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1600915 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1600921 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=487
   [junit4]   2> 1600929 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1601022 INFO  (zkCallback-11305-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1601022 INFO  (zkCallback-11305-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1601022 INFO  (zkCallback-11305-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1601025 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1224
   [junit4]   2> 1601025 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[8724F5986D09D30C]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 1601121 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1601121 INFO  (zkCallback-11305-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1601121 INFO  (zkCallback-11305-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 1601125 INFO  (zkCallback-11305-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1601129 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1601129 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674616633538117632)]} 0 101
   [junit4]   2> 1601133 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674616633550700544)]} 0 2
   [junit4]   2> 1601133 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674616633550700545)]} 0 1
   [junit4]   2> 1601138 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674616633550700546)]} 0 0
   [junit4]   2> 1601138 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674616633555943424)]} 0 0
   [junit4]   2> 1601138 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674616633555943425)]} 0 0
   [junit4]   2> 1601147 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674616633565380608)]} 0 0
   [junit4]   2> 1601149 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674616633567477760)]} 0 0
   [junit4]   2> 1601149 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674616633567477761)]} 0 0
   [junit4]   2> 1601149 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674616633567477762)]} 0 0
   [junit4]   2> 1601153 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674616633567477763)]} 0 0
   [junit4]   2> 1601153 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674616633571672064)]} 0 0
   [junit4]   2> 1601154 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674616633571672065)]} 0 0
   [junit4]   2> 1601154 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674616633572720640)]} 0 0
   [junit4]   2> 1601154 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674616633572720641)]} 0 0
   [junit4]   2> 1601157 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674616633575866368)]} 0 0
   [junit4]   2> 1601157 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674616633575866369)]} 0 0
   [junit4]   2> 1601157 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674616633575866370)]} 0 0
   [junit4]   2> 1601157 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674616633575866371)]} 0 0
   [junit4]   2> 1601160 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674616633579012096)]} 0 0
   [junit4]   2> 1601161 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674616633580060672)]} 0 0
   [junit4]   2> 1601162 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674616633581109248)]} 0 0
   [junit4]   2> 1601164 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674616633581109249)]} 0 0
   [junit4]   2> 1601165 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674616633584254976)]} 0 0
   [junit4]   2> 1601167 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674616633586352128)]} 0 0
   [junit4]   2> 1601167 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674616633586352129)]} 0 0
   [junit4]   2> 1601167 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674616633586352130)]} 0 0
   [junit4]   2> 1601169 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674616633588449280)]} 0 0
   [junit4]   2> 1601173 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674616633592643584)]} 0 0
   [junit4]   2> 1601174 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674616633593692160)]} 0 0
   [junit4]   2> 1601177 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674616633596837888)]} 0 0
   [junit4]   2> 1601181 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674616633601032192)]} 0 0
   [junit4]   2> 1601195 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674616633615712256)]} 0 0
   [junit4]   2> 1601206 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674616633627246592)]} 0 0
   [junit4]   2> 1601209 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674616633629343744)]} 0 0
   [junit4]   2> 1601210 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674616633631440896)]} 0 0
   [junit4]   2> 1601212 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674616633633538048)]} 0 0
   [junit4]   2> 1601213 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674616633634586624)]} 0 0
   [junit4]   2> 1601214 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674616633634586625)]} 0 0
   [junit4]   2> 1601217 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674616633638780928)]} 0 0
   [junit4]   2> 1601240 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674616633662898176)]} 0 0
   [junit4]   2> 1601246 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674616633669189632)]} 0 0
   [junit4]   2> 1601246 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674616633669189633)]} 0 0
   [junit4]   2> 1601270 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674616633694355456)]} 0 0
   [junit4]   2> 1601276 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674616633700646912)]} 0 0
   [junit4]   2> 1601277 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674616633701695488)]} 0 1
   [junit4]   2> 1601279 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674616633703792640)]} 0 0
   [junit4]   2> 1601283 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674616633707986944)]} 0 0
   [junit4]   2> 1601284 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674616633709035520)]} 0 0
   [junit4]   2> 1601285 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674616633710084096)]} 0 0
   [junit4]   2> 1601286 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674616633711132672)]} 0 0
   [junit4]   2> 1601287 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674616633712181248)]} 0 0
   [junit4]   2> 1601288 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674616633713229824)]} 0 0
   [junit4]   2> 1601290 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674616633715326976)]} 0 0
   [junit4]   2> 1601290 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674616633715326977)]} 0 0
   [junit4]   2> 1601291 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674616633716375552)]} 0 0
   [junit4]   2> 1601292 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674616633717424128)]} 0 0
   [junit4]   2> 1601293 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674616633718472704)]} 0 0
   [junit4]   2> 1601293 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674616633718472705)]} 0 0
   [junit4]   2> 1601295 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674616633720569856)]} 0 0
   [junit4]   2> 1601295 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674616633720569857)]} 0 0
   [junit4]   2> 1601297 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674616633722667008)]} 0 0
   [junit4]   2> 1601307 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674616633733152768)]} 0 6
   [junit4]   2> 1601309 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674616633735249920)]} 0 0
   [junit4]   2> 1601310 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674616633736298496)]} 0 0
   [junit4]   2> 1601311 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674616633737347072)]} 0 0
   [junit4]   2> 1601312 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674616633738395648)]} 0 0
   [junit4]   2> 1601313 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674616633739444224)]} 0 0
   [junit4]   2> 1601315 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674616633741541376)]} 0 0
   [junit4]   2> 1601315 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674616633741541377)]} 0 0
   [junit4]   2> 1601318 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674616633744687104)]} 0 0
   [junit4]   2> 1601318 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674616633744687105)]} 0 0
   [junit4]   2> 1601319 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674616633745735680)]} 0 0
   [junit4]   2> 1601320 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674616633746784256)]} 0 0
   [junit4]   2> 1601320 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674616633746784257)]} 0 0
   [junit4]   2> 1601321 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674616633747832832)]} 0 0
   [junit4]   2> 1601322 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674616633748881408)]} 0 0
   [junit4]   2> 1601322 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674616633748881409)]} 0 0
   [junit4]   2> 1601322 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674616633748881410)]} 0 0
   [junit4]   2> 1601322 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674616633748881411)]} 0 0
   [junit4]   2> 1601322 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674616633748881412)]} 0 0
   [junit4]   2> 1601325 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674616633752027136)]} 0 0
   [junit4]   2> 1601325 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674616633752027137)]} 0 0
   [junit4]   2> 1601325 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674616633752027138)]} 0 0
   [junit4]   2> 1601325 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674616633752027139)]} 0 0
   [junit4]   2> 1601325 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674616633752027140)]} 0 0
   [junit4]   2> 1601329 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674616633756221440)]} 0 0
   [junit4]   2> 1601329 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674616633756221441)]} 0 0
   [junit4]   2> 1601329 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674616633756221442)]} 0 0
   [junit4]   2> 1601329 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674616633756221443)]} 0 0
   [junit4]   2> 1601332 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674616633759367168)]} 0 0
   [junit4]   2> 1601333 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674616633760415744)]} 0 0
   [junit4]   2> 1601333 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674616633760415745)]} 0 0
   [junit4]   2> 1601333 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674616633760415746)]} 0 0
   [junit4]   2> 1601336 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1674616633763561472)]} 0 0
   [junit4]   2> 1601337 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1674616633764610048)]} 0 0
   [junit4]   2> 1601338 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1674616633765658624)]} 0 0
   [junit4]   2> 1601338 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1674616633765658625)]} 0 0
   [junit4]   2> 1601338 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1674616633765658626)]} 0 0
   [junit4]   2> 1601338 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1674616633765658627)]} 0 0
   [junit4]   2> 1601354 INFO  (searcherExecutor-11323-thread-1-processing-n:127.0.0.1:52532_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1601355 INFO  (searcherExecutor-11323-thread-1-processing-n:127.0.0.1:52532_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1601356 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 14
   [junit4]   2> 1601359 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601361 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601361 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601362 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601364 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601365 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601365 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601367 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601369 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601369 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601369 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601371 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601371 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601372 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601373 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601374 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601375 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601375 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601376 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601377 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601378 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601378 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601379 INFO  (qtp1115639653-16106) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601379 INFO  (qtp1115639653-16109) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601379 INFO  (qtp1115639653-16107) [n:127.0.0.1:52532_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1601381 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[8724F5986D09D30C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testConcurrentQueries
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestRateLimiter -Dtests.method=testConcurrentQueries -Dtests.seed=8724F5986D09D30C -Dtests.slow=true -Dtests.locale=en-ER -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.59s J1 | TestRequestRateLimiter.testConcurrentQueries <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8724F5986D09D30C:C5BF16BDED6EA62D]:0)
   [junit4]    > 	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 1601385 INFO  (zkCallback-11305-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1601385 INFO  (zkCallback-11305-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 263 ms
   [junit4]   2> 1601399 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[8724F5986D09D30C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 1601399 INFO  (qtp1115639653-16108) [n:127.0.0.1:52532_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1601413 INFO  (OverseerCollectionConfigSetProcessor-72174122139385860-127.0.0.1:52532_solr-n_0000000000) [n:127.0.0.1:52532_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1601413 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c2
   [junit4]   2> 1601413 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 1601427 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 1601445 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1601465 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c2.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1601489 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1601505 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1601526 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1601537 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1601549 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c2.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1601565 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1601582 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1601592 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1601601 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1601611 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1601630 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1601650 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1601666 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1601678 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1601689 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1601702 INFO  (OverseerThreadFactory-11311-thread-2-processing-n:127.0.0.1:52532_solr) [n:127.0.0.1:52532_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_

[...truncated too long message...]

0.1:52532_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1603367 INFO  (coreCloseExecutor-11340-thread-2) [n:127.0.0.1:52532_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@64cf8445
   [junit4]   2> 1603367 INFO  (coreCloseExecutor-11340-thread-2) [n:127.0.0.1:52532_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1603373 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1603373 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a538037: rootName = solr_52532, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7ed5e8bf
   [junit4]   2> 1603375 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1603375 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@167af610: rootName = solr_52532, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@69b98df3
   [junit4]   2> 1603379 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1603379 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b3392e2: rootName = solr_52532, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@ff14e4e
   [junit4]   2> 1603379 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1603381 INFO  (closeThreadPool-11342-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72174122139385860-127.0.0.1:52532_solr-n_0000000000) closing
   [junit4]   2> 1603381 INFO  (OverseerStateUpdate-72174122139385860-127.0.0.1:52532_solr-n_0000000000) [n:127.0.0.1:52532_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52532_solr
   [junit4]   2> 1603382 INFO  (closeThreadPool-11342-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72174122139385860-127.0.0.1:52532_solr-n_0000000000) closing
   [junit4]   2> 1603485 INFO  (jetty-closer-11336-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72174122139385860-127.0.0.1:52532_solr-n_0000000000) closing
   [junit4]   2> 1603486 INFO  (jetty-closer-11336-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4cb8a95a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1603487 INFO  (jetty-closer-11336-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dad1381{/solr,null,UNAVAILABLE}
   [junit4]   2> 1603487 INFO  (jetty-closer-11336-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1603488 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1603696 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1603702 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52502
   [junit4]   2> 1603702 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52502
   [junit4]   2> 1603702 INFO  (SUITE-TestRequestRateLimiter-seed#[8724F5986D09D30C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52502
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_8724F5986D09D30C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=682, maxMBSortInHeap=5.14855611275368, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-ER, timezone=Asia/Baku
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=149607496,total=277872640
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedQueryComponentCustomSortTest, TestExactStatsCacheCloud, TestReRankQParserPlugin, SmileWriterTest, ReindexCollectionTest, TestSolrJacksonAnnotation, TestFacetMethods, TestMaxTokenLenTokenizer, DeleteStatusTest, TlogReplayBufferedWhileIndexingTest, TermVectorComponentTest, NumberUtilsTest, AnalyticsMergeStrategyTest, TestLegacyNumericUtils, TestFieldCacheWithThreads, ConcurrentDeleteAndCreateCollectionTest, TestClusterProperties, TestReloadDeadlock, SolrJmxReporterTest, SolrTestCaseJ4Test, TestSolrJ, TestSchemaNameResource, HdfsThreadLeakTest, TestSortableTextField, TestNoOpRegenerator, HttpPartitionOnCommitTest, LeaderElectionTest, TestCloudPivotFacet, TestStressRecovery, TestFuzzyAnalyzedSuggestions, SpellCheckComponentTest, TestNRTOpen, ZkControllerTest, ConcurrentCreateRoutedAliasTest, UtilsToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestInfoStreamLogging, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestSolrCloudWithKerberosAlt, BasicAuthOnSingleNodeTest, DebugComponentTest, DistributedFacetPivotLongTailTest, TestHdfsUpdateLog, TestImpersonationWithHadoopAuth, TestLuceneIndexBackCompat, ClusterStateTest, DistributedVersionInfoTest, TestClusterStateMutator, MetricsHistoryHandlerTest, ZookeeperStatusHandlerTest, RankQParserPluginTest, SolrLogPostToolTest, BJQFilterAccessibleTest, TestRandomFlRTGCloud, SolrCoreTest, UniqFieldsUpdateProcessorFactoryTest, RandomizedTaggerTest, TestOrdValues, TestRandomDVFaceting, FieldMutatingUpdateProcessorTest, TestPostingsSolrHighlighter, TestPrepRecovery, TestReplicaProperties, DeleteInactiveReplicaTest, SolrXmlInZkTest, DateFieldTest, DistributedFacetSimpleRefinementLongTailTest, AtomicUpdatesTest, WordBreakSolrSpellCheckerTest, HDFSCollectionsAPITest, BufferStoreTest, TestTlogReplayVsRecovery, EchoParamsTest, TestRestoreCore, SolrIndexConfigTest, TestGraphMLResponseWriter, TestLegacyNumericRangeQueryBuilder, TestSimpleTextCodec, AddBlockUpdateTest, TestExplainDocTransformer, TestUniqueKeyFieldResource, ParsingFieldUpdateProcessorsTest, TestElisionMultitermQuery, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, SampleTest, TestDistributedGrouping, TestDistributedSearch, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, DistribJoinFromCollectionTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, NestedShardedAtomicUpdateTest, OverseerRolesTest, OverseerTest, PackageManagerCLITest, ReplicationFactorTest, TestShortCircuitedRequests, AsyncCallRequestStatusResponseTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, TestHdfsCloudBackupRestore, CdcrBidirectionalTest, CdcrBootstrapTest, TestHdfsBackupRestoreCore, TestReplicationHandler, TestHttpShardHandlerFactory, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestNumericTokenStream, TestLogWatcher, JvmMetricsTest, SolrCoreMetricManagerTest, SolrRrdBackendFactoryTest, TestRestManager, TestBulkSchemaAPI, TestSchemaField, TestUseDocValuesAsStored2, SignificantTermsQParserPluginTest, SolrIndexSearcherTest, SpatialFilterTest, TestCollapseQParserPlugin, TestSolr4Spatial2, TestSolrCoreParser, TestTermsQParserPlugin, TestCloudJSONFacetSKG, TestDFISimilarityFactory, TestLMDirichletSimilarityFactory, TestNonDefinedSimilarityFactory, TestExactSharedStatsCache, JWTAuthPluginTest, NoCacheHeaderTest, ResponseHeaderTest, SolrRequestParserTest, TestRequestRateLimiter]
   [junit4] Completed [803/864 (1!)] on J1 in 6.79s, 2 tests, 2 failures <<< FAILURES!

[...truncated 52124 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9210/consoleText

[repro] Revision: 35771c3cfe955c8631755b52cbb5de480285ded9

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestRequestRateLimiter
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRequestRateLimiter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=8724F5986D09D30C -Dtests.slow=true -Dtests.locale=en-ER -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-14.0.1) - Build # 9209 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9209/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseG1GC

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

>
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:30909766E8575A1C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([720B744368302F3D:C31C927C0766D499]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13279 lines...]
   [junit4] Suite: org.apache.solr.schema.TestBulkSchemaConcurrent
   [junit4]   2> 739950 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 739950 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_720B744368302F3D-001\data-dir-73-001
   [junit4]   2> 739951 WARN  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 739951 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 739951 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 739951 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 739951 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[720B744368302F3D]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 739956 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 739956 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 739956 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 739960 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 740068 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer start zk server on port: 56278
   [junit4]   2> 740068 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:56278
   [junit4]   2> 740068 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56278
   [junit4]   2> 740068 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56278
   [junit4]   2> 740068 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 740078 INFO  (zkConnectionManagerCallback-5966-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 740078 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 740080 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 740088 INFO  (zkConnectionManagerCallback-5968-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 740088 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 740092 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 740100 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 740107 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 740114 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 740121 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 740128 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 740135 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 740142 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 740148 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 740155 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 740160 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 740167 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 741084 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 741085 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 741085 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 741085 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 741085 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 741085 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 741086 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@164633d4{/,null,AVAILABLE}
   [junit4]   2> 741088 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6702701b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56371}
   [junit4]   2> 741088 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.e.j.s.Server Started @741827ms
   [junit4]   2> 741088 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_720B744368302F3D-001\tempDir-001/control/data, hostPort=56371, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_720B744368302F3D-001\control-001\cores}
   [junit4]   2> 741089 ERROR (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 741089 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 741089 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 741089 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 741089 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 741089 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-10T00:39:34.842766200Z
   [junit4]   2> 741091 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741099 INFO  (zkConnectionManagerCallback-5970-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 741099 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741208 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 741208 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_720B744368302F3D-001\control-001\solr.xml
   [junit4]   2> 741213 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[720B744368302F3D]) [     ] o.a.s.c.Sol

[...truncated too long message...]

org.apache.solr.core.SolrCore@7fa6db4c
   [junit4]   2> 37489 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50364_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c2.shard1.replica_n1 tag=SolrCore@77a1116c
   [junit4]   2> 37490 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50364_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@591b7003: rootName = solr_50364, domain = solr.core.c2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@6bc6d09b
   [junit4]   2> 37508 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50364_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@77a1116c
   [junit4]   2> 37508 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50364_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@7fa6db4c
   [junit4]   2> 37508 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50364_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@560c3f04: rootName = solr_50364, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@76f16696
   [junit4]   2> 37511 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50364_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 37522 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50364_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@7fa6db4c
   [junit4]   2> 37526 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50364_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 37533 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 37533 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b86978b: rootName = solr_50364, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@4148751e
   [junit4]   2> 37537 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 37537 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ee71d38: rootName = solr_50364, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@483a100f
   [junit4]   2> 37538 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 37538 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24275a07: rootName = solr_50364, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@5b2296d2
   [junit4]   2> 37538 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 37541 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72173008130473988-127.0.0.1:50364_solr-n_0000000000) closing
   [junit4]   2> 37542 INFO  (OverseerStateUpdate-72173008130473988-127.0.0.1:50364_solr-n_0000000000) [n:127.0.0.1:50364_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50364_solr
   [junit4]   2> 37542 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72173008130473988-127.0.0.1:50364_solr-n_0000000000) closing
   [junit4]   2> 37651 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72173008130473988-127.0.0.1:50364_solr-n_0000000000) closing
   [junit4]   2> 37654 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@166bcb95{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 37656 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19a6406c{/solr,null,UNAVAILABLE}
   [junit4]   2> 37656 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 37659 INFO  (SUITE-TestRequestRateLimiter-seed#[720B744368302F3D]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 37867 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 37875 INFO  (SUITE-TestRequestRateLimiter-seed#[720B744368302F3D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50282
   [junit4]   2> 37876 INFO  (SUITE-TestRequestRateLimiter-seed#[720B744368302F3D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50282
   [junit4]   2> 37876 INFO  (SUITE-TestRequestRateLimiter-seed#[720B744368302F3D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50282
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_720B744368302F3D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1419, maxMBSortInHeap=5.780772503715411, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=prg-001, timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=49036328,total=140509184
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [5/10 (5!)] on J0 in 38.57s, 2 tests, 1 failure <<< FAILURES!

[...truncated 37 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 10 suites, 15 tests, 5 failures [seed: 720B744368302F3D]

Total time: 1 minute 21 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro]   5/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9208' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9209'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9208 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9208/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([22E4BCDE7263F068:607F5FFBF2048549]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([22E4BCDE7263F068:607F5FFBF2048549]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([22E4BCDE7263F068:607F5FFBF2048549]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([22E4BCDE7263F068:93F35AE11D350BCC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 2238 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200809_191039_8968388782879262678802.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200809_191039_89618171358470321360504.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200809_191039_89613588408312647852499.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200809_191039_8967580956683445562626.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200809_191039_89613037495619907957584.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 322 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200809_191328_60310231952115539423185.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200809_191328_6035543996754368649186.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 16 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200809_191328_6039848610731120348035.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200809_191328_60315867813792857746500.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200809_191328_6031827854105837849718.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1108 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200809_191405_9963859810739925402093.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200809_191405_99612172645383479677580.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200809_191405_99632995755009153183.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200809_191405_99610099658518991115893.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200809_191405_9966937966155974665067.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200809_191449_47710373882242454022042.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200809_191449_4777156896494668328994.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200809_191449_47711210654765551591596.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200809_191449_47711197730700057937701.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200809_191449_4776233369094705183666.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200809_191457_00014277147112494411860.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200809_191457_00011612276491552481477.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200809_191457_0004910813862937704623.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200809_191457_0005885885278187412835.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200809_191457_00014810705227206844433.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200809_191503_59113826083720435123774.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200809_191503_59112814214954530486085.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200809_191503_59114919464426588740657.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 195 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200809_191507_02811202951404667233908.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200809_191507_0285872309922397707511.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200809_191507_02811989933365008877067.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200809_191507_0286023767764935991545.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200809_191507_0288295814027363195492.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200809_191511_9154564921245513538608.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200809_191511_91515317783968749162450.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200809_191511_915363698529767817592.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200809_191511_9151260735045599004867.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200809_191511_91510044351742712463134.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200809_191515_86612469073255767610691.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200809_191515_8669393912975929805012.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200809_191515_86615030940398684196690.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200809_191515_8668985060656079345010.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200809_191515_86612209943678348221824.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200809_191521_72912146252821955267029.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200809_191521_729211401990101023465.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200809_191524_4434160283971347678483.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200809_191524_44313195905538386843112.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200809_191524_4431517586283945451935.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200809_191524_4435330453761477857097.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200809_191528_67315104258592739878123.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200809_191528_6728480321639382862367.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200809_191528_6724432501011944756603.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200809_191528_6721329002406623196051.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200809_191528_67212929583137130166093.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 625 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200809_191614_1323191676481084681864.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200809_191614_1329404948092464145570.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200809_191614_1325752468889535056442.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200809_191614_13214530696599862217120.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200809_191614_1328829877802636829875.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 217 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20200809_191623_95110162145907331378111.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J4-20200809_191623_9516312408045493561056.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J2-20200809_191623_95117876293623911391605.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J3-20200809_191623_9517446396927711070311.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20200809_191623_9514052749373156652143.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J2-20200809_191631_5199859551189839753655.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J4-20200809_191631_51915560727986914265423.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20200809_191631_5196871941537322374689.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20200809_191631_5192151492521800921601.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 71 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J3-20200809_191631_5191787304204444173111.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20200809_191721_864465088732326244103.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J2-20200809_191721_86410835426342091375863.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20200809_191721_864442810252412794514.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J3-20200809_191721_86411093526405690050891.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J4-20200809_191721_8643996215533244819379.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J3-20200809_191726_15512408639245370100833.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J4-20200809_191726_15518193827163992914055.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20200809_191726_15416501327618702859978.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J2-20200809_191726_15516822968088664310465.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20200809_191726_1545690028380427945917.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J4-20200809_191731_90310377826095432558670.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J2-20200809_191731_9033494511511362184706.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20200809_191731_90312410255465958853071.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J3-20200809_191731_9036268186226817944798.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20200809_191731_9035993589218104346922.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20200809_191748_5537506911343912336278.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20200809_191748_55313587069325737692465.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J2-20200809_191748_55312695486271520896917.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J4-20200809_191748_55313709105402556572465.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J3-20200809_191748_55313408049730424981554.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200809_191756_74110127845087767909429.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200809_191756_74114123059247721417900.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200809_191756_7416578242272253207308.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200809_191756_74110999947935997915570.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200809_191756_74113526639564275325453.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J2-20200809_191810_6183272068615657891191.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J3-20200809_191810_6188245675018135963655.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J4-20200809_191810_6183149146697623258091.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20200809_191810_6186937486187683367278.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20200809_191810_61813533855158198256985.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 269 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20200809_191819_38117307107355634465183.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20200809_191819_3812237427400346792809.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J4-20200809_191819_38214715635618543389094.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J2-20200809_191819_38114470517215138087594.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J3-20200809_191819_38112421516020167171101.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20200809_191827_72415089677426460804630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20200809_191827_7249716223821264269531.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20200809_191831_31010224469718149438725.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20200809_191831_3107791307917745537442.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J2-20200809_191831_31011821230935983671108.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J3-20200809_191831_310267685177757602758.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J4-20200809_191831_31014405056061577357151.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 266 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20200809_191840_49016412448093609377577.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J2-20200809_191840_49013678163247907021972.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J4-20200809_191840_49011226033733668738557.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J3-20200809_191840_4904214382739423122013.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20200809_191840_49012374115147481699148.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J3-20200809_191847_43717991653991430661121.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J4-20200809_191847_4377253062601612869603.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J2-20200809_191847_4378744443635909386603.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20200809_191847_43711210107600412173939.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20200809_191847_43711871326984875871728.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200809_191855_9648631267414145388851.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200809_191855_96410048069624186247473.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200809_191855_964645524996860057653.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200809_191855_96412454748628544836253.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200809_191855_96413654479626532728799.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J4-20200809_191905_6699719939122259216831.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J2-20200809_191905_6691999977871331479094.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20200809_191905_66910605016507293926695.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J3-20200809_191905_66914826056959413033291.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20200809_191905_66913111288749737935941.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200809_191919_10611110334159743116124.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200809_191919_10614730940165901102571.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200809_191919_1068933341895194393391.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200809_191919_10616864399909210707494.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200809_191919_10612052086576970410247.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 289 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200809_191929_9551541059924001835961.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200809_191929_95513205840591708412762.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200809_191929_95512919251170004092344.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200809_191929_95611078761606676959622.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200809_191929_955452099291111329162.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 195 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200809_191943_9754420896906420341610.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200809_191943_9759902671650706358510.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200809_191943_97516909536008564418918.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200809_191943_975322962310486250178.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200809_191943_97516713810206907962304.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J3-20200809_191952_9133410121045926813137.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J2-20200809_191952_9133126872657479778749.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20200809_191952_91311396701631533355239.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J4-20200809_191952_9131894941717380167717.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20200809_191952_9131484835237507271627.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 4300 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 1799057 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1799057 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1799059 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_22E4BCDE7263F068-001\data-dir-165-001
   [junit4]   2> 1799059 WARN  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1799059 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1799065 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1799067 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_22E4BCDE7263F068-001\tempDir-001
   [junit4]   2> 1799073 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1799075 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1799075 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1799087 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1799190 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestSer

[...truncated too long message...]

ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 45251 INFO  (zkCallback-19-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 45252 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 45259 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72171876296818692-127.0.0.1:65530_solr-n_0000000000) closing
   [junit4]   2> 45262 INFO  (OverseerStateUpdate-72171876296818692-127.0.0.1:65530_solr-n_0000000000) [n:127.0.0.1:65530_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65530_solr
   [junit4]   2> 45264 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72171876296818692-127.0.0.1:65530_solr-n_0000000000) closing
   [junit4]   2> 45271 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:65457)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10067f069720004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10067f069720004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10067f069720004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 45372 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72171876296818692-127.0.0.1:65530_solr-n_0000000000) closing
   [junit4]   2> 45383 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f184b9b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 45386 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d3ab50b{/solr,null,UNAVAILABLE}
   [junit4]   2> 45386 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 45394 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 45610 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c2/state.json
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 45620 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65457
   [junit4]   2> 45620 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65457
   [junit4]   2> 45620 INFO  (SUITE-TestRequestRateLimiter-seed#[22E4BCDE7263F068]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65457
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.servlet.TestRequestRateLimiter_22E4BCDE7263F068-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1563, maxMBSortInHeap=7.492187568345111, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=vun-TZ, timezone=America/Asuncion
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=103369056,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [2/5 (2!)] on J4 in 46.64s, 2 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200809_202342_5807208039160276877450.syserr
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200809_202342_5801571555506990047056.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200809_202342_58016236029742715991061.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200809_202342_58011329418359510961641.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200809_202342_5809580609590965292952.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 13 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 2 failures [seed: 22E4BCDE7263F068]

Total time: 51 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   2/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9207' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9208'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-14.0.1) - Build # 9207 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9207/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:70F5234C129101D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:70F5234C129101D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:70F5234C129101D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:70F5234C129101D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:70F5234C129101D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([326EC06992F674F9:83792656FDA08F5D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 12643 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 245004 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 245004 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 245004 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001\data-dir-34-001
   [junit4]   2> 245004 WARN  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 245004 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 245009 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 245009 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001\tempDir-001
   [junit4]   2> 245009 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 245009 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 245009 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 245012 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 245120 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 57616
   [junit4]   2> 245120 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57616
   [junit4]   2> 245120 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57616
   [junit4]   2> 245120 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57616
   [junit4]   2> 245124 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245130 INFO  (zkConnectionManagerCallback-1804-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245130 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245135 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245139 INFO  (zkConnectionManagerCallback-1806-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245139 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245140 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245143 INFO  (zkConnectionManagerCallback-1808-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245143 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245254 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 245254 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 245254 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 245256 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 245256 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 245256 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e03586{/solr,null,AVAILABLE}
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15df3492{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57631}
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.e.j.s.Server Started @245521ms
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57631}
   [junit4]   2> 245257 ERROR (jetty-launcher-1809-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 245257 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 245260 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 245260 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-09T14:26:23.524723500Z
   [junit4]   2> 245260 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245264 INFO  (zkConnectionManagerCallback-1811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245264 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245264 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 245379 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 245380 WARN  (jetty-launcher-1809-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59c411c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 245380 WARN  (jetty-launcher-1809-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59c411c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 245383 WARN  (jetty-launcher-1809-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@453c949a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 245383 WARN  (jetty-launcher-1809-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@453c949a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 245384 INFO  (jetty-launcher-1809-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57616/solr
   [junit4]   2> 245384 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245388 INFO  (zkConnectionManagerCallback-1821-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245388 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245733 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57631_solr
   [junit4]   2> 245736 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.Overseer Overseer (id=72170468902502404-127.0.0.1:57631_solr-n_0000000000) starting
   [junit4]   2> 245751 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57631_solr
   [junit4]   2> 245751 INFO  (OverseerStateUpdate-72170468902502404-127.0.0.1:57631_solr-n_0000000000) [n:127.0.0.1:57631_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57631_solr
   [junit4]   2> 245754 INFO  (OverseerStateUpdate-72170468902502404-127.0.0.1:57631_solr-n_0000000000) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 245755 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 245756 WARN  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 245777 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 245796 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57631.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@533bfc6e
   [junit4]   2> 245805 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57631.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@533bfc6e
   [junit4]   2> 245806 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57631.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@533bfc6e
   [junit4]   2> 245807 INFO  (jetty-launcher-1809-thread-1) [n:127.0.0.1:57631_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001\tempDir-001\node1
   [junit4]   2> 245816 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 245817 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 245821 INFO  (zkConnectionManagerCallback-1836-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 245821 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 245821 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 245821 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57616/solr ready
   [junit4]   2> 245841 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[326EC06992F674F9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 245844 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 245850 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c2
   [junit4]   2> 245850 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 245857 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 245863 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 245870 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c2.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 245877 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 245884 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 245890 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 245897 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 245903 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c2.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 245910 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 245916 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 245923 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 245929 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 245938 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 245945 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 245952 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 245959 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 245965 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 245972 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 245978 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c2.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 245985 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c2.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 245992 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c2.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 245997 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c2.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 246006 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c2.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 246014 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c2.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 246021 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c2.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 246029 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c2.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 246036 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c2.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 246043 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c2.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 246049 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c2.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 246056 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c2.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 246061 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c2.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 246069 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c2.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 246076 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c2.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 246083 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c2.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 246091 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c2.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 246097 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c2.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 246104 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c2.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 246111 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c2.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 246118 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c2.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 246124 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c2.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 246130 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c2.AUTOCREATED/solrconfig.xml
   [junit4]   2> 246136 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c2.AUTOCREATED/synonyms.txt
   [junit4]   2> 246141 INFO  (OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:57631_solr) [n:127.0.0.1:57631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c2.AUTOCREATED/stopwords.txt
   [junit4]   2> 246260 INFO  (OverseerStateUpdate-72170468902502404-127.0.0.1:57631_solr-n_0000000000) [n:127.0.0.1:57631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57631/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57631_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 246467 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr    x:c2_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 246467 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr    x:c2_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 246481 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 246499 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c2_shard1_replica_n1' using configuration from configset c2.AUTOCREATED, trusted=true
   [junit4]   2> 246503 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 246637 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 246638 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57631.solr.core.c2.shard1.replica_n1' (registry 'solr.core.c2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@533bfc6e
   [junit4]   2> 246638 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore [[c2_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001\tempDir-001\node1\c2_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001\tempDir-001\node1\c2_shard1_replica_n1\data\]
   [junit4]   2> 246713 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 246713 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 246715 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 246715 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246717 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c2.AUTOCREATED
   [junit4]   2> 246717 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c2.AUTOCREATED
   [junit4]   2> 246717 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 246718 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 246719 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 246719 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 246719 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 246720 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674558240177782784
   [junit4]   2> 246721 INFO  (searcherExecutor-1838-thread-1-processing-n:127.0.0.1:57631_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 246721 INFO  (searcherExecutor-1838-thread-1-processing-n:127.0.0.1:57631_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 246722 INFO  (searcherExecutor-1838-thread-1-processing-n:127.0.0.1:57631_solr x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore [c2_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 246732 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c2/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 246732 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c2/leaders/shard1
   [junit4]   2> 246743 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 246743 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 246743 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57631/solr/c2_shard1_replica_n1/
   [junit4]   2> 246743 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 246744 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:57631/solr/c2_shard1_replica_n1/ has no replicas
   [junit4]   2> 246744 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c2/leaders/shard1/leader after winning as /collections/c2/leader_elect/shard1/election/72170468902502404-core_node2-n_0000000000
   [junit4]   2> 246748 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57631/solr/c2_shard1_replica_n1/ shard1
   [junit4]   2> 246852 INFO  (zkCallback-1820-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 246852 INFO  (zkCallback-1820-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 246855 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 246860 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=393
   [junit4]   2> 246865 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 246960 INFO  (zkCallback-1820-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 246960 INFO  (zkCallback-1820-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 246960 INFO  (zkCallback-1820-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 246962 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1119
   [junit4]   2> 246963 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[326EC06992F674F9]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c2
   [junit4]   2> 247049 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 247050 INFO  (zkCallback-1820-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c2.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 247050 INFO  (zkCallback-1820-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 247054 INFO  (zkCallback-1820-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 247054 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c2/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 247054 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674558240523812864)]} 0 88
   [junit4]   2> 247056 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674558240530104320)]} 0 0
   [junit4]   2> 247066 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674558240540590080)]} 0 0
   [junit4]   2> 247067 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674558240541638656)]} 0 0
   [junit4]   2> 247067 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674558240541638657)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674558240544784384)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674558240544784385)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674558240544784386)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674558240544784387)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674558240544784388)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674558240544784389)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674558240544784390)]} 0 0
   [junit4]   2> 247070 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674558240544784391)]} 0 0
   [junit4]   2> 247076 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674558240551075840)]} 0 0
   [junit4]   2> 247078 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674558240553172992)]} 0 0
   [junit4]   2> 247078 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674558240553172993)]} 0 0
   [junit4]   2> 247090 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674558240564707328)]} 0 0
   [junit4]   2> 247090 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674558240565755904)]} 0 0
   [junit4]   2> 247090 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674558240565755905)]} 0 0
   [junit4]   2> 247094 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674558240569950208)]} 0 0
   [junit4]   2> 247098 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674558240570998784)]} 0 3
   [junit4]   2> 247099 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674558240575193088)]} 0 0
   [junit4]   2> 247099 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674558240575193089)]} 0 0
   [junit4]   2> 247102 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674558240578338816)]} 0 0
   [junit4]   2> 247102 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674558240578338817)]} 0 0
   [junit4]   2> 247102 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674558240578338818)]} 0 0
   [junit4]   2> 247106 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674558240582533120)]} 0 0
   [junit4]   2> 247106 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674558240582533121)]} 0 0
   [junit4]   2> 247106 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674558240582533122)]} 0 0
   [junit4]   2> 247109 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674558240582533123)]} 0 0
   [junit4]   2> 247110 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674558240586727424)]} 0 0
   [junit4]   2> 247110 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674558240586727425)]} 0 0
   [junit4]   2> 247113 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674558240589873152)]} 0 0
   [junit4]   2> 247114 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674558240590921728)]} 0 0
   [junit4]   2> 247114 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674558240590921729)]} 0 0
   [junit4]   2> 247116 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674558240593018880)]} 0 0
   [junit4]   2> 247117 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674558240594067456)]} 0 0
   [junit4]   2> 247118 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674558240595116032)]} 0 0
   [junit4]   2> 247122 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674558240599310336)]} 0 0
   [junit4]   2> 247123 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674558240599310337)]} 0 0
   [junit4]   2> 247123 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674558240600358912)]} 0 0
   [junit4]   2> 247123 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674558240600358913)]} 0 0
   [junit4]   2> 247123 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674558240600358914)]} 0 0
   [junit4]   2> 247126 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674558240603504640)]} 0 0
   [junit4]   2> 247126 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674558240603504641)]} 0 0
   [junit4]   2> 247126 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674558240603504642)]} 0 0
   [junit4]   2> 247126 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674558240603504643)]} 0 0
   [junit4]   2> 247126 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674558240603504644)]} 0 0
   [junit4]   2> 247130 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674558240607698944)]} 0 0
   [junit4]   2> 247131 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674558240608747520)]} 0 0
   [junit4]   2> 247131 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674558240608747521)]} 0 0
   [junit4]   2> 247131 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674558240608747522)]} 0 0
   [junit4]   2> 247131 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674558240608747523)]} 0 0
   [junit4]   2> 247134 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674558240611893248)]} 0 0
   [junit4]   2> 247135 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674558240612941824)]} 0 0
   [junit4]   2> 247135 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674558240612941825)]} 0 0
   [junit4]   2> 247135 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674558240612941826)]} 0 0
   [junit4]   2> 247135 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674558240612941827)]} 0 0
   [junit4]   2> 247138 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674558240616087552)]} 0 0
   [junit4]   2> 247138 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674558240616087553)]} 0 0
   [junit4]   2> 247138 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674558240616087554)]} 0 0
   [junit4]   2> 247138 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674558240616087555)]} 0 0
   [junit4]   2> 247141 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674558240619233280)]} 0 0
   [junit4]   2> 247142 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674558240620281856)]} 0 0
   [junit4]   2> 247142 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674558240620281857)]} 0 0
   [junit4]   2> 247142 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674558240620281858)]} 0 0
   [junit4]   2> 247145 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674558240623427584)]} 0 0
   [junit4]   2> 247146 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674558240624476160)]} 0 0
   [junit4]   2> 247146 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674558240624476161)]} 0 0
   [junit4]   2> 247146 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674558240624476162)]} 0 0
   [junit4]   2> 247146 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674558240624476163)]} 0 0
   [junit4]   2> 247146 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674558240624476164)]} 0 0
   [junit4]   2> 247152 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674558240630767616)]} 0 2
   [junit4]   2> 247152 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674558240630767617)]} 0 0
   [junit4]   2> 247154 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674558240632864768)]} 0 0
   [junit4]   2> 247154 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674558240632864769)]} 0 0
   [junit4]   2> 247154 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674558240632864770)]} 0 0
   [junit4]   2> 247154 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674558240632864771)]} 0 0
   [junit4]   2> 247159 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674558240637059072)]} 0 1
   [junit4]   2> 247159 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674558240638107648)]} 0 0
   [junit4]   2> 247159 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674558240638107649)]} 0 0
   [junit4]   2> 247162 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674558240641253376)]} 0 0
   [junit4]   2> 247162 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674558240641253377)]} 0 0
   [junit4]   2> 247162 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674558240641253378)]} 0 0
   [junit4]   2> 247162 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674558240641253379)]} 0 0
   [junit4]   2> 247166 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674558240645447680)]} 0 0
   [junit4]   2> 247166 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674558240645447681)]} 0 0
   [junit4]   2> 247166 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674558240645447682)]} 0 0
   [junit4]   2> 247166 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674558240645447683)]} 0 0
   [junit4]   2> 247171 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674558240650690560)]} 0 0
   [junit4]   2> 247173 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674558240652787712)]} 0 0
   [junit4]   2> 247173 INFO  (qtp454609281-2689) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674558240652787713)]} 0 0
   [junit4]   2> 247174 INFO  (qtp454609281-2690) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674558240653836288)]} 0 0
   [junit4]   2> 247175 INFO  (qtp454609281-2691) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674558240654884864)]} 0 0
   [junit4]   2> 247176 INFO  (qtp454609281-2688) [n:127.0.0.1:57631_solr c:c2 s:shard1 r:core_node2 x:c2_sha

[...truncated too long message...]

-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1239a8e9: rootName = solr_62282, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@ca3a103
   [junit4]   2> 32333 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 32333 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3be20594: rootName = solr_62282, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2600dbb1
   [junit4]   2> 32333 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 32333 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a06b5cc: rootName = solr_62282, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7a631c39
   [junit4]   2> 32336 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 32343 INFO  (zkCallback-19-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 32344 INFO  (zkCallback-19-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 32344 INFO  (zkCallback-19-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 32363 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72170623418826756-127.0.0.1:62282_solr-n_0000000000) closing
   [junit4]   2> 32464 WARN  (OverseerStateUpdate-72170623418826756-127.0.0.1:62282_solr-n_0000000000) [n:127.0.0.1:62282_solr     ] o.a.s.c.Overseer Solr cannot talk to ZK, exiting Overseer main queue loop
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.multiInternal(ZooKeeper.java:2135) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.multi(ZooKeeper.java:2036) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$multi$10(SolrZkClient.java:591) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.multi(SolrZkClient.java:591) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkDistributedQueue.remove(ZkDistributedQueue.java:253) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:323) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 32466 INFO  (OverseerStateUpdate-72170623418826756-127.0.0.1:62282_solr-n_0000000000) [n:127.0.0.1:62282_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62282_solr
   [junit4]   2> 32466 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72170623418826756-127.0.0.1:62282_solr-n_0000000000) closing
   [junit4]   2> 32466 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72170623418826756-127.0.0.1:62282_solr-n_0000000000) closing
   [junit4]   2> 32468 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@14f6c1f7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 32473 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c19f688{/solr,null,UNAVAILABLE}
   [junit4]   2> 32473 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 32476 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 32692 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 32699 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62230
   [junit4]   2> 32701 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62230
   [junit4]   2> 32701 INFO  (SUITE-TestRequestRateLimiter-seed#[326EC06992F674F9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62230
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.servlet.TestRequestRateLimiter_326EC06992F674F9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1371, maxMBSortInHeap=7.502849251209124, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=rm-CH, timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=104429696,total=194838528
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [4/5 (4!)] on J2 in 33.44s, 2 tests, 1 failure <<< FAILURES!

[...truncated 21 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 4 failures [seed: 326EC06992F674F9]

Total time: 37 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   4/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9206' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9207'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9206 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9206/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([9C9A0BAA67FAAB04:DE01E88FE79DDE25]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([9C9A0BAA67FAAB04:DE01E88FE79DDE25]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([9C9A0BAA67FAAB04:2D8DED9508AC50A0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 2239 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200809_085455_2323954585049673911889.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200809_085455_2328543551062973301303.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200809_085455_2325918043871705010394.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200809_085455_2326865917380019831325.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200809_085455_23717272639398903738094.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 322 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200809_085746_57513549505536160884041.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200809_085746_57510415548701953665458.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200809_085746_575309611688419584449.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200809_085746_5752437907008731228352.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200809_085746_57513074163184558239158.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1108 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200809_085824_166123127486530938719.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200809_085824_1663305237255939481887.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200809_085824_1667399786389274074362.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200809_085824_16617238220070559529652.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200809_085824_16617824105314026723775.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200809_085909_0578705474174512770894.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Suite: org.apache.lucene.analysis.icu.segmentation.TestICUTokenizer
   [junit4] Completed [14/16] on J4 in 1.97s, 42 tests
   [junit4] 
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200809_085909_05712407281626293326018.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200809_085909_05713856416854976083212.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200809_085909_0577310117477383718569.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200809_085909_05717323933352497637019.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200809_085916_1352982028862117649122.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200809_085916_1357078126627261427359.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200809_085916_1353127314292998726679.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200809_085916_13512580744527814870075.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200809_085916_1352874540077719177118.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200809_085922_872726440061317930455.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200809_085922_87210456537208715544680.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200809_085922_8727829009184871406214.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200809_085926_5164204414048943956312.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200809_085926_516409236820252145842.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200809_085926_51613805100521055890612.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200809_085926_51612388295008444924020.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200809_085926_51617183350791276506572.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200809_085932_00811578449773251066054.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200809_085932_0086654703481610162235.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200809_085932_00810336000115538742885.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200809_085932_00812886402619253589518.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200809_085932_0083339981024220923697.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 175 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200809_085935_82813151422725806848457.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200809_085935_8289638883447748331656.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200809_085935_82811977148931239843430.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200809_085935_82813834570182847382485.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200809_085935_82810500288867042400046.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200809_085942_0441019456410590034009.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200809_085942_044723608787392635873.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200809_085944_84213273767785363261115.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200809_085944_8416062303048868091978.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200809_085944_8412592045646614637878.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200809_085944_84214013965427308250783.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200809_085948_37316395058118807692424.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200809_085948_3735305263524028440451.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200809_085948_37312715362764258182116.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200809_085948_3736082718798258869665.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200809_085948_3734791821949624892508.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 622 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200809_090034_82417183079298781047562.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200809_090034_8245187016229457850985.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200809_090034_82414122243339410978073.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200809_090034_8242718417882820377261.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200809_090034_82414856645328704940565.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 217 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20200809_090044_3976498057968508605320.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J2-20200809_090044_3977459969875295215059.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J4-20200809_090044_3978117674876187961115.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20200809_090044_3978237061012024340805.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J3-20200809_090044_397376253971444288218.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 304 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20200809_090050_89411733038110242236174.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20200809_090050_8946742225100961125646.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J2-20200809_090050_8946499791946297531470.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J4-20200809_090050_89415996841216701847653.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J3-20200809_090050_8943214940561342989263.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J2-20200809_090141_21816131153929311336409.syserr
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20200809_090141_218327290970106660828.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20200809_090141_21815538772071990434456.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J3-20200809_090141_21917904062856864754698.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J4-20200809_090141_2191686082802236283846.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J3-20200809_090145_6218960192945582825517.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20200809_090145_6217994963996980139455.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J4-20200809_090145_6216636105242999503925.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20200809_090145_6217821262051699788506.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J2-20200809_090145_6212077233777864861666.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 229 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J4-20200809_090150_83412733303049572213684.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20200809_090150_8346245335414664030732.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J3-20200809_090150_8345020416893390136963.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J2-20200809_090150_8344110765737853345634.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20200809_090150_8349447485699541706631.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20200809_090206_8133182764483013927781.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J2-20200809_090206_8134209981705260703730.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J3-20200809_090206_81315215221819500031632.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J4-20200809_090206_8133686680811642168226.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20200809_090206_81314424879494669475724.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200809_090214_4781989283477813201294.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200809_090214_47814328354373443406158.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200809_090214_4782679015212878550724.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200809_090214_47812436157987508519556.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200809_090214_47812668700695619771812.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J2-20200809_090229_13418189244593634463721.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20200809_090229_1346570357399640983292.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J4-20200809_090229_1346029784812517764523.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20200809_090229_13415438426415663821151.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J3-20200809_090229_1343560269801811890524.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 272 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20200809_090237_30610274043505552856283.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J2-20200809_090237_3066578799563526364027.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20200809_090237_3062061837567610102793.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J4-20200809_090237_30611646548606900052111.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J3-20200809_090237_30614922092500061923379.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20200809_090245_2096098248719943404908.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20200809_090245_2098241489117310441709.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J4-20200809_090248_7596989680784155948197.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J2-20200809_090248_75915773982469543904925.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J3-20200809_090248_7592492158866161361502.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20200809_090248_75911735573654498608041.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20200809_090248_75915846274989272247071.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 263 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20200809_090257_7772757559150611349278.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J4-20200809_090257_7772431527712438739533.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20200809_090257_77712766783830902248061.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J3-20200809_090257_77713422332294347782766.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J2-20200809_090257_777619856923911777992.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 221 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20200809_090305_3234106778175065334080.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J3-20200809_090305_32310503865606804298427.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J2-20200809_090305_3231451397249786965854.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J4-20200809_090305_32312396795282422600193.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20200809_090305_3234444387930325633477.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 234 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200809_090314_53713600998420327743854.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200809_090314_5373198259586523476458.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200809_090314_53714077508681552509491.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200809_090314_5375044670187589769921.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200809_090314_5372947901806943899577.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20200809_090323_81911497025286447171881.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J2-20200809_090323_8199706750123737578283.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20200809_090323_819913340592708698090.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J3-20200809_090323_81911116377359680415110.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J4-20200809_090323_81913065145983623562435.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200809_090336_8067843705894883346625.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200809_090336_8068163240658298459265.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200809_090336_80614387885494838729503.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200809_090336_8064642082229132944173.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200809_090336_8064724039548942903736.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 289 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200809_090347_86911195940247412488293.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200809_090347_8694793141036495915496.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200809_090347_8698747624356284745167.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200809_090347_8693717853129784628117.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200809_090347_869251235347921740693.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 198 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200809_090402_24213588623801020473279.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200809_090402_2426880019340456080010.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200809_090402_2421529346138034830670.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200809_090402_24213777931198655693228.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200809_090402_24215016232849882802909.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J3-20200809_090409_8492712201111036746003.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J2-20200809_090409_84916822988849279719301.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20200809_090409_849887366740448731810.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20200809_090409_8491369573514495891121.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J4-20200809_090409_84912954835734578774439.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3018 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 589133 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 589133 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 589133 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_9C9A0BAA67FAAB04-001\data-dir-84-001
   [junit4]   2> 589133 WARN  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 589133 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 589135 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 589136 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_9C9A0BAA67FAAB04-001\tempDir-001
   [junit4]   2> 589136 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 589136 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 589136 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 589140 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 589244 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 63650
   [junit4]   2> 589244 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63650
   [junit4]   2> 589244 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63650
   [junit4]   2> 589244 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63650
   [junit4]   2> 589247 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589252 INFO  (zkConnectionManagerCallback-4873-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589253 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589256 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589262 INFO  (zkConnectionManagerCallback-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589263 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589264 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589268 INFO  (zkConnectionManagerCallback-4877-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589268 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589374 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 589375 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a9cb04e{/solr,null,AVAILABLE}
   [junit4]   2> 589376 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2df69be6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63665}
   [junit4]   2> 589376 INFO  (jetty-launcher-4878-thread-1) [     ] o.e.j.s.Server Started @590028ms
   [junit4]   2> 589376 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63665}
   [junit4]   2> 589377 ERROR (jetty-launcher-4878-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589377 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 589377 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 589377 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589377 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 589377 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-09T09:15:06.255403700Z
   [junit4]   2> 589378 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589382 INFO  (zkConnectionManagerCallback-4880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589382 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589382 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589490 INFO  (jetty-launcher-4878-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5894

[...truncated too long message...]

 tag=null
   [junit4]   2> 37971 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@615f87be: rootName = solr_59470, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7d3eeb3c
   [junit4]   2> 37974 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 37974 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6fa0dd66: rootName = solr_59470, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@e132fbf
   [junit4]   2> 37979 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 37979 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1746d6a6: rootName = solr_59470, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@11a5db
   [junit4]   2> 37979 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 37982 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72169422353399812-127.0.0.1:59470_solr-n_0000000000) closing
   [junit4]   2> 37982 INFO  (OverseerStateUpdate-72169422353399812-127.0.0.1:59470_solr-n_0000000000) [n:127.0.0.1:59470_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59470_solr
   [junit4]   2> 37985 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72169422353399812-127.0.0.1:59470_solr-n_0000000000) closing
   [junit4]   2> 38091 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72169422353399812-127.0.0.1:59470_solr-n_0000000000) closing
   [junit4]   2> 38095 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@25835852{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 38096 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73238e4f{/solr,null,UNAVAILABLE}
   [junit4]   2> 38097 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 38100 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 38309 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 38324 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59423
   [junit4]   2> 38324 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59423
   [junit4]   2> 38324 INFO  (SUITE-TestRequestRateLimiter-seed#[9C9A0BAA67FAAB04]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59423
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.servlet.TestRequestRateLimiter_9C9A0BAA67FAAB04-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=694, maxMBSortInHeap=6.500206530883232, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=dua-CM, timezone=MET
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=118115832,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [2/5 (1!)] on J3 in 38.08s, 2 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200809_100014_1217264958158633324019.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200809_100014_1261321289701633424846.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200809_100014_11916833899509164440763.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200809_100014_12613696651002118263712.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200809_100014_1265332383543586138002.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 12 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 5 suites, 10 tests, 1 failure [seed: 9C9A0BAA67FAAB04]

Total time: 45 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   1/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9205' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9206'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-15-ea+30) - Build # 9205 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9205/
Java: 64bit/jdk-15-ea+30 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

>
	at __randomizedtesting.SeedInfo.seed([E525B26A86AB758B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtest

[...truncated too long message...]

ore org.apache.solr.core.SolrCore@25824013
   [junit4]   2> 29417 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:54263_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c2.shard1.replica_n1 tag=SolrCore@50e98149
   [junit4]   2> 29417 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:54263_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43be6fb9: rootName = solr_54263, domain = solr.core.c2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@596c613e
   [junit4]   2> 29433 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:54263_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@50e98149
   [junit4]   2> 29433 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:54263_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@25824013
   [junit4]   2> 29433 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:54263_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28ecf4fe: rootName = solr_54263, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@60c6da64
   [junit4]   2> 29435 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:54263_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29444 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:54263_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@25824013
   [junit4]   2> 29445 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:54263_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29455 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 29455 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a50fad8: rootName = solr_54263, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@336f1464
   [junit4]   2> 29460 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 29460 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@775742ce: rootName = solr_54263, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7d3a3df0
   [junit4]   2> 29461 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 29461 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ee8a22a: rootName = solr_54263, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@25293478
   [junit4]   2> 29461 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 29463 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72168267180408836-127.0.0.1:54263_solr-n_0000000000) closing
   [junit4]   2> 29464 INFO  (OverseerStateUpdate-72168267180408836-127.0.0.1:54263_solr-n_0000000000) [n:127.0.0.1:54263_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54263_solr
   [junit4]   2> 29465 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72168267180408836-127.0.0.1:54263_solr-n_0000000000) closing
   [junit4]   2> 29572 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72168267180408836-127.0.0.1:54263_solr-n_0000000000) closing
   [junit4]   2> 29575 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3365565e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 29575 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64b69cc1{/solr,null,UNAVAILABLE}
   [junit4]   2> 29575 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 29579 INFO  (SUITE-TestRequestRateLimiter-seed#[E525B26A86AB758B]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 29792 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 29800 INFO  (SUITE-TestRequestRateLimiter-seed#[E525B26A86AB758B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54202
   [junit4]   2> 29800 INFO  (SUITE-TestRequestRateLimiter-seed#[E525B26A86AB758B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54202
   [junit4]   2> 29800 INFO  (SUITE-TestRequestRateLimiter-seed#[E525B26A86AB758B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54202
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.servlet.TestRequestRateLimiter_E525B26A86AB758B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=412, maxMBSortInHeap=7.340495019223416, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=smn-FI, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 15-ea (64-bit)/cpus=6,threads=1,free=97313384,total=194969600
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [5/10 (3!)] on J4 in 31.08s, 2 tests, 1 failure <<< FAILURES!

[...truncated 35 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 10 suites, 15 tests, 3 failures [seed: E525B26A86AB758B]

Total time: 1 minute 29 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9204' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9205'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9204 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9204/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:785)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:817)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:557)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:925)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1357)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1243)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

>
	at __randomizedtesting.SeedInfo.seed([C28D677888F6AF9D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([C28D677888F6AF9D:739A8147E7A05439]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([C28D677888F6AF9D:8016845D0891DABC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([C28D677888F6AF9D:8016845D0891DABC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14643 lines...]
   [junit4] Suite: org.apache.solr.schema.TestBulkSchemaConcurrent
   [junit4]   2> 1446997 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1446998 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1446999 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\data-dir-142-001
   [junit4]   2> 1447000 WARN  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1447000 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1447002 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1447002 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /nk_yt/w
   [junit4]   2> 1447005 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1447005 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1447005 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1447010 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1447127 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer start zk server on port: 61739
   [junit4]   2> 1447127 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61739
   [junit4]   2> 1447127 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61739
   [junit4]   2> 1447127 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61739
   [junit4]   2> 1447131 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1447140 INFO  (zkConnectionManagerCallback-11593-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1447140 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1447149 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1447156 INFO  (zkConnectionManagerCallback-11595-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1447156 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1447160 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1447168 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1447175 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1447183 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1447191 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1447200 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1447209 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1447217 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1447225 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1447233 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1447243 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1447251 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1448172 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1448172 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1448172 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1448176 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1448176 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1448176 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1448176 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12c729a{/nk_yt/w,null,AVAILABLE}
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b7abd86{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61769}
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.s.Server Started @1450415ms
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/nk_yt/w, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\tempDir-001/control/data, hostPort=61769, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 1448177 ERROR (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T23:45:31.999943600Z
   [junit4]   2> 1448177 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448185 INFO  (zkConnectionManagerCallback-11597-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448185 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448298 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1448298 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\control-001\solr.xml
   [junit4]   2> 1448302 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6430c4f3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1448338 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1448339 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@754f8696[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448339 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@754f8696[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448343 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b8e1e95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448343 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b8e1e95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448343 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61739/solr
   [junit4]   2> 1448343 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448350 INFO  (zkConnectionManagerCallback-11607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448350 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448464 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448468 INFO  (zkConnectionManagerCallback-11609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448468 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449034 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61769_nk_yt%2Fw
   [junit4]   2> 1449041 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.Overseer Overseer (id=72167001735495684-127.0.0.1:61769_nk_yt%2Fw-n_0000000000) starting
   [junit4]   2> 1449061 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61769_nk_yt%2Fw
   [junit4]   2> 1449061 INFO  (OverseerStateUpdate-72167001735495684-127.0.0.1:61769_nk_yt%2Fw-n_0000000000) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:61769_nk_yt%2Fw
   [junit4]   2> 1449070 INFO  (OverseerStateUpdate-72167001735495684-127.0.0.1:61769_nk_yt%2Fw-n_0000000000) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1449072 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1449074 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1449096 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1449113 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6430c4f3
   [junit4]   2> 1449122 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6430c4f3
   [junit4]   2> 1449126 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6430c4f3
   [junit4]   2> 1449126 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\control-001\cores
   [junit4]   2> 1449141 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1449144 INFO  (zkConnectionManagerCallback-11624-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1449144 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449144 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1449149 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[C28D677888F6AF9D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61739/solr ready
   [junit4]   2> 1449149 INFO  (qtp422455299-17054) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61769_nk_yt%252Fw&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1449161 INFO  (OverseerThreadFactory-11614-thread-1-processing-n:127.0.0.1:61769_nk_yt%2Fw) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1449292 INFO  (OverseerStateUpdate-72167001735495684-127.0.0.1:61769_nk_yt%2Fw-n_0000000000) [n:127.0.0.1:61769_nk_yt%2Fw     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61769/nk_yt/w",
   [junit4]   2>   "node_name":"127.0.0.1:61769_nk_yt%2Fw",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1449515 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1449515 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1449537 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1449544 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1449546 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1449553 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1449673 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1449716 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1449728 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 1449730 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6430c4f3
   [junit4]   2> 1449730 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_C28D677888F6AF9D-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 1449737 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=64.1796875, floorSegmentMB=1.8701171875, forceMergeDeletesPctAllowed=26.490282017511646, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=30.131820575841303
   [junit4]   2> 1449744 WARN  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1449837 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1449837 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1449838 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1449838 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1449839 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.752178903829692]
   [junit4]   2> 1449842 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1449843 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1449843 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1449843 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1449843 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1449843 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674502821553111040
   [junit4]   2> 1449850 INFO  (searcherExecutor-11626-thread-1-processing-n:127.0.0.1:61769_nk_yt%2Fw x:control_collection_shard1_replica_n1 c:control_collection s:shard1 r:core_node2) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1449868 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1449868 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1449891 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1449891 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1449891 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61769/nk_yt/w/control_collection_shard1_replica_n1/
   [junit4]   2> 1449893 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1449893 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:61769/nk_yt/w/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1449893 INFO  (qtp422455299-17055) [n:127.0.0.1:61769_nk_yt%2Fw c:contr

[...truncated too long message...]

r [org.apache.solr.metrics.reporters.SolrJmxReporter@649541e3: rootName = solr_50689, domain = solr.core.c2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@2b5d1130
   [junit4]   2> 33036 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50689_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@55382c06
   [junit4]   2> 33037 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50689_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@444820ff
   [junit4]   2> 33041 INFO  (coreCloseExecutor-54-thread-2) [n:127.0.0.1:50689_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 33045 INFO  (coreCloseExecutor-54-thread-1) [n:127.0.0.1:50689_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 33066 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 33066 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19189e9d: rootName = solr_50689, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2cdd2167
   [junit4]   2> 33074 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 33074 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66bcd13d: rootName = solr_50689, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@77e2bb44
   [junit4]   2> 33077 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 33077 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4411e0f9: rootName = solr_50689, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7184f115
   [junit4]   2> 33077 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 33085 INFO  (closeThreadPool-56-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72167141459427332-127.0.0.1:50689_solr-n_0000000000) closing
   [junit4]   2> 33086 INFO  (OverseerStateUpdate-72167141459427332-127.0.0.1:50689_solr-n_0000000000) [n:127.0.0.1:50689_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50689_solr
   [junit4]   2> 33088 INFO  (closeThreadPool-56-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72167141459427332-127.0.0.1:50689_solr-n_0000000000) closing
   [junit4]   2> 33106 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:50622)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10063a1ff250004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10063a1ff250004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10063a1ff250004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 33210 INFO  (jetty-closer-50-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72167141459427332-127.0.0.1:50689_solr-n_0000000000) closing
   [junit4]   2> 33214 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f1c8b33{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 33218 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@36647d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 33218 INFO  (jetty-closer-50-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 33226 INFO  (SUITE-TestRequestRateLimiter-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 33466 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 33502 INFO  (SUITE-TestRequestRateLimiter-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50622
   [junit4]   2> 33502 INFO  (SUITE-TestRequestRateLimiter-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50622
   [junit4]   2> 33502 INFO  (SUITE-TestRequestRateLimiter-seed#[C28D677888F6AF9D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50622
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.servlet.TestRequestRateLimiter_C28D677888F6AF9D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=356, maxMBSortInHeap=5.011826457646268, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=kkj, timezone=IET
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=186358936,total=296222720
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter]
   [junit4] Completed [2/10 (1!)] on J2 in 34.23s, 2 tests, 1 failure <<< FAILURES!

[...truncated 49 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1521: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1048: There were test failures: 10 suites, 15 tests, 1 failure [seed: C28D677888F6AF9D]

Total time: 1 minute 45 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro]   1/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9203' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9204'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9203 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9203/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([6D36CF47FB87CDE6:2FAD2C627BE0B8C7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 12644 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 298408 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 298408 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001\data-dir-29-001
   [junit4]   2> 298409 WARN  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 298409 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 298410 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 298410 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 298411 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001\tempDir-001
   [junit4]   2> 298411 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298411 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 298411 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 298414 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 298517 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 58716
   [junit4]   2> 298517 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58716
   [junit4]   2> 298517 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58716
   [junit4]   2> 298517 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58716
   [junit4]   2> 298519 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298526 INFO  (zkConnectionManagerCallback-1916-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298526 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298534 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298539 INFO  (zkConnectionManagerCallback-1918-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298539 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298539 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298547 INFO  (zkConnectionManagerCallback-1920-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298547 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298659 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 298660 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 298660 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 298661 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 298661 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 298661 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 298661 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e7560eb{/solr,null,AVAILABLE}
   [junit4]   2> 298663 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7dabe790{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58735}
   [junit4]   2> 298663 INFO  (jetty-launcher-1921-thread-1) [     ] o.e.j.s.Server Started @299069ms
   [junit4]   2> 298663 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58735}
   [junit4]   2> 298663 ERROR (jetty-launcher-1921-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 298663 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 298664 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 298664 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 298664 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 298664 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T18:30:42.648107900Z
   [junit4]   2> 298664 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298669 INFO  (zkConnectionManagerCallback-1923-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298669 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298670 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 298780 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298782 WARN  (jetty-launcher-1921-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e1168df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298782 WARN  (jetty-launcher-1921-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e1168df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298785 WARN  (jetty-launcher-1921-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23eda210[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298785 WARN  (jetty-launcher-1921-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23eda210[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298785 INFO  (jetty-launcher-1921-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58716/solr
   [junit4]   2> 298787 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298791 INFO  (zkConnectionManagerCallback-1933-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298791 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299379 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58735_solr
   [junit4]   2> 299385 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.Overseer Overseer (id=72165762554462212-127.0.0.1:58735_solr-n_0000000000) starting
   [junit4]   2> 299423 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58735_solr
   [junit4]   2> 299423 INFO  (OverseerStateUpdate-72165762554462212-127.0.0.1:58735_solr-n_0000000000) [n:127.0.0.1:58735_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58735_solr
   [junit4]   2> 299430 INFO  (OverseerStateUpdate-72165762554462212-127.0.0.1:58735_solr-n_0000000000) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299433 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 299434 WARN  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 299459 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 299483 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58735.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d257d1d
   [junit4]   2> 299486 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58735.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d257d1d
   [junit4]   2> 299486 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58735.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d257d1d
   [junit4]   2> 299486 INFO  (jetty-launcher-1921-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001\tempDir-001\node1
   [junit4]   2> 299508 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 299509 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299513 INFO  (zkConnectionManagerCallback-1948-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299513 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299514 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299515 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58716/solr ready
   [junit4]   2> 299535 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[6D36CF47FB87CDE6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 299539 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 299555 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 299561 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 299568 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 299576 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 299589 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 299603 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 299614 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 299619 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 299627 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 299635 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 299647 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 299661 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 299671 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 299683 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 299694 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 299703 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 299717 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 299727 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 299740 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 299755 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 299766 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 299787 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 299803 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 299819 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 299836 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 299848 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 299861 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 299875 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 299888 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 299897 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 299908 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 299915 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 299928 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 299941 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 299965 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 299981 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 299992 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 300001 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 300012 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 300023 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 300034 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 300045 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 300053 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 300064 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 300070 INFO  (OverseerThreadFactory-1938-thread-1-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 300205 INFO  (OverseerStateUpdate-72165762554462212-127.0.0.1:58735_solr-n_0000000000) [n:127.0.0.1:58735_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58735/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58735_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 300415 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 300416 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 300436 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 300449 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 300457 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 300750 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 300751 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58735.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d257d1d
   [junit4]   2> 300751 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001\tempDir-001\node1\c1_shard1_replica_n1\data\]
   [junit4]   2> 300948 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 300948 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300952 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 300952 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300956 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 300957 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 300957 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 300958 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 300958 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 300965 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 300973 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 300976 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674483015310376960
   [junit4]   2> 300980 INFO  (searcherExecutor-1950-thread-1-processing-n:127.0.0.1:58735_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 300980 INFO  (searcherExecutor-1950-thread-1-processing-n:127.0.0.1:58735_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 300981 INFO  (searcherExecutor-1950-thread-1-processing-n:127.0.0.1:58735_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 300996 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 300996 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58735/solr/c1_shard1_replica_n1/
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:58735/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 301013 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72165762554462212-core_node2-n_0000000000
   [junit4]   2> 301019 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58735/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 301130 INFO  (zkCallback-1932-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 301137 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 301150 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=735
   [junit4]   2> 301169 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 301249 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 301249 INFO  (zkCallback-1932-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 301249 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1712
   [junit4]   2> 301253 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[6D36CF47FB87CDE6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 301368 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 301368 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 301369 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 301374 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 301385 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 301385 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674483015722467328)]} 0 128
   [junit4]   2> 301390 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674483015741341696)]} 0 4
   [junit4]   2> 301398 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674483015751827456)]} 0 1
   [junit4]   2> 301402 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674483015757070336)]} 0 1
   [junit4]   2> 301405 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674483015760216064)]} 0 0
   [junit4]   2> 301406 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674483015761264640)]} 0 0
   [junit4]   2> 301406 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674483015761264641)]} 0 0
   [junit4]   2> 301410 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674483015764410368)]} 0 0
   [junit4]   2> 301410 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674483015765458944)]} 0 0
   [junit4]   2> 301413 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674483015768604672)]} 0 0
   [junit4]   2> 301417 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674483015771750400)]} 0 1
   [junit4]   2> 301419 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674483015774896128)]} 0 0
   [junit4]   2> 301421 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674483015775944704)]} 0 0
   [junit4]   2> 301425 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674483015781187584)]} 0 0
   [junit4]   2> 301426 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674483015782236160)]} 0 0
   [junit4]   2> 301427 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674483015783284736)]} 0 0
   [junit4]   2> 301432 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674483015788527616)]} 0 1
   [junit4]   2> 301434 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674483015790624768)]} 0 0
   [junit4]   2> 301441 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674483015797964800)]} 0 0
   [junit4]   2> 301446 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674483015802159104)]} 0 0
   [junit4]   2> 301447 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674483015804256256)]} 0 0
   [junit4]   2> 301448 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674483015805304832)]} 0 0
   [junit4]   2> 301466 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674483015823130624)]} 0 0
   [junit4]   2> 301468 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674483015825227776)]} 0 0
   [junit4]   2> 301470 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674483015828373504)]} 0 0
   [junit4]   2> 301472 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674483015830470656)]} 0 0
   [junit4]   2> 301474 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674483015831519232)]} 0 0
   [junit4]   2> 301474 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674483015832567808)]} 0 0
   [junit4]   2> 301476 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674483015834664960)]} 0 0
   [junit4]   2> 301477 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674483015835713536)]} 0 0
   [junit4]   2> 301477 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674483015835713537)]} 0 0
   [junit4]   2> 301479 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674483015837810688)]} 0 0
   [junit4]   2> 301481 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674483015839907840)]} 0 0
   [junit4]   2> 301481 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674483015839907841)]} 0 0
   [junit4]   2> 301484 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674483015843053568)]} 0 0
   [junit4]   2> 301484 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674483015843053569)]} 0 0
   [junit4]   2> 301485 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674483015844102144)]} 0 0
   [junit4]   2> 301486 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674483015845150720)]} 0 0
   [junit4]   2> 301488 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674483015847247872)]} 0 0
   [junit4]   2> 301489 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674483015848296448)]} 0 0
   [junit4]   2> 301491 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674483015850393600)]} 0 0
   [junit4]   2> 301492 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674483015851442176)]} 0 0
   [junit4]   2> 301492 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674483015851442177)]} 0 0
   [junit4]   2> 301492 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674483015851442178)]} 0 0
   [junit4]   2> 301496 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674483015855636480)]} 0 0
   [junit4]   2> 301497 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674483015856685056)]} 0 0
   [junit4]   2> 301498 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674483015857733632)]} 0 0
   [junit4]   2> 301499 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674483015858782208)]} 0 0
   [junit4]   2> 301500 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674483015859830784)]} 0 0
   [junit4]   2> 301502 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674483015861927936)]} 0 0
   [junit4]   2> 301505 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674483015865073664)]} 0 1
   [junit4]   2> 301506 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674483015866122240)]} 0 0
   [junit4]   2> 301507 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674483015867170816)]} 0 0
   [junit4]   2> 301509 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674483015869267968)]} 0 0
   [junit4]   2> 301509 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674483015869267969)]} 0 0
   [junit4]   2> 301511 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674483015871365120)]} 0 0
   [junit4]   2> 301512 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674483015872413696)]} 0 0
   [junit4]   2> 301514 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674483015873462272)]} 0 0
   [junit4]   2> 301515 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674483015875559424)]} 0 0
   [junit4]   2> 301516 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674483015876608000)]} 0 0
   [junit4]   2> 301517 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674483015877656576)]} 0 0
   [junit4]   2> 301519 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674483015879753728)]} 0 0
   [junit4]   2> 301521 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674483015881850880)]} 0 0
   [junit4]   2> 301523 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674483015883948032)]} 0 0
   [junit4]   2> 301524 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674483015884996608)]} 0 0
   [junit4]   2> 301525 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674483015886045184)]} 0 0
   [junit4]   2> 301527 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674483015888142336)]} 0 0
   [junit4]   2> 301529 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674483015890239488)]} 0 0
   [junit4]   2> 301531 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674483015892336640)]} 0 0
   [junit4]   2> 301533 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674483015893385216)]} 0 0
   [junit4]   2> 301534 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674483015895482368)]} 0 0
   [junit4]   2> 301535 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674483015896530944)]} 0 0
   [junit4]   2> 301537 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674483015898628096)]} 0 0
   [junit4]   2> 301538 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674483015899676672)]} 0 0
   [junit4]   2> 301539 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674483015900725248)]} 0 0
   [junit4]   2> 301540 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674483015901773824)]} 0 0
   [junit4]   2> 301541 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674483015902822400)]} 0 0
   [junit4]   2> 301543 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674483015903870976)]} 0 0
   [junit4]   2> 301545 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674483015905968128)]} 0 0
   [junit4]   2> 301547 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674483015909113856)]} 0 0
   [junit4]   2> 301549 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674483015911211008)]} 0 0
   [junit4]   2> 301549 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674483015911211009)]} 0 0
   [junit4]   2> 301553 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674483015914356736)]} 0 0
   [junit4]   2> 301554 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674483015916453888)]} 0 0
   [junit4]   2> 301555 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674483015917502464)]} 0 0
   [junit4]   2> 301556 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674483015918551040)]} 0 0
   [junit4]   2> 301557 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674483015919599616)]} 0 0
   [junit4]   2> 301558 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674483015920648192)]} 0 0
   [junit4]   2> 301560 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674483015922745344)]} 0 0
   [junit4]   2> 301561 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674483015922745345)]} 0 0
   [junit4]   2> 301562 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674483015924842496)]} 0 0
   [junit4]   2> 301563 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674483015925891072)]} 0 0
   [junit4]   2> 301565 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674483015927988224)]} 0 0
   [junit4]   2> 301566 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674483015929036800)]} 0 0
   [junit4]   2> 301568 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1674483015931133952)]} 0 0
   [junit4]   2> 301569 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1674483015932182528)]} 0 0
   [junit4]   2> 301569 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1674483015932182529)]} 0 0
   [junit4]   2> 301569 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1674483015932182530)]} 0 0
   [junit4]   2> 301569 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1674483015932182531)]} 0 0
   [junit4]   2> 301573 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1674483015936376832)]} 0 0
   [junit4]   2> 301610 INFO  (OverseerCollectionConfigSetProcessor-72165762554462212-127.0.0.1:58735_solr-n_0000000000) [n:127.0.0.1:58735_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 301644 INFO  (searcherExecutor-1950-thread-1-processing-n:127.0.0.1:58735_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 301646 INFO  (searcherExecutor-1950-thread-1-processing-n:127.0.0.1:58735_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 301646 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 71
   [junit4]   2> 301650 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301653 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301657 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301658 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301658 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301659 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301659 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301660 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301660 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301661 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301662 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301662 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301663 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 301676 INFO  (qtp1936463757-2879) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301679 INFO  (qtp1936463757-2880) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301681 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301681 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301684 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301684 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301685 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301685 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301685 INFO  (qtp1936463757-2943) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301691 INFO  (zkCallback-1932-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 321 ms
   [junit4]   2> 301692 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301692 INFO  (qtp1936463757-2878) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301693 INFO  (qtp1936463757-2942) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301693 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 301695 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[6D36CF47FB87CDE6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testConcurrentQueries
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestRateLimiter -Dtests.method=testConcurrentQueries -Dtests.seed=6D36CF47FB87CDE6 -Dtests.slow=true -Dtests.locale=en-GH -Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.17s J1 | TestRequestRateLimiter.testConcurrentQueries <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6D36CF47FB87CDE6:2FAD2C627BE0B8C7]:0)
   [junit4]    > 	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 301710 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[6D36CF47FB87CDE6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 301710 INFO  (qtp1936463757-2877) [n:127.0.0.1:58735_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 301717 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c2
   [junit4]   2> 301719 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 301728 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 301736 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 301742 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c2.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 301752 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 301761 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 301781 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 301794 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 301805 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c2.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 301813 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 301822 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 301833 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 301841 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 301853 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 301861 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 301872 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 301881 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 301889 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 301901 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 301912 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c2.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 301921 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c2.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 301932 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c2.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 301940 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c2.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 301948 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c2.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 301955 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c2.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 301963 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c2.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 301970 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c2.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 301980 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c2.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 301986 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c2.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 301994 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c2.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 302005 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c2.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 302019 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c2.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 302031 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c2.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 302042 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c2.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 302052 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c2.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 302062 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c2.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 302074 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c2.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 302082 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c2.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 302094 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c2.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 302106 INFO  (OverseerThreadFactory-1938-thread-2-processing-n:127.0.0.1:58735_solr) [n:127.0.0.1:58735_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c2.AUTOCREATED/lang/hyphenations_ga.txt

[...truncated too long message...]

er_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 303307 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[6D36CF47FB87CDE6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSlotBorrowing
   [junit4]   2> 303416 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=561137089
   [junit4]   2> 303417 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58735_solr
   [junit4]   2> 303420 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 303420 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58735_solr as DOWN
   [junit4]   2> 303420 INFO  (zkCallback-1932-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 303424 INFO  (coreCloseExecutor-1967-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@461cbfd7
   [junit4]   2> 303424 INFO  (coreCloseExecutor-1967-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@461cbfd7
   [junit4]   2> 303424 INFO  (coreCloseExecutor-1967-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7256f2d9: rootName = solr_58735, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@3c93fe15
   [junit4]   2> 303424 INFO  (coreCloseExecutor-1967-thread-2) [n:127.0.0.1:58735_solr     ] o.a.s.c.SolrCore [c2_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f012d15
   [junit4]   2> 303431 INFO  (coreCloseExecutor-1967-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@461cbfd7
   [junit4]   2> 303431 INFO  (coreCloseExecutor-1967-thread-2) [n:127.0.0.1:58735_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c2.shard1.replica_n1 tag=SolrCore@7f012d15
   [junit4]   2> 303431 INFO  (coreCloseExecutor-1967-thread-2) [n:127.0.0.1:58735_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@673ca598: rootName = solr_58735, domain = solr.core.c2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@1ae702df
   [junit4]   2> 303431 INFO  (coreCloseExecutor-1967-thread-1) [n:127.0.0.1:58735_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 303438 INFO  (coreCloseExecutor-1967-thread-2) [n:127.0.0.1:58735_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@7f012d15
   [junit4]   2> 303438 INFO  (coreCloseExecutor-1967-thread-2) [n:127.0.0.1:58735_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 303443 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 303443 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d835130: rootName = solr_58735, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@35bed92c
   [junit4]   2> 303447 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 303448 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@718ab2: rootName = solr_58735, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7f7324a6
   [junit4]   2> 303450 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 303450 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27be1bba: rootName = solr_58735, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@557ad821
   [junit4]   2> 303450 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 303451 INFO  (closeThreadPool-1969-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72165762554462212-127.0.0.1:58735_solr-n_0000000000) closing
   [junit4]   2> 303451 INFO  (OverseerStateUpdate-72165762554462212-127.0.0.1:58735_solr-n_0000000000) [n:127.0.0.1:58735_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58735_solr
   [junit4]   2> 303452 INFO  (closeThreadPool-1969-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72165762554462212-127.0.0.1:58735_solr-n_0000000000) closing
   [junit4]   2> 303555 INFO  (jetty-closer-1963-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72165762554462212-127.0.0.1:58735_solr-n_0000000000) closing
   [junit4]   2> 303555 INFO  (jetty-closer-1963-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7dabe790{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 303555 INFO  (jetty-closer-1963-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e7560eb{/solr,null,UNAVAILABLE}
   [junit4]   2> 303555 INFO  (jetty-closer-1963-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 303555 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 303767 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	8	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 303774 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58716
   [junit4]   2> 303774 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58716
   [junit4]   2> 303774 INFO  (SUITE-TestRequestRateLimiter-seed#[6D36CF47FB87CDE6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58716
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.TestRequestRateLimiter_6D36CF47FB87CDE6-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-GH, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=177173296,total=318767104
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, RankQParserPluginTest, MetricsHistoryIntegrationTest, MetricsHistoryHandlerTest, RandomizedTaggerTest, TestSolrJ, TestLegacyNumericRangeQueryBuilder, MetricUtilsTest, InfoHandlerTest, FullHLLTest, TestUnInvertedFieldException, TestLegacyNumericUtils, SortSpecParsingTest, SolrXmlInZkTest, TestElisionMultitermQuery, TestRandomFlRTGCloud, TestExactStatsCacheCloud, TestFieldCache, CloneFieldUpdateProcessorFactoryTest, TestRandomDVFaceting, DistributedQueryComponentCustomSortTest, BJQFilterAccessibleTest, NumberUtilsTest, TestLuceneIndexBackCompat, TestBlobHandler, TestOmitPositions, TestDistribDocBasedVersion, ZkControllerTest, DateFieldTest, BasicAuthOnSingleNodeTest, TestRawTransformer, DistributedTermsComponentTest, TestSolrCloudWithKerberosAlt, TestFuzzyAnalyzedSuggestions, TestRequestRateLimiter]
   [junit4] Completed [141/864 (1!)] on J1 in 7.42s, 2 tests, 1 failure <<< FAILURES!

[...truncated 54422 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9203/consoleText

[repro] Revision: bd1dd6bdfb5b64bc4c332dc5d11aa4a9e300e0b8

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestRequestRateLimiter
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRequestRateLimiter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=6D36CF47FB87CDE6 -Dtests.slow=true -Dtests.locale=en-GH -Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 9202 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9202/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.testFailedMove

Error Message:
expected:<100> but was:<44>

Stack Trace:
java.lang.AssertionError: expected:<100> but was:<44>
	at __randomizedtesting.SeedInfo.seed([B18D3E83B30A8201:1B40ED7104D957D1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:306)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([B18D3E83B30A8201:9AD8BCDC5C79A5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([B18D3E83B30A8201:F316DDA6336DF720]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 13762 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaTest
   [junit4]   2> 1111723 INFO  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1111723 INFO  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1111725 INFO  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\data-dir-161-001
   [junit4]   2> 1111725 WARN  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1111726 INFO  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1111727 INFO  (SUITE-MoveReplicaTest-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1111731 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1111733 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001
   [junit4]   2> 1111734 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1111735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1111735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1111739 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1111842 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.ZkTestServer start zk server on port: 55202
   [junit4]   2> 1111842 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55202
   [junit4]   2> 1111842 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55202
   [junit4]   2> 1111842 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55202
   [junit4]   2> 1111845 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111852 INFO  (zkConnectionManagerCallback-6501-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111853 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111859 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111864 INFO  (zkConnectionManagerCallback-6503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111864 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111866 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111871 INFO  (zkConnectionManagerCallback-6505-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111871 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1111988 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1111989 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1111990 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21e9510e{/solr,null,AVAILABLE}
   [junit4]   2> 1111990 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1111990 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1111990 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f4b0072{/solr,null,AVAILABLE}
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1111991 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bffc3bb{/solr,null,AVAILABLE}
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14ead87e{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:55216}
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-2) [     ] o.e.j.s.Server Started @1112270ms
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19e0e372{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:55219}
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45d12dfa{/solr,null,AVAILABLE}
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-4) [     ] o.e.j.s.Server Started @1112270ms
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55219}
   [junit4]   2> 1111992 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55216}
   [junit4]   2> 1111993 ERROR (jetty-launcher-6506-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1111993 ERROR (jetty-launcher-6506-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T14:16:21.659202700Z
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1111993 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T14:16:21.659202700Z
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@29183423{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:55233}
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7721ef0a{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:55230}
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.e.j.s.Server Started @1112272ms
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.e.j.s.Server Started @1112272ms
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55233}
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55230}
   [junit4]   2> 1111994 ERROR (jetty-launcher-6506-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1111994 ERROR (jetty-launcher-6506-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1111994 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1111995 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T14:16:21.661279800Z
   [junit4]   2> 1111995 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1111995 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T14:16:21.661279800Z
   [junit4]   2> 1111996 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111996 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111999 INFO  (zkConnectionManagerCallback-6510-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111999 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111999 INFO  (zkConnectionManagerCallback-6508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111999 INFO  (zkConnectionManagerCallback-6514-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111999 INFO  (zkConnectionManagerCallback-6512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1111999 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111999 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111999 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112000 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1112000 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1112000 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1112000 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1112004 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1112004 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1112005 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1112005 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1112009 WARN  (jetty-launcher-6506-thread-2-SendThread(127.0.0.1:55202)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1006177d8a00003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1006177d8a00003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1006177d8a00003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1112224 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1112225 WARN  (jetty-launcher-6506-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c7d6399[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112225 WARN  (jetty-launcher-6506-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c7d6399[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112228 WARN  (jetty-launcher-6506-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c53bd41[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112228 WARN  (jetty-launcher-6506-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c53bd41[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112229 INFO  (jetty-launcher-6506-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55202/solr
   [junit4]   2> 1112230 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112234 INFO  (zkConnectionManagerCallback-6527-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1112234 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112399 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1112399 WARN  (jetty-launcher-6506-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b3d563a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112399 WARN  (jetty-launcher-6506-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b3d563a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112403 WARN  (jetty-launcher-6506-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1154d6f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112403 WARN  (jetty-launcher-6506-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1154d6f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112406 INFO  (jetty-launcher-6506-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55202/solr
   [junit4]   2> 1112407 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112407 INFO  (zkConnectionManagerCallback-6539-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1112407 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112447 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55216_solr
   [junit4]   2> 1112451 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.Overseer Overseer (id=72164761401294856-127.0.0.1:55216_solr-n_0000000000) starting
   [junit4]   2> 1112463 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1112465 WARN  (jetty-launcher-6506-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35bd5868[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112465 WARN  (jetty-launcher-6506-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35bd5868[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112469 WARN  (jetty-launcher-6506-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5446a457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112469 WARN  (jetty-launcher-6506-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5446a457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112470 INFO  (jetty-launcher-6506-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55202/solr
   [junit4]   2> 1112471 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112476 INFO  (zkConnectionManagerCallback-6551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1112476 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112484 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55216_solr
   [junit4]   2> 1112484 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55216_solr
   [junit4]   2> 1112493 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1112496 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1112499 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1112499 WARN  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1112522 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55230_solr as DOWN
   [junit4]   2> 1112526 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1112530 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1112530 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55230_solr
   [junit4]   2> 1112530 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1112530 WARN  (jetty-launcher-6506-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@594e155d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112533 WARN  (jetty-launcher-6506-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@594e155d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112538 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1112538 INFO  (zkCallback-6538-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1112539 WARN  (jetty-launcher-6506-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ab085e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112539 WARN  (jetty-launcher-6506-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ab085e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1112540 INFO  (jetty-launcher-6506-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55202/solr
   [junit4]   2> 1112541 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112545 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1112545 WARN  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1112545 INFO  (zkConnectionManagerCallback-6567-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1112545 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112550 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112556 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112556 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112558 INFO  (jetty-launcher-6506-thread-2) [n:127.0.0.1:55216_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node2
   [junit4]   2> 1112566 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1112571 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1112593 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55233_solr as DOWN
   [junit4]   2> 1112599 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1112599 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55233_solr
   [junit4]   2> 1112599 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112604 INFO  (zkCallback-6538-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1112604 INFO  (zkCallback-6566-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1112604 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1112607 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112608 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112610 INFO  (jetty-launcher-6506-thread-1) [n:127.0.0.1:55230_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node1
   [junit4]   2> 1112611 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1112612 WARN  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1112637 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1112655 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112661 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112661 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112663 INFO  (jetty-launcher-6506-thread-3) [n:127.0.0.1:55233_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node4
   [junit4]   2> 1112721 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1112728 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55219_solr as DOWN
   [junit4]   2> 1112730 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1112730 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55219_solr
   [junit4]   2> 1112734 INFO  (zkCallback-6566-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1112734 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1112734 INFO  (zkCallback-6538-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1112734 INFO  (zkCallback-6526-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1112735 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1112735 WARN  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1112769 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1112795 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112804 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112804 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1112806 INFO  (jetty-launcher-6506-thread-4) [n:127.0.0.1:55219_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node3
   [junit4]   2> 1112843 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1112845 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112851 INFO  (zkConnectionManagerCallback-6593-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1112852 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112853 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1112858 INFO  (TEST-MoveReplicaTest.testFailedMove-seed#[B18D3E83B30A8201]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55202/solr ready
   [junit4]   2> 1112971 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1113027 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=56
   [junit4]   2> 1113029 INFO  (qtp320374786-9697) [n:127.0.0.1:55219_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&collection.configName=conf1&name=MoveReplicaTest_failed_coll_true&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1113051 INFO  (OverseerCollectionConfigSetProcessor-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1113051 INFO  (OverseerThreadFactory-6556-thread-2-processing-n:127.0.0.1:55216_solr) [n:127.0.0.1:55216_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaTest_failed_coll_true
   [junit4]   2> 1113224 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55230/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55230_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1113241 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55216/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55216_solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1113262 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55233/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55233_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1113345 INFO  (OverseerStateUpdate-72164761401294856-127.0.0.1:55216_solr-n_0000000000) [n:127.0.0.1:55216_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard2_replica_p7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55219/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55219_solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1113584 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr    x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_p2&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1113586 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr    x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1113587 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr    x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1113588 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr    x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1113615 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr    x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_p7&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1113667 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1113671 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1113674 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1113675 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard1_replica_p2' using configuration from configset conf1, trusted=true
   [junit4]   2> 1113676 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1113680 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard2_replica_n4' using configuration from configset conf1, trusted=true
   [junit4]   2> 1113711 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1113718 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard2_replica_p7' using configuration from configset conf1, trusted=true
   [junit4]   2> 1113723 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 1113732 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 1113737 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 1113750 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 1113754 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1113754 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_p2' (registry 'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1113754 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.SolrCore [[MoveReplicaTest_failed_coll_true_shard1_replica_p2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node2\MoveReplicaTest_failed_coll_true_shard1_replica_p2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node2\MoveReplicaTest_failed_coll_true_shard1_replica_p2\data\]
   [junit4]   2> 1113780 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1113783 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1113784 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore [[MoveReplicaTest_failed_coll_true_shard2_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node4\MoveReplicaTest_failed_coll_true_shard2_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node4\MoveReplicaTest_failed_coll_true_shard2_replica_n4\data\]
   [junit4]   2> 1113786 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1113788 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1113788 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore [[MoveReplicaTest_failed_coll_true_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node1\MoveReplicaTest_failed_coll_true_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node1\MoveReplicaTest_failed_coll_true_shard1_replica_n1\data\]
   [junit4]   2> 1113806 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1113806 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_p7' (registry 'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_p7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d383975
   [junit4]   2> 1113806 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.SolrCore [[MoveReplicaTest_failed_coll_true_shard2_replica_p7] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node3\MoveReplicaTest_failed_coll_true_shard2_replica_p7], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MoveReplicaTest_B18D3E83B30A8201-001\tempDir-001\node3\MoveReplicaTest_failed_coll_true_shard2_replica_p7\data\]
   [junit4]   2> 1113986 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1113986 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1113996 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1114000 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1114001 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114006 INFO  (searcherExecutor-6595-thread-1-processing-n:127.0.0.1:55216_solr x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_p2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1114018 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1114018 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1114020 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1114020 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1114044 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1114044 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.ZkController MoveReplicaTest_failed_coll_true_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 1114044 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 1114044 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1114048 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114048 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1114048 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114048 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1114048 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1114048 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1114048 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1114052 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1114052 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1114052 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114052 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674467012738285568
   [junit4]   2> 1114052 INFO  (searcherExecutor-6601-thread-1-processing-n:127.0.0.1:55219_solr x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard2_replica_p7]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1114056 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1114056 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1114064 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1114069 INFO  (searcherExecutor-6597-thread-1-processing-n:127.0.0.1:55233_solr x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1114073 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1114073 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114073 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674467012760305664
   [junit4]   2> 1114099 INFO  (searcherExecutor-6599-thread-1-processing-n:127.0.0.1:55230_solr x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1114109 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.ZkController MoveReplicaTest_failed_coll_true_shard2_replica_p7 starting background replication from leader
   [junit4]   2> 1114109 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 1114110 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1114110 INFO  (qtp320374786-9705) [n:127.0.0.1:55219_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p7 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1114148 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_failed_coll_true/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 1114148 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_failed_coll_true/leaders/shard2
   [junit4]   2> 1114185 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_failed_coll_true/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1114185 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_failed_coll_true/leaders/shard1
   [junit4]   2> 1114274 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1114274 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1114274 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:55230/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/
   [junit4]   2> 1114281 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1114283 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1114283 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1114283 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:55233/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/
   [junit4]   2> 1114283 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:55230/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/ has no replicas
   [junit4]   2> 1114283 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MoveReplicaTest_failed_coll_true/leaders/shard1/leader after winning as /collections/MoveReplicaTest_failed_coll_true/leader_elect/shard1/election/72164761401294857-core_node3-n_0000000000
   [junit4]   2> 1114295 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1114296 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy https://127.0.0.1:55233/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/ has no replicas
   [junit4]   2> 1114296 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MoveReplicaTest_failed_coll_true/leaders/shard2/leader after winning as /collections/MoveReplicaTest_failed_coll_true/leader_elect/shard2/election/72164761401294858-core_node6-n_0000000000
   [junit4]   2> 1114314 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:55230/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/ shard1
   [junit4]   2> 1114350 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:55233/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/ shard2
   [junit4]   2> 1114463 INFO  (zkCallback-6566-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114463 INFO  (zkCallback-6526-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114463 INFO  (zkCallback-6538-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114463 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114464 INFO  (zkCallback-6538-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114464 INFO  (zkCallback-6526-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114464 INFO  (zkCallback-6550-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114468 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node6 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1114468 INFO  (indexFetcher-6619-thread-1) [     ] o.a.s.h.IndexFetcher Replica core_node6 is leader but it's state is down, skipping replication
   [junit4]   2> 1114470 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, skipping replication
   [junit4]   2> 1114495 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1114509 INFO  (qtp2046611371-9711) [n:127.0.0.1:55233_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=922
   [junit4]   2> 1114521 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=935
   [junit4]   2> 1114622 INFO  (zkCallback-6550-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114622 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114622 INFO  (zkCallback-6566-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114623 INFO  (zkCallback-6566-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1114624 INFO  (zkCallback-6550-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection [MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1115050 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 1115069 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Updated leaderUrl to https://127.0.0.1:55230/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/
   [junit4]   2> 1115103 INFO  (qtp504541966-9685) [n:127.0.0.1:55216_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_p2&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=1519
   [junit4]   2> 1115103 INFO  (qtp2111407226-9703) [n:127.0.0.1:55230_solr c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.S.Request [MoveReplicaTest_failed_coll_true_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1115105 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Leader's generation: 1
   [junit4]   2> 1115105 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Leader's version: 0
   [junit4]   2> 1115105 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Follower's generation: 1
   [junit4]   2> 1115105 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher Follower's version: 0
   [junit4]   2> 1115105 INFO  (indexFetcher-6612-thread-1) [     ] o.a.s.h.IndexFetcher New index in Leader. Deleting mine...
   [junit4]   2> 1115111 INFO  (indexFetcher-6619-thread-1) [     ] o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 1115112 INFO  (indexFetcher-6619-thread-1) [     ] o.a.s.h.IndexFetcher Updated leaderUrl to https://127.0.0.1:55233/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/
   [junit4]   2> 1115161 INFO  (searcherExecutor-6595-thread-1) [     ] o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_p2]  Registered new sear

[...truncated too long message...]

7.0.0.1:59416_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@52b6e92d
   [junit4]   2> 1768765 INFO  (coreCloseExecutor-14669-thread-2) [n:127.0.0.1:59416_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1768777 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1768777 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ab6bd80: rootName = solr_59416, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@533aba
   [junit4]   2> 1768782 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1768782 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77717512: rootName = solr_59416, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6bf4a078
   [junit4]   2> 1768784 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1768784 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2be2ca24: rootName = solr_59416, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1f9bf62c
   [junit4]   2> 1768784 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1768787 INFO  (closeThreadPool-14671-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72164804039213060-127.0.0.1:59416_solr-n_0000000000) closing
   [junit4]   2> 1768787 INFO  (OverseerStateUpdate-72164804039213060-127.0.0.1:59416_solr-n_0000000000) [n:127.0.0.1:59416_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59416_solr
   [junit4]   2> 1768788 INFO  (closeThreadPool-14671-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72164804039213060-127.0.0.1:59416_solr-n_0000000000) closing
   [junit4]   2> 1768891 INFO  (jetty-closer-14665-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72164804039213060-127.0.0.1:59416_solr-n_0000000000) closing
   [junit4]   2> 1768897 INFO  (jetty-closer-14665-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4dcb1045{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1768899 INFO  (jetty-closer-14665-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@293aacad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1768920 INFO  (jetty-closer-14665-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1768921 INFO  (SUITE-TestRequestRateLimiter-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1769178 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c2/terms/shard1
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c2/state.json
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1769187 INFO  (SUITE-TestRequestRateLimiter-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59403
   [junit4]   2> 1769187 INFO  (SUITE-TestRequestRateLimiter-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59403
   [junit4]   2> 1769187 INFO  (SUITE-TestRequestRateLimiter-seed#[B18D3E83B30A8201]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59403
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.servlet.TestRequestRateLimiter_B18D3E83B30A8201-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=895, maxMBSortInHeap=5.525192945029767, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=km-KH, timezone=Asia/Ulan_Bator
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=80136440,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminHandlerTest, ForceLeaderWithTlogReplicasTest, TestScoreJoinQPNoScore, TestReloadAndDeleteDocs, SimpleMLTQParserTest, MetricsConfigTest, MBeansHandlerTest, TestConfigSets, TestPayloadScoreQParserPlugin, TestExportTool, PKIAuthenticationIntegrationTest, CollectionsAPIAsyncDistributedZkTest, SegmentsInfoRequestHandlerTest, TestContainerPlugin, JavaBinAtomicUpdateMultivalueTest, DistributedSpellCheckComponentTest, TestExpandComponent, ClassificationUpdateProcessorIntegrationTest, TestLazyCores, ShardSplitTest, SystemCollectionCompatTest, TestSolrConfigHandlerCloud, TestReplicationHandlerDiskOverFlow, HighlighterTest, AuditLoggerPluginTest, OverseerCollectionConfigSetProcessorTest, BJQParserTest, DistributedFacetPivotWhiteBoxTest, TestSchemaManager, SaslZkACLProviderTest, TestCustomDocTransformer, SampleTest, TestQueryingOnDownCollection, TestZkAclsWithHadoopAuth, TestCustomSort, DisMaxRequestHandlerTest, TestFunctionQuery, VMParamsZkACLAndCredentialsProvidersTest, TestChildDocTransformer, TaggingAttributeTest, DistributedFacetExistsSmallTest, TransactionLogTest, ReplicationFactorTest, TestSha256AuthenticationProvider, DistribJoinFromCollectionTest, ResponseHeaderTest, TestNumericTerms64, TestUseDocValuesAsStored2, SignificantTermsQParserPluginTest, SuggestComponentTest, TestSolrCloudSnapshots, TestWordDelimiterFilterFactory, SearchHandlerTest, TestRemoteStreaming, TestAtomicUpdateErrorCases, HdfsChaosMonkeyNothingIsSafeTest, TestSkipOverseerOperations, AliasIntegrationTest, TestHdfsCloudBackupRestore, TestCloudInspectUtil, TestCaffeineCache, MissingSegmentRecoveryTest, TestDirectoryFactory, RecoveryAfterSoftCommitTest, LeaderElectionContextKeyTest, SpatialRPTFieldTypeTest, DeleteReplicaTest, TestSolrCoreProperties, URLClassifyProcessorTest, HealthCheckHandlerTest, DynamicMapsTest, AtomicUpdateProcessorFactoryTest, CdcrBidirectionalTest, TestLRUStatsCacheCloud, TestPerFieldSimilarity, TestRequestForwarding, MoreLikeThisComponentTest, TestSlowCompositeReaderWrapper, SimplePostToolTest, SolrCLIZkUtilsTest, TestRandomCollapseQParserPlugin, ZkStateWriterTest, PluginInfoTest, TestFilteredDocIdSet, TestMissingGroups, TestDynamicFieldNamesIndexCorrectly, TestOnReconnectListenerSupport, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestWaitForStateWithJettyShutdowns, ZkCLITest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, AlternateDirectoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, ResourceLoaderTest, TestCodecSupport, TestCorePropertiesReload, TestCustomStream, TestCoreBackup, TestReplicationHandlerBackup, TestReqParamsAPI, TestSQLHandlerNonCloud, XmlUpdateRequestHandlerTest, CoreAdminCreateDiscoverTest, InfoHandlerTest, LoggingHandlerTest, LukeRequestHandlerTest, SplitHandlerTest, DistributedExpandComponentTest, JavabinLoaderTest, TestLegacyField, TestLegacyNumericUtils, TestNumericRangeQuery32, SolrShardReporterTest, TestManagedSynonymFilterFactory, IndexSchemaTest, PreAnalyzedFieldManagedSchemaCloudTest, TestManagedSchemaAPI, TestTextField, TestUseDocValuesAsStored, MaxScoreCollectorTest, MergeStrategyTest, TestStandardQParsers, TestStressRecovery, TestStressReorder, TestTrieFacet, TestCloudJSONFacetJoinDomain, TestOrdValues, TestSortByMinMaxFunction, CrossCollectionJoinQueryTest, TestLRUStatsCache, NoCacheHeaderTest, SolrRequestParserTest, TestRequestRateLimiter]
   [junit4] Completed [804/864 (2!)] on J4 in 9.54s, 2 tests, 2 failures <<< FAILURES!

[...truncated 52133 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9202/consoleText

[repro] Revision: bd1dd6bdfb5b64bc4c332dc5d11aa4a9e300e0b8

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       MoveReplicaTest
[repro]       TestRequestRateLimiter
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.MoveReplicaTest|*.TestRequestRateLimiter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=B18D3E83B30A8201 -Dtests.slow=true -Dtests.locale=en-AI -Dtests.timezone=Europe/Oslo -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 112 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.MoveReplicaTest
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9201 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9201/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([DD3F46E302ECD115:35E3EB01F104CB35]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1002)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:962)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:161)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped org.apache.solr.util.circuitbreaker.MemoryCircuitBreaker seenMemory=493640408 allowedMemory=395575296

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2608)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:976)
	... 41 more


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
	at __randomizedtesting.SeedInfo.seed([DD3F46E302ECD115:9FA4A5C6828BA434]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected > 0  incoming 0
	at __randomizedtesting.SeedInfo.seed([DD3F46E302ECD115:6C28A0DC6DBA2AB1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14873 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 1363979 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1363980 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_DD3F46E302ECD115-001\data-dir-139-001
   [junit4]   2> 1363980 WARN  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1363981 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1363982 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1363982 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1363982 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_DD3F46E302ECD115-001\tempDir-001
   [junit4]   2> 1363983 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1363984 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1363984 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1363986 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1364096 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 55056
   [junit4]   2> 1364096 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55056
   [junit4]   2> 1364096 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55056
   [junit4]   2> 1364096 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55056
   [junit4]   2> 1364098 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364104 INFO  (zkConnectionManagerCallback-14782-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364104 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364110 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364121 INFO  (zkConnectionManagerCallback-14784-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364121 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364121 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364126 INFO  (zkConnectionManagerCallback-14786-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364126 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364237 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1364237 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1364237 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1364239 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1364239 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1364239 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1364239 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4df7ccb2{/solr,null,AVAILABLE}
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7fe4b3a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55078}
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.e.j.s.Server Started @1365534ms
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55078}
   [junit4]   2> 1364241 ERROR (jetty-launcher-14787-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-08T09:44:08.540835300Z
   [junit4]   2> 1364241 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364245 INFO  (zkConnectionManagerCallback-14789-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364245 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364246 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1364353 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1364358 WARN  (jetty-launcher-14787-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c3137cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1364358 WARN  (jetty-launcher-14787-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c3137cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1364361 WARN  (jetty-launcher-14787-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76ba6aad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1364361 WARN  (jetty-launcher-14787-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76ba6aad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1364361 INFO  (jetty-launcher-14787-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55056/solr
   [junit4]   2> 1364365 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364381 INFO  (zkConnectionManagerCallback-14799-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364381 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364891 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55078_solr
   [junit4]   2> 1364898 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.Overseer Overseer (id=72163689906700292-127.0.0.1:55078_solr-n_0000000000) starting
   [junit4]   2> 1364922 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55078_solr
   [junit4]   2> 1364923 INFO  (OverseerStateUpdate-72163689906700292-127.0.0.1:55078_solr-n_0000000000) [n:127.0.0.1:55078_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55078_solr
   [junit4]   2> 1364926 INFO  (OverseerStateUpdate-72163689906700292-127.0.0.1:55078_solr-n_0000000000) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1364926 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1364926 WARN  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1364946 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1364963 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55078.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@426abea9
   [junit4]   2> 1364966 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55078.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@426abea9
   [junit4]   2> 1364966 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55078.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@426abea9
   [junit4]   2> 1364970 INFO  (jetty-launcher-14787-thread-1) [n:127.0.0.1:55078_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_DD3F46E302ECD115-001\tempDir-001\node1
   [junit4]   2> 1364986 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1364990 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1365002 INFO  (zkConnectionManagerCallback-14814-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365002 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1365002 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1365006 INFO  (SUITE-TestRequestRateLimiter-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55056/solr ready
   [junit4]   2> 1365032 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DD3F46E302ECD115]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 1365034 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1365041 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 1365043 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1365050 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 1365059 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1365071 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1365083 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1365094 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1365113 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1365130 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1365150 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1365166 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1365179 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1365191 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1365204 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1365212 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1365219 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1365227 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1365238 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1365247 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1365254 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1365262 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1365275 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1365287 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1365295 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1365305 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1365324 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1365335 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1365343 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1365354 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1365364 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1365371 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1365379 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1365396 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1365406 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1365418 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1365442 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1365459 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1365480 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1365491 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1365508 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1365515 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1365527 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1365533 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1365543 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 1365553 INFO  (OverseerThreadFactory-14804-thread-1-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 1365681 INFO  (OverseerStateUpdate-72163689906700292-127.0.0.1:55078_solr-n_0000000000) [n:127.0.0.1:55078_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55078/solr",
   [junit4]   2>   "node_name":"127.0.0.1:55078_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1365886 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1365886 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1365906 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1365924 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 1365927 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1366264 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1366264 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55078.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@426abea9
   [junit4]   2> 1366264 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_DD3F46E302ECD115-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.TestRequestRateLimiter_DD3F46E302ECD115-001\tempDir-001\node1\c1_shard1_replica_n1\data\]
   [junit4]   2> 1366349 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1366349 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1366352 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1366352 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1366355 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 1366355 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 1366355 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1366356 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1366356 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1366356 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 1366357 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1366357 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674449886281465856
   [junit4]   2> 1366359 INFO  (searcherExecutor-14816-thread-1-processing-n:127.0.0.1:55078_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1366359 INFO  (searcherExecutor-14816-thread-1-processing-n:127.0.0.1:55078_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1366360 INFO  (searcherExecutor-14816-thread-1-processing-n:127.0.0.1:55078_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1366373 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1366373 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 1366390 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1366390 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1366390 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55078/solr/c1_shard1_replica_n1/
   [junit4]   2> 1366391 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1366391 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55078/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1366391 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72163689906700292-core_node2-n_0000000000
   [junit4]   2> 1366395 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55078/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 1366502 INFO  (zkCallback-14798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366503 INFO  (zkCallback-14798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366508 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1366514 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=628
   [junit4]   2> 1366524 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1366616 INFO  (zkCallback-14798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366616 INFO  (zkCallback-14798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366616 INFO  (zkCallback-14798-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366620 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1585
   [junit4]   2> 1366620 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DD3F46E302ECD115]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 1366709 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1366709 INFO  (zkCallback-14798-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1366710 INFO  (zkCallback-14798-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 1366712 INFO  (zkCallback-14798-thread-3) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1366714 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1366714 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1674449886650564608)]} 0 91
   [junit4]   2> 1366716 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1674449886657904640)]} 0 1
   [junit4]   2> 1366717 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1674449886658953216)]} 0 0
   [junit4]   2> 1366718 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1674449886660001792)]} 0 0
   [junit4]   2> 1366718 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1674449886660001793)]} 0 0
   [junit4]   2> 1366719 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1674449886661050368)]} 0 0
   [junit4]   2> 1366719 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1674449886661050369)]} 0 0
   [junit4]   2> 1366719 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1674449886661050370)]} 0 0
   [junit4]   2> 1366720 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1674449886662098944)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1674449886663147520)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1674449886663147521)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1674449886663147522)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1674449886663147523)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1674449886663147524)]} 0 0
   [junit4]   2> 1366721 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1674449886663147525)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1674449886666293248)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1674449886666293249)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1674449886666293250)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1674449886666293251)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1674449886666293252)]} 0 0
   [junit4]   2> 1366724 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1674449886666293253)]} 0 0
   [junit4]   2> 1366727 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1674449886669438976)]} 0 0
   [junit4]   2> 1366727 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1674449886669438977)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1674449886670487552)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1674449886670487553)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1674449886670487554)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1674449886670487555)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1674449886670487556)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1674449886670487557)]} 0 0
   [junit4]   2> 1366728 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1674449886670487558)]} 0 0
   [junit4]   2> 1366736 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1674449886677827584)]} 0 4
   [junit4]   2> 1366737 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1674449886679924736)]} 0 0
   [junit4]   2> 1366737 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1674449886679924737)]} 0 0
   [junit4]   2> 1366737 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1674449886679924738)]} 0 0
   [junit4]   2> 1366738 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1674449886680973312)]} 0 0
   [junit4]   2> 1366738 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1674449886680973313)]} 0 0
   [junit4]   2> 1366739 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1674449886682021888)]} 0 0
   [junit4]   2> 1366739 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1674449886682021889)]} 0 0
   [junit4]   2> 1366740 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1674449886683070464)]} 0 0
   [junit4]   2> 1366740 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1674449886683070465)]} 0 0
   [junit4]   2> 1366742 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1674449886685167616)]} 0 0
   [junit4]   2> 1366742 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1674449886685167617)]} 0 0
   [junit4]   2> 1366744 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1674449886686216192)]} 0 0
   [junit4]   2> 1366744 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1674449886687264768)]} 0 0
   [junit4]   2> 1366744 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1674449886687264769)]} 0 0
   [junit4]   2> 1366745 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1674449886688313344)]} 0 0
   [junit4]   2> 1366746 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1674449886689361920)]} 0 0
   [junit4]   2> 1366748 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1674449886691459072)]} 0 0
   [junit4]   2> 1366749 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1674449886692507648)]} 0 0
   [junit4]   2> 1366751 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1674449886694604800)]} 0 0
   [junit4]   2> 1366752 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1674449886694604801)]} 0 0
   [junit4]   2> 1366752 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1674449886695653376)]} 0 0
   [junit4]   2> 1366752 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1674449886695653377)]} 0 0
   [junit4]   2> 1366753 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1674449886696701952)]} 0 0
   [junit4]   2> 1366754 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1674449886697750528)]} 0 0
   [junit4]   2> 1366754 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1674449886697750529)]} 0 0
   [junit4]   2> 1366755 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1674449886698799104)]} 0 0
   [junit4]   2> 1366755 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1674449886698799105)]} 0 0
   [junit4]   2> 1366755 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1674449886698799106)]} 0 0
   [junit4]   2> 1366756 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1674449886699847680)]} 0 0
   [junit4]   2> 1366756 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1674449886699847681)]} 0 0
   [junit4]   2> 1366757 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1674449886700896256)]} 0 0
   [junit4]   2> 1366757 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1674449886700896257)]} 0 0
   [junit4]   2> 1366758 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1674449886701944832)]} 0 0
   [junit4]   2> 1366758 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1674449886701944833)]} 0 0
   [junit4]   2> 1366758 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1674449886701944834)]} 0 0
   [junit4]   2> 1366760 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1674449886704041984)]} 0 0
   [junit4]   2> 1366761 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1674449886705090560)]} 0 0
   [junit4]   2> 1366762 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1674449886706139136)]} 0 0
   [junit4]   2> 1366762 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1674449886706139137)]} 0 0
   [junit4]   2> 1366763 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1674449886707187712)]} 0 0
   [junit4]   2> 1366763 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1674449886707187713)]} 0 0
   [junit4]   2> 1366764 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1674449886708236288)]} 0 0
   [junit4]   2> 1366764 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1674449886708236289)]} 0 0
   [junit4]   2> 1366765 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1674449886709284864)]} 0 0
   [junit4]   2> 1366766 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1674449886710333440)]} 0 0
   [junit4]   2> 1366767 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1674449886711382016)]} 0 0
   [junit4]   2> 1366767 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1674449886711382017)]} 0 0
   [junit4]   2> 1366768 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1674449886712430592)]} 0 0
   [junit4]   2> 1366768 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1674449886712430593)]} 0 0
   [junit4]   2> 1366768 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1674449886712430594)]} 0 0
   [junit4]   2> 1366769 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1674449886713479168)]} 0 0
   [junit4]   2> 1366769 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1674449886713479169)]} 0 0
   [junit4]   2> 1366771 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1674449886715576320)]} 0 0
   [junit4]   2> 1366772 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1674449886716624896)]} 0 0
   [junit4]   2> 1366772 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1674449886716624897)]} 0 0
   [junit4]   2> 1366773 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1674449886717673472)]} 0 0
   [junit4]   2> 1366774 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1674449886718722048)]} 0 0
   [junit4]   2> 1366774 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1674449886718722049)]} 0 0
   [junit4]   2> 1366775 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1674449886719770624)]} 0 0
   [junit4]   2> 1366775 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1674449886719770625)]} 0 0
   [junit4]   2> 1366776 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1674449886720819200)]} 0 0
   [junit4]   2> 1366777 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1674449886720819201)]} 0 0
   [junit4]   2> 1366777 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1674449886721867776)]} 0 0
   [junit4]   2> 1366778 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1674449886722916352)]} 0 0
   [junit4]   2> 1366778 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1674449886722916353)]} 0 0
   [junit4]   2> 1366778 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1674449886722916354)]} 0 0
   [junit4]   2> 1366779 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1674449886723964928)]} 0 0
   [junit4]   2> 1366780 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1674449886725013504)]} 0 0
   [junit4]   2> 1366780 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1674449886725013505)]} 0 0
   [junit4]   2> 1366790 INFO  (searcherExecutor-14816-thread-1-processing-n:127.0.0.1:55078_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1366791 INFO  (searcherExecutor-14816-thread-1-processing-n:127.0.0.1:55078_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1366791 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 1366804 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366807 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366810 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366812 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366813 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366813 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366814 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366816 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366816 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366816 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366816 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366820 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366820 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366820 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366821 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366821 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366821 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366822 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366822 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366822 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366822 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366823 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366823 INFO  (qtp1898136561-22837) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366823 INFO  (qtp1898136561-22832) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366824 INFO  (qtp1898136561-22836) [n:127.0.0.1:55078_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1366825 INFO  (TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DD3F46E302ECD115]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testConcurrentQueries
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestRateLimiter -Dtests.method=testConcurrentQueries -Dtests.seed=DD3F46E302ECD115 -Dtests.slow=true -Dtests.locale=zh-CN -Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.80s J0 | TestRequestRateLimiter.testConcurrentQueries <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming accepted new request count did not match. Expected 5 incoming 25
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD3F46E302ECD115:9FA4A5C6828BA434]:0)
   [junit4]    > 	at org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 1366841 INFO  (TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[DD3F46E302ECD115]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 1366842 INFO  (qtp1898136561-22838) [n:127.0.0.1:55078_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1366860 INFO  (OverseerThreadFactory-14804-thread-2-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c2
   [junit4]   2> 1366860 INFO  (OverseerCollectionConfigSetProcessor-72163689906700292-127.0.0.1:55078_solr-n_0000000000) [n:127.0.0.1:55078_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1366864 INFO  (OverseerThreadFactory-14804-thread-2-processing-n:127.0.0.1:55078_solr) [n:127.0.0.1:55078_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 1366876 INFO  (OverseerThreadFactory-14804-thread-2-processing-n:

[...truncated too long message...]

estCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=244000495
   [junit4]   2> 1400833 INFO  (coreCloseExecutor-12257-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@41782d15
   [junit4]   2> 1400833 INFO  (coreCloseExecutor-12257-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@41782d15
   [junit4]   2> 1400833 INFO  (coreCloseExecutor-12257-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35a429a0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3d72af2d
   [junit4]   2> 1400840 INFO  (coreCloseExecutor-12257-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1400843 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1400843 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75506549: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@184e61f1
   [junit4]   2> 1400873 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1400873 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@221bab23: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@49e45ebe
   [junit4]   2> 1400876 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1400876 INFO  (SUITE-TestCircuitBreaker-seed#[DD3F46E302ECD115]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f127466: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@75229115
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestCircuitBreaker_DD3F46E302ECD115-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {range_facet_l_dv=PostingsFormat(name=MockRandom), multiDefault=Lucene84, _root_=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), title=BlockTreeOrds(blocksize=128), title_lettertok=PostingsFormat(name=MockRandom), range_facet_l=Lucene84, title_stringNoNorms=Lucene84, title_stemmed=BlockTreeOrds(blocksize=128), inStock_b1=FST50, name=PostingsFormat(name=MockRandom), id_i1=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=MockRandom), range_facet_i_dv=Lucene84, text=FST50, timestamp=Lucene84}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=946, maxMBSortInHeap=7.274277718467509, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-MG, timezone=US/Aleutian
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=166217072,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest, FullHLLTest, TestRestoreCore, RankQParserPluginTest, TestSolrJ, FieldMutatingUpdateProcessorTest, TestExplainDocTransformer, TestOrdValues, TestManagedResourceStorage, LargeFieldTest, TestSortableTextField, TestClusterProperties, TestHdfsBackupRestoreCore, TestDynamicFieldResource, TestCollectionAPIs, TestLegacyNumericRangeQueryBuilder, TestQueryTypes, AddBlockUpdateTest, BufferStoreTest, SmileWriterTest, DebugComponentTest, TestBlobHandler, LeaderElectionTest, TestNoOpRegenerator, TestLMJelinekMercerSimilarityFactory, HdfsThreadLeakTest, EchoParamsTest, TermVectorComponentTest, TestSchemaNameResource, TestSolr4Spatial, WrapperMergePolicyFactoryTest, TestStressThreadBackup, NodeMutatorTest, TestRawTransformer, TestCloudJSONFacetSKGEquiv, ZkControllerTest, BasicFunctionalityTest, DocumentBuilderTest, TestIndexingPerformance, DOMUtilTest, SpellCheckComponentTest, UtilsToolTest, TestSolrXml, TestSolrCloudWithKerberosAlt, TestExactStatsCacheCloud, RollingRestartTest, TestPivotHelperCode, TestUniqueKeyFieldResource, TestPostingsSolrHighlighter, TestPrepRecovery, TestDeprecatedFilters, DirectSolrConnectionTest, MetricsHistoryHandlerTest, ClusterStateTest, RAMDirectoryFactoryTest, HttpPartitionOnCommitTest, TestMaxTokenLenTokenizer, JsonLoaderTest, ConcurrentCreateRoutedAliasTest, SortSpecParsingTest, SolrCoreTest, SolrXmlInZkTest, TestTermsQParserPlugin, DistributedTermsComponentTest, TestReRankQParserPlugin, AnalyticsMergeStrategyTest, TestAnalyzeInfixSuggestions, TestHdfsUpdateLog, TestElisionMultitermQuery, BadIndexSchemaTest, TestClassicSimilarityFactory, TestConfigOverlay, ConcurrentDeleteAndCreateCollectionTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestFieldCache, TestOmitPositions, SplitByPrefixTest, TestDistribPackageStore, BJQFilterAccessibleTest, RuleEngineTest, TestReloadDeadlock, TestRandomFlRTGCloud, RandomizedTaggerTest, DisMaxRequestHandlerTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestJoin, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, TokenizerChainTest, TestLuceneIndexBackCompat, ConnectionReuseTest, AssignBackwardCompatibilityTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedVersionInfoTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MigrateRouteKeyTest, OverseerModifyCollectionTest, PackageManagerCLITest, RecoveryZkTest, ShardRoutingCustomTest, ShardRoutingTest, TestCloudDeleteByQuery, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestSizeLimitedDistributedMap, TestTlogReplayVsRecovery, TestTlogReplica, CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, StressHdfsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, TestCustomStream, XmlUpdateRequestHandlerTest, AdminHandlersProxyTest, CoreMergeIndexesAdminHandlerTest, IndexSizeEstimatorTest, SplitHandlerTest, BadComponentTest, CloudReplicaSourceTest, DistributedFacetPivotLargeTest, DistributedQueryElevationComponentTest, SolrCoreMetricManagerTest, SolrJmxReporterCloudTest, SimpleFacetsTest, SubstringBytesRefFilterTest, TestFacetMethods, TestFaceting, TestIntervalFaceting, CurrencyFieldTypeTest, DateFieldTest, DateRangeFieldTest, DocValuesMissingTest, DocValuesMultiTest, ExternalFileFieldSortTest, IndexSchemaTest, NotRequiredUniqueKeyTest, PreAnalyzedFieldManagedSchemaCloudTest, SynonymTokenizerTest, TestBinaryField, TestCloudSchemaless, TestNestedDocsSort, TestScoreJoinQPNoScore, TestIBSimilarityFactory, TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, TestSweetSpotSimilarityFactory, TestDefaultStatsCache, AuditLoggerIntegrationTest, SolrIndexSplitterTest, UpdateLogTest, VersionInfoTest, AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest, ClassificationUpdateProcessorFactoryTest, ClassificationUpdateProcessorTest, DefaultValueUpdateProcessorTest, ParsingFieldUpdateProcessorsTest, ScriptEngineTest, StatelessScriptUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TolerantUpdateProcessorTest, UpdateRequestProcessorFactoryTest, XMLAtomicUpdateMultivalueTest, SolrLogPostToolTest, TestCircuitBreaker]
   [junit4] Completed [851/864 (2!)] on J1 in 0.74s, 4 tests, 1 error <<< FAILURES!

[...truncated 51993 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9201/consoleText

[repro] Revision: bd1dd6bdfb5b64bc4c332dc5d11aa4a9e300e0b8

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestRequestRateLimiter
[repro]       TestCircuitBreaker
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestRequestRateLimiter|*.TestCircuitBreaker" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=DD3F46E302ECD115 -Dtests.slow=true -Dtests.locale=zh-CN -Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 122 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro]   0/5 failed: org.apache.solr.util.TestCircuitBreaker
[repro] Exiting with code 0

[...truncated 84 lines...]