You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/03/30 18:20:04 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-11) - Build # 168 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/168/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
Timed out waiting for overseer state change

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change
	at __randomizedtesting.SeedInfo.seed([34961EC7AD2963D5:D55DE353969A5504]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:63)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:145)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.test

Error Message:
Error from server at http://127.0.0.1:64215/solr: no core retrieved for test

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:64215/solr: no core retrieved for test
	at __randomizedtesting.SeedInfo.seed([34961EC7AD2963D5:BCC2211D03D50E2D]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.createConfigSet(RoutedAliasUpdateProcessorTest.java:115)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.test(CategoryRoutedAliasUpdateProcessorTest.java:164)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14277 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 1779388 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\init-core-data-001
   [junit4]   2> 1779390 WARN  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1779390 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1779392 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-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> 1779394 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\tempDir-001
   [junit4]   2> 1779394 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1779394 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1779394 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1779495 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60695
   [junit4]   2> 1779495 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60695
   [junit4]   2> 1779495 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60695
   [junit4]   2> 1779500 INFO  (zkConnectionManagerCallback-15972-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779503 INFO  (zkConnectionManagerCallback-15974-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779506 INFO  (zkConnectionManagerCallback-15976-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779507 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100578240290002, likely client has closed socket
   [junit4]   2> 1779509 WARN  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1779511 WARN  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1779511 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@266115ed{/solr,null,AVAILABLE}
   [junit4]   2> 1779559 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1779559 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1779563 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1779564 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1779564 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1779566 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1779567 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@162bdac7{/solr,null,AVAILABLE}
   [junit4]   2> 1779577 WARN  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1779577 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1779577 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1779578 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1779578 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1779578 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1779578 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1779587 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ea5edc7{/solr,null,AVAILABLE}
   [junit4]   2> 1779592 WARN  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1779592 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1779592 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1779592 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1779593 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1779593 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1779593 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1779594 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@139b22eb{/solr,null,AVAILABLE}
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5efc4a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60706}
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.e.j.s.Server Started @1779665ms
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60706}
   [junit4]   2> 1779596 ERROR (jetty-launcher-15977-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1779596 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T17:10:56.893649400Z
   [junit4]   2> 1779598 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@54770635{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60709}
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.e.j.s.Server Started @1779668ms
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60709}
   [junit4]   2> 1779599 ERROR (jetty-launcher-15977-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1779599 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T17:10:56.896898600Z
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c8ac511{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60712}
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.e.j.s.Server Started @1779674ms
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60712}
   [junit4]   2> 1779606 ERROR (jetty-launcher-15977-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1779606 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T17:10:56.903434500Z
   [junit4]   2> 1779613 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68b7204{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60715}
   [junit4]   2> 1779613 INFO  (jetty-launcher-15977-thread-4) [    ] o.e.j.s.Server Started @1779682ms
   [junit4]   2> 1779613 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60715}
   [junit4]   2> 1779613 ERROR (jetty-launcher-15977-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1779613 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1779613 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1779614 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1779614 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1779614 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T17:10:56.911856300Z
   [junit4]   2> 1779628 INFO  (zkConnectionManagerCallback-15979-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779629 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1779634 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100578240290003, likely client has closed socket
   [junit4]   2> 1779717 INFO  (zkConnectionManagerCallback-15981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779717 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1779944 INFO  (zkConnectionManagerCallback-15983-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1779945 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780553 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1780558 INFO  (zkConnectionManagerCallback-15985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780560 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780638 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1780724 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1780728 WARN  (jetty-launcher-15977-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@23a58cfc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780731 WARN  (jetty-launcher-15977-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@ed79306[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780735 WARN  (jetty-launcher-15977-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2ce2d4ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780740 WARN  (jetty-launcher-15977-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@151ae93[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780741 INFO  (jetty-launcher-15977-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60695/solr
   [junit4]   2> 1780742 WARN  (jetty-launcher-15977-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c4bf89a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780743 INFO  (jetty-launcher-15977-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60695/solr
   [junit4]   2> 1780743 WARN  (jetty-launcher-15977-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1fe19ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1780743 INFO  (jetty-launcher-15977-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60695/solr
   [junit4]   2> 1780758 INFO  (zkConnectionManagerCallback-16001-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780762 INFO  (zkConnectionManagerCallback-16004-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780763 INFO  (zkConnectionManagerCallback-16007-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780774 INFO  (zkConnectionManagerCallback-16009-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780774 INFO  (zkConnectionManagerCallback-16011-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780778 INFO  (zkConnectionManagerCallback-16013-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780804 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60709_solr
   [junit4]   2> 1780804 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) starting
   [junit4]   2> 1780863 INFO  (zkConnectionManagerCallback-16024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1780869 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60695/solr ready
   [junit4]   2> 1780870 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60709_solr
   [junit4]   2> 1780873 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1780882 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60706_solr as DOWN
   [junit4]   2> 1780883 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1780883 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60706_solr
   [junit4]   2> 1780903 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1780938 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60709.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1780949 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60709.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1780950 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60709.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1780950 INFO  (jetty-launcher-15977-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\tempDir-001\node1\.
   [junit4]   2> 1780988 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1780994 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60712_solr as DOWN
   [junit4]   2> 1780994 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1780994 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60712_solr
   [junit4]   2> 1781047 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000000) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60709_solr
   [junit4]   2> 1781048 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000000) [n:127.0.0.1:60709_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1781112 INFO  (zkCallback-16023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1781112 INFO  (zkCallback-16010-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1781116 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1781118 INFO  (zkConnectionManagerCallback-16030-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781119 INFO  (zkConnectionManagerCallback-16035-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781119 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1781123 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60695/solr ready
   [junit4]   2> 1781123 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1781123 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1781123 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60695/solr ready
   [junit4]   2> 1781123 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1781145 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60706.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781146 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60712.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781153 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60706.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781153 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60706.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781153 INFO  (jetty-launcher-15977-thread-2) [n:127.0.0.1:60706_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\tempDir-001\node2\.
   [junit4]   2> 1781214 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1781219 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60712.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781220 WARN  (jetty-launcher-15977-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b6e5b5c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1781220 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60712.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781222 INFO  (jetty-launcher-15977-thread-3) [n:127.0.0.1:60712_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\tempDir-001\node3\.
   [junit4]   2> 1781224 WARN  (jetty-launcher-15977-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2ddfa22a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1781224 INFO  (jetty-launcher-15977-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60695/solr
   [junit4]   2> 1781228 INFO  (zkConnectionManagerCallback-16043-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781233 INFO  (zkConnectionManagerCallback-16045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781237 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1781247 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60715_solr as DOWN
   [junit4]   2> 1781248 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1781248 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60715_solr
   [junit4]   2> 1781249 INFO  (zkCallback-16023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781249 INFO  (zkCallback-16012-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781249 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781250 INFO  (zkCallback-16010-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781278 INFO  (zkCallback-16044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781278 INFO  (zkCallback-16029-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781278 INFO  (zkCallback-16034-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1781280 INFO  (zkConnectionManagerCallback-16052-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781282 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1781283 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60695/solr ready
   [junit4]   2> 1781283 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1781304 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60715.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781313 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60715.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781314 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60715.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe9d7b3
   [junit4]   2> 1781315 INFO  (jetty-launcher-15977-thread-4) [n:127.0.0.1:60715_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001\tempDir-001\node4\.
   [junit4]   2> 1781389 INFO  (zkConnectionManagerCallback-16058-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1781391 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1781394 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60695/solr ready
   [junit4]   2> 1781431 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOverseerRole
   [junit4]   2> 1781431 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:60709_solr
   [junit4]   2> 1781432 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 1781433 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest ### Setting overseer designate 127.0.0.1:60706_solr
   [junit4]   2> 1781436 INFO  (qtp1683845995-37591) [n:127.0.0.1:60715_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:60706_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1781441 INFO  (OverseerThreadFactory-11235-thread-1-processing-n:127.0.0.1:60709_solr) [n:127.0.0.1:60709_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:60706_solr
   [junit4]   2> 1781446 INFO  (qtp1683845995-37591) [n:127.0.0.1:60715_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60706_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1781507 INFO  (Thread-6108) [    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72153810971721740-127.0.0.1:60709_solr-n_0000000000 overseer designates are [127.0.0.1:60706_solr]
   [junit4]   2> 1781508 INFO  (Thread-6108) [    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72153810971721740-127.0.0.1:60709_solr-n_0000000000, 72153810971721739-127.0.0.1:60706_solr-n_0000000001, 72153810971721738-127.0.0.1:60712_solr-n_0000000002, 72153810971721745-127.0.0.1:60715_solr-n_0000000003]
   [junit4]   2> 1781511 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000000) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721740-127.0.0.1:60709_solr-n_0000000000"} 127.0.0.1:60709_solr
   [junit4]   2> 1781512 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000000) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60709_solr
   [junit4]   2> 1781515 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) am exiting, but I'm still the leader
   [junit4]   2> 1781517 INFO  (zkCallback-16010-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60706_solr
   [junit4]   2> 1781518 INFO  (zkCallback-16010-thread-1) [n:127.0.0.1:60706_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721739-127.0.0.1:60706_solr-n_0000000001) starting
   [junit4]   2> 1781523 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 1781524 INFO  (OverseerAutoScalingTriggerThread-72153810971721740-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781529 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 1781529 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 1781529 INFO  (OverseerStateUpdate-72153810971721739-127.0.0.1:60706_solr-n_0000000001) [n:127.0.0.1:60706_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60706_solr
   [junit4]   2> 1781529 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 1781548 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest ### Adding another overseer designate 127.0.0.1:60715_solr
   [junit4]   2> 1781548 INFO  (qtp1683845995-37592) [n:127.0.0.1:60715_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:60715_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1781554 INFO  (OverseerThreadFactory-11252-thread-1-processing-n:127.0.0.1:60706_solr) [n:127.0.0.1:60706_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:60715_solr
   [junit4]   2> 1781558 INFO  (qtp1683845995-37592) [n:127.0.0.1:60715_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60715_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:60706_solr
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=105055676
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60706_solr
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1781558 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:60706_solr as DOWN
   [junit4]   2> 1781562 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1781562 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77ff721c: rootName = solr_60706, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@673ed71b
   [junit4]   2> 1781569 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1781569 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fad09eb: rootName = solr_60706, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7183cfc3
   [junit4]   2> 1781572 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1781572 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@371ce4fc: rootName = solr_60706, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@793dcbde
   [junit4]   2> 1781572 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1781574 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.Overseer Overseer (id=72153810971721739-127.0.0.1:60706_solr-n_0000000001) closing
   [junit4]   2> 1781574 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10057824029000b, likely client has closed socket
   [junit4]   2> 1781574 INFO  (OverseerStateUpdate-72153810971721739-127.0.0.1:60706_solr-n_0000000001) [n:127.0.0.1:60706_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60706_solr
   [junit4]   2> 1781583 INFO  (OverseerAutoScalingTriggerThread-72153810971721739-127.0.0.1:60706_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781584 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60712_solr
   [junit4]   2> 1781585 INFO  (zkCallback-16023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (zkCallback-16044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (zkCallback-16012-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (zkCallback-16057-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (zkCallback-16008-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (zkCallback-16051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781585 INFO  (closeThreadPool-16061-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721739-127.0.0.1:60706_solr-n_0000000001) closing
   [junit4]   2> 1781585 INFO  (closeThreadPool-16061-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72153810971721739-127.0.0.1:60706_solr-n_0000000001) closing
   [junit4]   2> 1781588 INFO  (zkCallback-16029-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781588 INFO  (zkCallback-16008-thread-1) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) starting
   [junit4]   2> 1781588 INFO  (zkCallback-16034-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1781588 ERROR (Thread-6109) [    ] o.a.s.c.a.c.OverseerRoleCmd Error in prioritizing Overseer
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:68) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerRoleCmd.lambda$call$0(OverseerRoleCmd.java:93) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1781593 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5efc4a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1781594 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@266115ed{/solr,null,UNAVAILABLE}
   [junit4]   2> 1781594 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1781610 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60712_solr
   [junit4]   2> 1781614 INFO  (OverseerCollectionConfigSetProcessor-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [n:127.0.0.1:60712_solr    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72153810971721738-127.0.0.1:60712_solr-n_0000000002 overseer designates are [127.0.0.1:60706_solr, 127.0.0.1:60715_solr]
   [junit4]   2> 1781614 INFO  (OverseerCollectionConfigSetProcessor-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [n:127.0.0.1:60712_solr    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72153810971721738-127.0.0.1:60712_solr-n_0000000002, 72153810971721745-127.0.0.1:60715_solr-n_0000000003, 72153810971721740-127.0.0.1:60709_solr-n_0000000004]
   [junit4]   2> 1781619 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721738-127.0.0.1:60712_solr-n_0000000002"} 127.0.0.1:60712_solr
   [junit4]   2> 1781620 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60712_solr
   [junit4]   2> 1781623 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) am exiting, but I'm still the leader
   [junit4]   2> 1781627 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) closing
   [junit4]   2> 1781630 INFO  (OverseerAutoScalingTriggerThread-72153810971721738-127.0.0.1:60712_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781632 INFO  (zkCallback-16044-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60715_solr
   [junit4]   2> 1781632 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) closing
   [junit4]   2> 1781632 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) closing
   [junit4]   2> 1781633 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) closing
   [junit4]   2> 1781634 INFO  (zkCallback-16044-thread-1) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) starting
   [junit4]   2> 1781640 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000003) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60715_solr
   [junit4]   2> 1781708 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest ### Adding last overseer designate 127.0.0.1:60712_solr
   [junit4]   2> 1781710 INFO  (qtp1850535638-37573) [n:127.0.0.1:60709_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:60712_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1781714 INFO  (OverseerThreadFactory-11261-thread-1-processing-n:127.0.0.1:60715_solr) [n:127.0.0.1:60715_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:60712_solr
   [junit4]   2> 1781718 INFO  (qtp1850535638-37573) [n:127.0.0.1:60709_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60712_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1781718 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:60715_solr
   [junit4]   2> 1781718 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 1781720 INFO  (qtp1850535638-37574) [n:127.0.0.1:60709_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:60715_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1781723 INFO  (OverseerCollectionConfigSetProcessor-72153810971721745-127.0.0.1:60715_solr-n_0000000003) [n:127.0.0.1:60715_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> 1781727 INFO  (OverseerThreadFactory-11261-thread-2-processing-n:127.0.0.1:60715_solr) [n:127.0.0.1:60715_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:60715_solr
   [junit4]   2> 1781731 INFO  (qtp1850535638-37574) [n:127.0.0.1:60709_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60715_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1781733 INFO  (Thread-6112) [    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72153810971721745-127.0.0.1:60715_solr-n_0000000003 overseer designates are [127.0.0.1:60706_solr, 127.0.0.1:60712_solr]
   [junit4]   2> 1781733 INFO  (Thread-6112) [    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72153810971721745-127.0.0.1:60715_solr-n_0000000003, 72153810971721740-127.0.0.1:60709_solr-n_0000000004, 72153810971721738-127.0.0.1:60712_solr-n_0000000005]
   [junit4]   2> 1781733 INFO  (Thread-6112) [    ] o.a.s.c.OverseerNodePrioritizer asking node 72153810971721738-127.0.0.1:60712_solr-n_0000000005 to come join election at head
   [junit4]   2> 1781737 INFO  (qtp1670236519-37582) [n:127.0.0.1:60712_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=72153810971721738-127.0.0.1:60712_solr-n_0000000005&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1781737 INFO  (Thread-6112) [    ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 72153810971721740-127.0.0.1:60709_solr-n_0000000004 to rejoin election  
   [junit4]   2> 1781739 INFO  (qtp1850535638-37575) [n:127.0.0.1:60709_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=72153810971721740-127.0.0.1:60709_solr-n_0000000004&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1781743 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000003) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721745-127.0.0.1:60715_solr-n_0000000003"} 127.0.0.1:60715_solr
   [junit4]   2> 1781744 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000003) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60715_solr
   [junit4]   2> 1781744 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) am exiting, but I'm still the leader
   [junit4]   2> 1781744 INFO  (zkCallback-16012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 1781744 INFO  (zkCallback-16012-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60709_solr
   [junit4]   2> 1781747 INFO  (zkCallback-16012-thread-1) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) starting
   [junit4]   2> 1781753 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) closing
   [junit4]   2> 1781753 INFO  (OverseerAutoScalingTriggerThread-72153810971721745-127.0.0.1:60715_solr-n_0000000003) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781758 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60709_solr
   [junit4]   2> 1781759 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) closing
   [junit4]   2> 1781759 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) closing
   [junit4]   2> 1781759 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) closing
   [junit4]   2> 1781763 INFO  (OverseerCollectionConfigSetProcessor-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [n:127.0.0.1:60709_solr    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72153810971721740-127.0.0.1:60709_solr-n_0000000004 overseer designates are [127.0.0.1:60706_solr, 127.0.0.1:60712_solr]
   [junit4]   2> 1781763 INFO  (OverseerCollectionConfigSetProcessor-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [n:127.0.0.1:60709_solr    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72153810971721740-127.0.0.1:60709_solr-n_0000000004, 72153810971721738-127.0.0.1:60712_solr-n_0000000005, 72153810971721745-127.0.0.1:60715_solr-n_0000000006]
   [junit4]   2> 1781768 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721740-127.0.0.1:60709_solr-n_0000000004"} 127.0.0.1:60709_solr
   [junit4]   2> 1781768 INFO  (OverseerStateUpdate-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [n:127.0.0.1:60709_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60709_solr
   [junit4]   2> 1781778 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) am exiting, but I'm still the leader
   [junit4]   2> 1781779 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1781782 INFO  (OverseerAutoScalingTriggerThread-72153810971721740-127.0.0.1:60709_solr-n_0000000004) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781782 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000002) closing
   [junit4]   2> 1781783 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60712_solr
   [junit4]   2> 1781783 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1781783 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1781783 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1781783 INFO  (zkCallback-16008-thread-1) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) starting
   [junit4]   2> 1781793 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000005) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60712_solr
   [junit4]   2> 1781834 INFO  (qtp1850535638-37577) [n:127.0.0.1:60709_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:60715_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1781839 INFO  (OverseerThreadFactory-11269-thread-1-processing-n:127.0.0.1:60712_solr) [n:127.0.0.1:60712_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:60715_solr
   [junit4]   2> 1781841 INFO  (qtp1850535638-37577) [n:127.0.0.1:60709_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60715_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1781841 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.c.OverseerRolesTest ### Sending QUIT to overseer 127.0.0.1:60712_solr
   [junit4]   2> 1781843 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000005) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721738-127.0.0.1:60712_solr-n_0000000005"} 127.0.0.1:60712_solr
   [junit4]   2> 1781843 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000005) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60712_solr
   [junit4]   2> 1781848 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) am exiting, but I'm still the leader
   [junit4]   2> 1781850 INFO  (Thread-6113) [    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72153810971721738-127.0.0.1:60712_solr-n_0000000005 overseer designates are [127.0.0.1:60706_solr, 127.0.0.1:60712_solr, 127.0.0.1:60715_solr]
   [junit4]   2> 1781850 INFO  (Thread-6113) [    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72153810971721738-127.0.0.1:60712_solr-n_0000000005, 72153810971721745-127.0.0.1:60715_solr-n_0000000006, 72153810971721740-127.0.0.1:60709_solr-n_0000000007]
   [junit4]   2> 1781850 INFO  (Thread-6113) [    ] o.a.s.c.OverseerNodePrioritizer asking node 72153810971721738-127.0.0.1:60712_solr-n_0000000005 to come join election at head
   [junit4]   2> 1781851 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781853 INFO  (OverseerAutoScalingTriggerThread-72153810971721738-127.0.0.1:60712_solr-n_0000000005) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781854 INFO  (zkCallback-16044-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000003) closing
   [junit4]   2> 1781856 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781856 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781856 INFO  (zkCallback-16044-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60715_solr
   [junit4]   2> 1781857 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781858 INFO  (zkCallback-16044-thread-1) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) starting
   [junit4]   2> 1781860 INFO  (qtp1670236519-37584) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781860 INFO  (qtp1670236519-37584) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781860 INFO  (qtp1670236519-37584) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781863 INFO  (qtp1670236519-37584) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781864 INFO  (qtp1670236519-37584) [n:127.0.0.1:60712_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=72153810971721738-127.0.0.1:60712_solr-n_0000000005&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1781865 INFO  (Thread-6113) [    ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 72153810971721745-127.0.0.1:60715_solr-n_0000000006 to rejoin election  
   [junit4]   2> 1781867 INFO  (qtp1683845995-37593) [n:127.0.0.1:60715_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=72153810971721745-127.0.0.1:60715_solr-n_0000000006&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1781870 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000006) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60715_solr
   [junit4]   2> 1781874 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000006) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72153810971721745-127.0.0.1:60715_solr-n_0000000006"} 127.0.0.1:60715_solr
   [junit4]   2> 1781875 INFO  (OverseerStateUpdate-72153810971721745-127.0.0.1:60715_solr-n_0000000006) [n:127.0.0.1:60715_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60715_solr
   [junit4]   2> 1781890 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) am exiting, but I'm still the leader
   [junit4]   2> 1781891 INFO  (zkCallback-16012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1781891 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000005) closing
   [junit4]   2> 1781891 INFO  (zkCallback-16008-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60712_solr
   [junit4]   2> 1781893 INFO  (zkCallback-16008-thread-1) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000007) starting
   [junit4]   2> 1781894 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1781894 INFO  (OverseerAutoScalingTriggerThread-72153810971721745-127.0.0.1:60715_solr-n_0000000006) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1781899 WARN  (ScheduledTrigger-11271-thread-1) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 1781900 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1781900 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1781902 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1781904 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000007) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60712_solr
   [junit4]   2> 1796914 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[34961EC7AD2963D5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOverseerRole
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=testOverseerRole -Dtests.seed=34961EC7AD2963D5 -Dtests.slow=true -Dtests.locale=sr-Latn-XK -Dtests.timezone=Pacific/Midway -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 15.5s J0 | OverseerRolesTest.testOverseerRole <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timed out waiting for overseer state change
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([34961EC7AD2963D5:D55DE353969A5504]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:63)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:145)
   [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> 1796916 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=982850636
   [junit4]   2> 1796916 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60709_solr
   [junit4]   2> 1796920 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=311599728
   [junit4]   2> 1796920 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60712_solr
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:60709_solr as DOWN
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:60712_solr as DOWN
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=126947439
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60715_solr
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1796921 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:60715_solr as DOWN
   [junit4]   2> 1796925 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28b847d: rootName = solr_60709, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@56085e58
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ff1ba31: rootName = solr_60715, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@167696de
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1796926 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c93a901: rootName = solr_60712, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7d8f5485
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44851cb2: rootName = solr_60709, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7183cfc3
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6af5fc49: rootName = solr_60715, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7183cfc3
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1796950 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31c01fbd: rootName = solr_60712, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7183cfc3
   [junit4]   2> 1796962 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1796962 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@558c1f2: rootName = solr_60715, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@793dcbde
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e00e5d1: rootName = solr_60712, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@793dcbde
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38617ff4: rootName = solr_60709, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@793dcbde
   [junit4]   2> 1796966 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1796972 INFO  (jetty-closer-16062-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1796972 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10057824029000c, likely client has closed socket
   [junit4]   2> 1796973 INFO  (jetty-closer-16062-thread-3) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000007) closing
   [junit4]   2> 1796978 INFO  (closeThreadPool-16071-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1796978 INFO  (closeThreadPool-16071-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1796980 INFO  (closeThreadPool-16069-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1796980 INFO  (closeThreadPool-16069-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721740-127.0.0.1:60709_solr-n_0000000004) closing
   [junit4]   2> 1796981 INFO  (OverseerAutoScalingTriggerThread-72153810971721738-127.0.0.1:60712_solr-n_0000000007) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1796981 INFO  (OverseerStateUpdate-72153810971721738-127.0.0.1:60712_solr-n_0000000007) [n:127.0.0.1:60712_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60712_solr
   [junit4]   2> 1796983 INFO  (zkCallback-16023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 1796983 INFO  (zkCallback-16051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 1796983 INFO  (zkCallback-16034-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 1796983 INFO  (jetty-closer-16062-thread-4) [    ] o.a.s.c.Overseer Overseer (id=72153810971721745-127.0.0.1:60715_solr-n_0000000006) closing
   [junit4]   2> 1796983 INFO  (closeThreadPool-16070-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000007) closing
   [junit4]   2> 1796983 INFO  (closeThreadPool-16070-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72153810971721738-127.0.0.1:60712_solr-n_0000000007) closing
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@54770635{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@68b7204{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@162bdac7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@139b22eb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c8ac511{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ea5edc7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1796989 INFO  (jetty-closer-16062-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1796994 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1796994 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> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72153810971721745-127.0.0.1:60715_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72153810971721740-127.0.0.1:60709_solr-n_0000000007
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	8	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	8	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	8	/solr/overseer/queue-work
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 1797000 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60695
   [junit4]   2> 1797000 INFO  (SUITE-OverseerRolesTest-seed#[34961EC7AD2963D5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60695
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.OverseerRolesTest_34961EC7AD2963D5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1558, maxMBSortInHeap=5.842897237518937, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18983df9), locale=sr-Latn-XK, timezone=Pacific/Midway
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 11 (64-bit)/cpus=3,threads=1,free=301520160,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, TestManagedResourceStorage, TestConfigOverlay, TestXIncludeConfig, CustomCollectionTest, SuggesterFSTTest, OverseerTaskQueueTest, CoreSorterTest, PeerSyncWithIndexFingerprintCachingTest, NodeAddedTriggerIntegrationTest, DocExpirationUpdateProcessorFactoryTest, TestJsonFacets, ReplaceNodeTest, MoveReplicaHDFSFailoverTest, TestDownShardTolerantSearch, DeleteShardTest, TestSuggestSpellingConverter, CurrencyRangeFacetCloudTest, SubstringBytesRefFilterTest, TestSimNodeLostTrigger, TestCloudPhrasesIdentificationComponent, TestStressInPlaceUpdates, JavabinLoaderTest, FacetPivotSmallTest, TestRetrieveFieldsOptimizer, NodeLostTriggerIntegrationTest, TestInPlaceUpdatesDistrib, TestPullReplicaErrorHandling, SuggesterTest, AutoscalingHistoryHandlerTest, DOMUtilTest, ConjunctionSolrSpellCheckerTest, LukeRequestHandlerTest, CacheHeaderTest, TestFieldCollectionResource, TestFilteredDocIdSet, TestRawResponseWriter, XmlInterpolationTest, SolrPluginUtilsTest, HdfsTlogReplayBufferedWhileIndexingTest, AddReplicaTest, ParsingFieldUpdateProcessorsTest, SearchRateTriggerTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedFacetSimpleRefinementLongTailTest, TriggerSetPropertiesIntegrationTest, TestInPlaceUpdatesStandalone, TestPerFieldSimilarity, TemplateUpdateProcessorTest, TestRemoteStreaming, TestDynamicFieldCollectionResource, TermVectorComponentTest, TestMaxTokenLenTokenizer, TestLegacyFieldReuse, TestReplicaProperties, BasicZkTest, TestHdfsCloudBackupRestore, NumericFieldsTest, TestComplexPhraseQParserPlugin, TestFoldingMultitermQuery, TestUninvertingReader, TestHashQParserPlugin, AuthToolTest, LargeFieldTest, LeaderElectionIntegrationTest, DeleteNodeTest, ScriptEngineTest, TestElisionMultitermQuery, PhrasesIdentificationComponentTest, TestJsonRequest, AutoScalingHandlerTest, TestCollationField, TestMacroExpander, ExplicitHLLTest, TestLeaderElectionZkExpiry, SuggestComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSimpleQParserPlugin, SolrIndexSplitterTest, TestAuthorizationFramework, TestCorePropertiesReload, TestSchemaNameResource, HdfsWriteToMultipleCollectionsTest, RAMDirectoryFactoryTest, HdfsNNFailoverTest, CollectionTooManyReplicasTest, HdfsLockFactoryTest, MetricsHandlerTest, MultiThreadedOCPTest, PingRequestHandlerTest, TestSolrCoreProperties, TestLegacyTerms, ZkShardTermsTest, AnalysisErrorHandlingTest, DistributedQueryElevationComponentTest, SignificantTermsQParserPluginTest, DistributedFacetPivotLargeTest, AnalyticsMergeStrategyTest, PeerSyncTest, TestScoreJoinQPNoScore, TestCryptoKeys, TestJsonFacetsWithNestedObjects, BlockJoinFacetDistribTest, TestApiFramework, TestDynamicURP, TestDocTermOrdsUninvertLimit, AnalysisAfterCoreReloadTest, ClassificationUpdateProcessorFactoryTest, RegexBytesRefFilterTest, TestGroupingSearch, RequiredFieldsTest, TestCollectionAPI, DefaultValueUpdateProcessorTest, BlockCacheTest, SegmentsInfoRequestHandlerTest, TestSchemaSimilarityResource, TestSubQueryTransformerDistrib, CurrencyFieldTypeTest, ZkCLITest, TestMiniSolrCloudClusterSSL, CreateCollectionCleanupTest, NodeMarkersRegistrationTest, TestCoreContainer, TestMissingGroups, TestBlendedInfixSuggestions, TestStressLucene, LegacyCloudClusterPropTest, TestSweetSpotSimilarityFactory, ResourceLoaderTest, TestHashPartitioner, OverseerCollectionConfigSetProcessorTest, TestTrie, SpellPossibilityIteratorTest, TestCloudDeleteByQuery, SolrMetricReporterTest, DisMaxRequestHandlerTest, TestBinaryResponseWriter, PolyFieldTest, TestEmbeddedSolrServerSchemaAPI, BlockJoinFacetSimpleTest, HttpTriggerListenerTest, PluginInfoTest, CleanupOldIndexTest, TestTolerantUpdateProcessorRandomCloud, TestFieldCacheReopen, SolrInfoBeanTest, TestSolrCoreParser, AlternateDirectoryTest, DistanceFunctionTest, EchoParamsTest, CdcrBidirectionalTest, TestLegacyBM25SimilarityFactory, TestSQLHandler, DocValuesMultiTest, TestManagedStopFilterFactory, HttpPartitionWithTlogReplicasTest, SolrJmxReporterCloudTest, TestCloudPseudoReturnFields, TestClusterProperties, TestSolrDeletionPolicy1, DeleteInactiveReplicaTest, TestConfigR

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

Test, ParsingFieldUpdateProcessorsTest, SearchRateTriggerTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedFacetSimpleRefinementLongTailTest, TriggerSetPropertiesIntegrationTest, TestInPlaceUpdatesStandalone, TestPerFieldSimilarity, TemplateUpdateProcessorTest, TestRemoteStreaming, TestDynamicFieldCollectionResource, TermVectorComponentTest, TestMaxTokenLenTokenizer, TestLegacyFieldReuse, TestReplicaProperties, BasicZkTest, TestHdfsCloudBackupRestore, NumericFieldsTest, TestComplexPhraseQParserPlugin, TestFoldingMultitermQuery, TestUninvertingReader, TestHashQParserPlugin, AuthToolTest, LargeFieldTest, LeaderElectionIntegrationTest, DeleteNodeTest, ScriptEngineTest, TestElisionMultitermQuery, PhrasesIdentificationComponentTest, TestJsonRequest, AutoScalingHandlerTest, TestCollationField, TestMacroExpander, ExplicitHLLTest, TestLeaderElectionZkExpiry, SuggestComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSimpleQParserPlugin, SolrIndexSplitterTest, TestAuthorizationFramework, TestCorePropertiesReload, TestSchemaNameResource, HdfsWriteToMultipleCollectionsTest, RAMDirectoryFactoryTest, HdfsNNFailoverTest, CollectionTooManyReplicasTest, HdfsLockFactoryTest, MetricsHandlerTest, MultiThreadedOCPTest, PingRequestHandlerTest, TestSolrCoreProperties, TestLegacyTerms, ZkShardTermsTest, AnalysisErrorHandlingTest, DistributedQueryElevationComponentTest, SignificantTermsQParserPluginTest, DistributedFacetPivotLargeTest, AnalyticsMergeStrategyTest, PeerSyncTest, TestScoreJoinQPNoScore, TestCryptoKeys, TestJsonFacetsWithNestedObjects, BlockJoinFacetDistribTest, TestApiFramework, TestDynamicURP, TestDocTermOrdsUninvertLimit, AnalysisAfterCoreReloadTest, ClassificationUpdateProcessorFactoryTest, RegexBytesRefFilterTest, TestGroupingSearch, RequiredFieldsTest, TestCollectionAPI, DefaultValueUpdateProcessorTest, BlockCacheTest, SegmentsInfoRequestHandlerTest, TestSchemaSimilarityResource, TestSubQueryTransformerDistrib, CurrencyFieldTypeTest, ZkCLITest, TestMiniSolrCloudClusterSSL, CreateCollectionCleanupTest, NodeMarkersRegistrationTest, TestCoreContainer, TestMissingGroups, TestBlendedInfixSuggestions, TestStressLucene, LegacyCloudClusterPropTest, TestSweetSpotSimilarityFactory, ResourceLoaderTest, TestHashPartitioner, OverseerCollectionConfigSetProcessorTest, TestTrie, SpellPossibilityIteratorTest, TestCloudDeleteByQuery, SolrMetricReporterTest, DisMaxRequestHandlerTest, TestBinaryResponseWriter, PolyFieldTest, TestEmbeddedSolrServerSchemaAPI, BlockJoinFacetSimpleTest, HttpTriggerListenerTest, PluginInfoTest, CleanupOldIndexTest, TestTolerantUpdateProcessorRandomCloud, TestFieldCacheReopen, SolrInfoBeanTest, TestSolrCoreParser, AlternateDirectoryTest, DistanceFunctionTest, EchoParamsTest, CdcrBidirectionalTest, TestLegacyBM25SimilarityFactory, TestSQLHandler, DocValuesMultiTest, TestManagedStopFilterFactory, HttpPartitionWithTlogReplicasTest, SolrJmxReporterCloudTest, TestCloudPseudoReturnFields, TestClusterProperties, TestSolrDeletionPolicy1, DeleteInactiveReplicaTest, TestConfigReload, TestMergePolicyConfig, CdcrOpsAndBoundariesTest, JsonLoaderTest, TestSolrCloudSnapshots, TestSolrCloudWithDelegationTokens, TestReRankQParserPlugin, TestReplicationHandlerBackup, TestLRUCache, TestCodecSupport, TestPrepRecovery, CollectionsAPISolrJTest, TestCloudNestedDocsSort, DistributedSuggestComponentTest, ExecutePlanActionTest, StatsReloadRaceTest, CollectionsAPIDistributedZkTest, CustomHighlightComponentTest, TestSchemaManager, TestPseudoReturnFields, CdcrRequestHandlerTest, TestRuleBasedAuthorizationPlugin, TestSearchPerf, CachingDirectoryFactoryTest, TestRandomFaceting, TestRTimerTree, TestCustomDocTransformer, JSONWriterTest, TestInfoStreamLogging, UniqFieldsUpdateProcessorFactoryTest, TestCloudRecovery2, RankQueryTest, DistribCursorPagingTest, TestSimpleTextCodec, TokenizerChainTest, SchemaVersionSpecificBehaviorTest, ResponseHeaderTest, HdfsSyncSliceTest, TestFieldCacheWithThreads, SimpleMLTQParserTest, SpatialRPTFieldTypeTest, TlogReplayBufferedWhileIndexingTest, TestDeprecatedFilters, OverseerRolesTest, TestDocumentBuilder, TestJoin, TestRandomDVFaceting, TestCharFilters, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AssignBackwardCompatibilityTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionStateFormat2Test, ConfigSetsAPITest, ConnectionManagerTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest, SolrXmlInZkTest, SplitShardTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudConsistency, TestDistributedMap, TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, TestSegmentSorting, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestWithCollection, ZkNodePropsTest, AssignTest, CollectionReloadTest, ShardSplitTest, TestSimComputePlanAction, TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimLargeCluster, TestSimNodeAddedTrigger, TestSimTriggerIntegration, BaseCdcrDistributedZkTest, CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, TestClusterStateMutator, ZkStateReaderTest, ImplicitSnitchTest, RuleEngineTest, RulesTest, TestDirectoryFactory, TestDynamicLoading, SearchHandlerTest, TestCSVLoader, TestHdfsBackupRestoreCore, TestReplicationHandler, AdminHandlersProxyTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, InfoHandlerTest, PropertiesRequestHandlerTest, TestCoreAdminApis, BadComponentTest, DebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, ReplicaListTransformerTest, ResponseLogComponentTest, SearchHandlerTest, SuggestComponentContextFilterQueryTest, TestDistributedStatsComponentCardinality, TestExpandComponent, TestHttpShardHandlerFactory, TestPivotHelperCode, TestTrackingShardHandlerFactory, HighlighterTest, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, TestNumericRangeQuery64, MetricsConfigTest, SolrCoreMetricManagerTest, SolrGraphiteReporterTest, SolrCloudReportersTest, SolrRrdBackendFactoryTest, TestUnInvertedFieldException, TestWriterPerf, TestGraphMLResponseWriter, TestJavabinTupleStreamParser, TestPHPSerializedResponseWriter, TestPushWriter, TestChildDocTransformer, TestChildDocTransformerHierarchy, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestBulkSchemaAPI, BooleanFieldTest, CopyFieldTest, DocValuesMissingTest, IndexSchemaRuntimeFieldTest, NotRequiredUniqueKeyTest, PreAnalyzedFieldTest, PrimitiveFieldTypeTest, TestBinaryField, TestBulkSchemaConcurrent, TestHalfAndHalfDocValues, TestManagedSchema, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestOmitPositions, TestPointFields, TestUseDocValuesAsStored2, UUIDFieldTest, QueryEqualityTest, TestAddFieldRealTimeGet, TestComplexPhraseLeadingWildcard, TestCustomSort, TestFieldSortValues, TestMaxScoreQueryParser, TestMinHashQParser, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestPayloadCheckQParserPlugin, TestPayloadScoreQParserPlugin, TestQueryUtils, TestRTGBase, TestRandomCollapseQParserPlugin, TestRecoveryHdfs, TestReload, TestReloadDeadlock, TestSolr4Spatial, TestSolr4Spatial2, TestSolrJ, TestSolrQueryParser, TestSort, TestStandardQParsers, TestStressReorder, TestStressUserVersions, TestStressVersions, TestSurroundQueryParser, TestTrieFacet, TestValueSourceCache, TestXmlQParser, TestXmlQParserPlugin, SpatialHeatmapFacetsTest, TestDistribIDF, TestExactStatsCache, BasicAuthIntegrationTest, JWTAuthPluginIntegrationTest, NoCacheHeaderTest, FileBasedSpellCheckerTest, IndexBasedSpellCheckerTest, SpellCheckCollatorWithCollapseTest, TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory, HdfsDirectoryTest, TestFieldCacheVsDocValues, TestNumericTerms64, DataDrivenBlockJoinTest, DocumentBuilderTest, MaxSizeAutoCommitTest, RootFieldTest, SoftAutoCommitTest, SolrCmdDistributorTest, SolrIndexMetricsTest, TestUpdate, VersionInfoTest, AtomicUpdateProcessorFactoryTest, AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [834/846 (2!)] on J0 in 82.76s, 6 tests, 1 error <<< FAILURES!

[...truncated 42579 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/168/consoleText

[repro] Revision: 03a3562f782a795afb3e5dbb474aca216273cc4d

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

[repro] ant clean

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

[...truncated 3603 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.OverseerRolesTest|*.CategoryRoutedAliasUpdateProcessorTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=34961EC7AD2963D5 -Dtests.slow=true -Dtests.locale=sr-Latn-XK -Dtests.timezone=Pacific/Midway -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 118 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.OverseerRolesTest
[repro]   0/5 failed: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
[repro] Exiting with code 0

[...truncated 78 lines...]

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12) - Build # 170 - Still unstable!

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

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper] 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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  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:835)  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:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)  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:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)  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:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)   expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper] 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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  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:835)  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:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)  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:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)  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:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  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:835)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	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:835)

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:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

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:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

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:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

 expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	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:835)

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:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

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:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

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:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	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:835)

>
	at __randomizedtesting.SeedInfo.seed([FD40936E2E0222B]: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:325)
	at jdk.internal.reflect.GeneratedMethodAccessor62.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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	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:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 16650 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
   [junit4]   2> 455622 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[FD40936E2E0222B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\init-core-data-001
   [junit4]   2> 455624 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[FD40936E2E0222B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 455628 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[FD40936E2E0222B]-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> 455654 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRetryUpdatesWhenClusterStateIsStale
   [junit4]   2> 455654 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001
   [junit4]   2> 455656 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 455657 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 455657 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 455758 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.ZkTestServer start zk server on port:62717
   [junit4]   2> 455758 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62717
   [junit4]   2> 455758 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62717
   [junit4]   2> 455777 INFO  (zkConnectionManagerCallback-2516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455790 INFO  (zkConnectionManagerCallback-2518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455796 INFO  (zkConnectionManagerCallback-2520-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455797 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005a69bc800002, likely client has closed socket
   [junit4]   2> 455799 WARN  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@615c489{/solr,null,AVAILABLE}
   [junit4]   2> 455799 WARN  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 455799 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5179ef43{/solr,null,AVAILABLE}
   [junit4]   2> 455805 WARN  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455805 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455805 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455805 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 455806 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455806 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455806 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 455806 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54b92da5{/solr,null,AVAILABLE}
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3222e9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62731}
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.e.j.s.Server Started @455876ms
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62731}
   [junit4]   2> 455810 ERROR (jetty-launcher-2521-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455810 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-31T06:43:01.698428Z
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@374f16ea{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62734}
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.e.j.s.Server Started @455884ms
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62734}
   [junit4]   2> 455818 ERROR (jetty-launcher-2521-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455818 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-31T06:43:01.706398Z
   [junit4]   2> 455821 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36115755{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62737}
   [junit4]   2> 455821 INFO  (jetty-launcher-2521-thread-3) [    ] o.e.j.s.Server Started @455887ms
   [junit4]   2> 455821 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62737}
   [junit4]   2> 455822 ERROR (jetty-launcher-2521-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455822 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455822 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 455822 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455822 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455822 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-31T06:43:01.710447500Z
   [junit4]   2> 455835 INFO  (zkConnectionManagerCallback-2525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455836 INFO  (zkConnectionManagerCallback-2523-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455836 INFO  (zkConnectionManagerCallback-2527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455839 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 455839 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 455840 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 455861 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005a69bc800004, likely client has closed socket
   [junit4]   2> 456012 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456044 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456066 WARN  (jetty-launcher-2521-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@27dfcd36[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456103 WARN  (jetty-launcher-2521-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6e1f8d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456107 WARN  (jetty-launcher-2521-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@29d911c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456108 INFO  (jetty-launcher-2521-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62717/solr
   [junit4]   2> 456120 WARN  (jetty-launcher-2521-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3be050af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456121 INFO  (jetty-launcher-2521-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62717/solr
   [junit4]   2> 456132 INFO  (zkConnectionManagerCallback-2539-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456196 INFO  (zkConnectionManagerCallback-2542-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456196 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005a69bc800007, likely client has closed socket
   [junit4]   2> 456211 INFO  (zkConnectionManagerCallback-2544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456213 INFO  (zkConnectionManagerCallback-2546-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456247 WARN  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 456256 WARN  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 456282 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62734_solr
   [junit4]   2> 456286 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.Overseer Overseer (id=72157004218499081-127.0.0.1:62734_solr-n_0000000000) starting
   [junit4]   2> 456289 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62737_solr
   [junit4]   2> 456306 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456311 INFO  (zkCallback-2545-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456312 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456312 WARN  (jetty-launcher-2521-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@46696a34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456317 INFO  (zkConnectionManagerCallback-2556-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456329 WARN  (jetty-launcher-2521-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@49eecc54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456336 INFO  (jetty-launcher-2521-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62717/solr
   [junit4]   2> 456336 INFO  (zkConnectionManagerCallback-2563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456346 INFO  (zkConnectionManagerCallback-2566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456349 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456360 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456373 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62717/solr ready
   [junit4]   2> 456384 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:62734_solr as DOWN
   [junit4]   2> 456387 INFO  (OverseerStateUpdate-72157004218499081-127.0.0.1:62734_solr-n_0000000000) [n:127.0.0.1:62734_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62734_solr
   [junit4]   2> 456387 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62717/solr ready
   [junit4]   2> 456387 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 456391 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 456391 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62734_solr
   [junit4]   2> 456391 INFO  (zkConnectionManagerCallback-2568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456399 INFO  (zkCallback-2545-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 456399 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 456409 INFO  (zkCallback-2562-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 456409 INFO  (zkCallback-2555-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 456422 WARN  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 456422 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 456476 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:62731_solr as DOWN
   [junit4]   2> 456480 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 456480 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62731_solr
   [junit4]   2> 456485 INFO  (zkCallback-2562-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 456485 INFO  (zkCallback-2545-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 456485 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 456485 INFO  (zkCallback-2555-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 456486 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62737.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456490 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 456492 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62737.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456492 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62737.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456492 INFO  (jetty-launcher-2521-thread-3) [n:127.0.0.1:62737_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node3\.
   [junit4]   2> 456492 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 456550 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62734.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456562 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62734.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456562 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62734.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456576 INFO  (jetty-launcher-2521-thread-2) [n:127.0.0.1:62734_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node2\.
   [junit4]   2> 456589 INFO  (zkConnectionManagerCallback-2577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456596 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 456596 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62717/solr ready
   [junit4]   2> 456596 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 456649 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62731.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456693 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62731.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456693 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62731.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 456693 INFO  (jetty-launcher-2521-thread-1) [n:127.0.0.1:62731_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node1\.
   [junit4]   2> 456759 INFO  (zkConnectionManagerCallback-2583-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456762 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 456764 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62717/solr ready
   [junit4]   2> 456775 WARN  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@40ca5a72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456787 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 456788 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 456791 WARN  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3320cf55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456794 WARN  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7195df85[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456797 INFO  (qtp860970721-6916) [n:127.0.0.1:62734_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=stale_state_test_col&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62737_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 456801 INFO  (OverseerThreadFactory-2346-thread-1-processing-n:127.0.0.1:62734_solr) [n:127.0.0.1:62734_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection stale_state_test_col
   [junit4]   2> 456911 INFO  (OverseerStateUpdate-72157004218499081-127.0.0.1:62734_solr-n_0000000000) [n:127.0.0.1:62734_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"stale_state_test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"stale_state_test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62737/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 457112 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr    x:stale_state_test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=stale_state_test_col_shard1_replica_n1&action=CREATE&numShards=1&collection=stale_state_test_col&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 457114 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr    x:stale_state_test_col_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 458142 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 458156 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.IndexSchema [stale_state_test_col_shard1_replica_n1] Schema name=test
   [junit4]   2> 458256 WARN  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 458256 WARN  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 458256 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 458256 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'stale_state_test_col_shard1_replica_n1' using configuration from collection stale_state_test_col, trusted=true
   [junit4]   2> 458257 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62737.solr.core.stale_state_test_col.shard1.replica_n1' (registry 'solr.core.stale_state_test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 458257 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SolrCore [[stale_state_test_col_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node3\stale_state_test_col_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node3\.\stale_state_test_col_shard1_replica_n1\data\]
   [junit4]   2> 458392 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 458392 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 458396 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 458396 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 458404 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ad10827[stale_state_test_col_shard1_replica_n1] main]
   [junit4]   2> 458406 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 458408 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 458408 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 458408 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629502396742762496
   [junit4]   2> 458413 INFO  (searcherExecutor-2356-thread-1-processing-n:127.0.0.1:62737_solr x:stale_state_test_col_shard1_replica_n1 c:stale_state_test_col s:shard1 r:core_node2) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SolrCore [stale_state_test_col_shard1_replica_n1] Registered new searcher Searcher@ad10827[stale_state_test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 458419 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/stale_state_test_col/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 458419 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/stale_state_test_col/leaders/shard1
   [junit4]   2> 458428 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 458428 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 458428 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/
   [junit4]   2> 458428 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 458429 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/ has no replicas
   [junit4]   2> 458429 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/stale_state_test_col/leaders/shard1/leader after winning as /collections/stale_state_test_col/leader_elect/shard1/election/72157004218499080-core_node2-n_0000000000
   [junit4]   2> 458435 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/ shard1
   [junit4]   2> 458545 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458546 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 458553 INFO  (qtp106892351-6928) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=stale_state_test_col_shard1_replica_n1&action=CREATE&numShards=1&collection=stale_state_test_col&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1439
   [junit4]   2> 458560 INFO  (qtp860970721-6916) [n:127.0.0.1:62734_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> 458668 INFO  (zkCallback-2545-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458668 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458668 INFO  (zkCallback-2543-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458672 INFO  (qtp860970721-6916) [n:127.0.0.1:62734_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=stale_state_test_col&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62737_solr&wt=javabin&version=2} status=0 QTime=1875
   [junit4]   2> 458698 INFO  (zkConnectionManagerCallback-2594-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458707 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 458716 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62717/solr ready
   [junit4]   2> 458727 INFO  (qtp106892351-6929) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.S.Request [stale_state_test_col_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=stale_state_test_col:4&wt=javabin&version=2} hits=0 status=0 QTime=7
   [junit4]   2> 458732 INFO  (qtp860970721-6917) [n:127.0.0.1:62734_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62734_solr&action=ADDREPLICA&collection=stale_state_test_col&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 458745 INFO  (OverseerCollectionConfigSetProcessor-72157004218499081-127.0.0.1:62734_solr-n_0000000000) [n:127.0.0.1:62734_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> 458757 INFO  (OverseerThreadFactory-2346-thread-2-processing-n:127.0.0.1:62734_solr) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:62734_solr for creating new replica of shard shard1 for collection stale_state_test_col
   [junit4]   2> 458759 INFO  (OverseerThreadFactory-2346-thread-2-processing-n:127.0.0.1:62734_solr) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 458765 INFO  (OverseerStateUpdate-72157004218499081-127.0.0.1:62734_solr-n_0000000000) [n:127.0.0.1:62734_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"stale_state_test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"stale_state_test_col_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62734/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62734_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 458869 INFO  (zkCallback-2543-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458869 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 458982 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr    x:stale_state_test_col_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=stale_state_test_col_shard1_replica_n3&action=CREATE&collection=stale_state_test_col&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 459013 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 459027 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.IndexSchema [stale_state_test_col_shard1_replica_n3] Schema name=test
   [junit4]   2> 459113 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459113 INFO  (zkCallback-2543-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459137 WARN  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 459137 WARN  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 459137 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 459137 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'stale_state_test_col_shard1_replica_n3' using configuration from collection stale_state_test_col, trusted=true
   [junit4]   2> 459137 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62734.solr.core.stale_state_test_col.shard1.replica_n3' (registry 'solr.core.stale_state_test_col.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd3735c
   [junit4]   2> 459137 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.SolrCore [[stale_state_test_col_shard1_replica_n3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node2\stale_state_test_col_shard1_replica_n3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.impl.CloudHttp2SolrClientTest_FD40936E2E0222B-001\tempDir-001\node2\.\stale_state_test_col_shard1_replica_n3\data\]
   [junit4]   2> 459243 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 459243 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 459282 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 459282 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 459282 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@46506e0d[stale_state_test_col_shard1_replica_n3] main]
   [junit4]   2> 459293 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 459299 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 459300 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 459300 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629502397678092288
   [junit4]   2> 459303 INFO  (searcherExecutor-2361-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.SolrCore [stale_state_test_col_shard1_replica_n3] Registered new searcher Searcher@46506e0d[stale_state_test_col_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 459314 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/stale_state_test_col/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 459314 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/stale_state_test_col/leaders/shard1
   [junit4]   2> 459320 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.ZkController Core needs to recover:stale_state_test_col_shard1_replica_n3
   [junit4]   2> 459327 INFO  (updateExecutor-2535-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 459341 INFO  (qtp860970721-6920) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=stale_state_test_col_shard1_replica_n3&action=CREATE&collection=stale_state_test_col&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=358
   [junit4]   2> 459343 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 459344 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 459350 INFO  (qtp106892351-6942) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.S.Request [stale_state_test_col_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 459350 INFO  (qtp106892351-6942) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.S.Request [stale_state_test_col_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 459351 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[stale_state_test_col_shard1_replica_n3]
   [junit4]   2> 459351 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 459351 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Publishing state of core [stale_state_test_col_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/] and I am [http://127.0.0.1:62734/solr/stale_state_test_col_shard1_replica_n3/]
   [junit4]   2> 459354 INFO  (qtp860970721-6917) [n:127.0.0.1:62734_solr c:stale_state_test_col   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:62734_solr&action=ADDREPLICA&collection=stale_state_test_col&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=621
   [junit4]   2> 459355 INFO  (TEST-CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[FD40936E2E0222B]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: stale_state_test_col failOnTimeout:true timeout (sec):330
   [junit4]   2> 459357 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:62737/solr]; [WaitForState: action=PREPRECOVERY&core=stale_state_test_col_shard1_replica_n1&nodeName=127.0.0.1:62734_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   2> 459364 INFO  (qtp106892351-6925) [n:127.0.0.1:62737_solr    x:stale_state_test_col_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 459368 INFO  (qtp106892351-6925) [n:127.0.0.1:62737_solr    x:stale_state_test_col_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=stale_state_test_col, shard=shard1, thisCore=stale_state_test_col_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:62734_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"stale_state_test_col_shard1_replica_n3","base_url":"http://127.0.0.1:62734/solr","node_name":"127.0.0.1:62734_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 459467 INFO  (zkCallback-2545-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459468 INFO  (zkCallback-2582-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459468 INFO  (zkCallback-2543-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459468 INFO  (zkCallback-2543-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 459469 INFO  (watches-2547-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=stale_state_test_col, shard=shard1, thisCore=stale_state_test_col_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:62734_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"stale_state_test_col_shard1_replica_n3","base_url":"http://127.0.0.1:62734/solr","node_name":"127.0.0.1:62734_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 459469 INFO  (watches-2547-thread-2) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=stale_state_test_col, shard=shard1, thisCore=stale_state_test_col_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:62734_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"stale_state_test_col_shard1_replica_n3","base_url":"http://127.0.0.1:62734/solr","node_name":"127.0.0.1:62734_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 459469 INFO  (qtp106892351-6925) [n:127.0.0.1:62737_solr    x:stale_state_test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:62734_solr&onlyIfLeaderActive=true&core=stale_state_test_col_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 459469 INFO  (zkCallback-2545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459470 INFO  (zkCallback-2545-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/stale_state_test_col/state.json] for collection [stale_state_test_col] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 459972 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 459980 WARN  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 459980 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 459980 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 459980 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/].
   [junit4]   2> 459985 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629502398396366848,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 460012 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 460019 INFO  (qtp860970721-6915) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 460019 INFO  (qtp860970721-6915) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [stale_state_test_col_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:62737/solr/stale_state_test_col_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 460026 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 460030 INFO  (qtp106892351-6926) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [stale_state_test_col_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 49
   [junit4]   2> 460079 INFO  (qtp106892351-6927) [n:127.0.0.1:62737_solr c:stale_state_test_col s:shard1 r:core_node2 x:stale_state_test_col_shard1_replica_n1] o.a.s.c.S.Request [stale_state_test_col_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 460079 INFO  (recoveryExecutor-2540-thread-1-processing-n:127.0.0.1:62734_solr x:stale_state_test_col_shard1_replica_n3 c:stale_state_test_col s:shard1 r:core_node4) [n:127.0.0.1:62734_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7bad0352[stale_state_te

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

y.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    >  expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
   [junit4]    > 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD40936E2E0222B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:325)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
   [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 [163/192 (1!)] on J1 in 169.85s, 16 tests, 1 failure <<< FAILURES!

[...truncated 41558 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/170/consoleText

[repro] Revision: ae95487db69a730ebec7ee5c8f562dccdeb6611f

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

[repro] ant clean

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

[...truncated 2737 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CloudHttp2SolrClientTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=FD40936E2E0222B -Dtests.slow=true -Dtests.locale=yo -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 148 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
[repro] Exiting with code 0

[...truncated 78 lines...]

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-13-ea+12) - Build # 169 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/169/
Java: 64bit/jdk-13-ea+12 -XX:-UseCompressedOops -XX:+UseG1GC

14 tests failed.
FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3372, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3372, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3505, name=httpShardExecutor-938-thread-11, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3505, name=httpShardExecutor-938-thread-11, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3503, name=httpShardExecutor-938-thread-9, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3503, name=httpShardExecutor-938-thread-9, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3498, name=httpShardExecutor-938-thread-4, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3498, name=httpShardExecutor-938-thread-4, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3452, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3452, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3433, name=ScheduledTrigger-955-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3433, name=ScheduledTrigger-955-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3413, name=OverseerStateUpdate-72155195453865993-127.0.0.1:55946_solr-n_0000000000, state=RUNNABLE, group=Overseer state updater.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3413, name=OverseerStateUpdate-72155195453865993-127.0.0.1:55946_solr-n_0000000000, state=RUNNABLE, group=Overseer state updater.]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3458, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3458, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3434, name=SolrRrdBackendFactory-962-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3434, name=SolrRrdBackendFactory-962-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.IllegalMonitorStateException
	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3449, name=MetricsHistoryHandler-968-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3449, name=MetricsHistoryHandler-968-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3423, name=SolrRrdBackendFactory-953-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3423, name=SolrRrdBackendFactory-953-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.IllegalMonitorStateException
	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3435, name=MetricsHistoryHandler-963-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3435, name=MetricsHistoryHandler-963-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
Caused by: java.lang.IllegalMonitorStateException
	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 15178 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> 154957 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[61AAECF6CFCB5330]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\init-core-data-001
   [junit4]   2> 154959 WARN  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[61AAECF6CFCB5330]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 154959 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[61AAECF6CFCB5330]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 154961 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[61AAECF6CFCB5330]-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> 154964 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 154964 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001
   [junit4]   2> 154965 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 154966 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 154966 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 155094 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.ZkTestServer start zk server on port:53973
   [junit4]   2> 155094 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53973
   [junit4]   2> 155094 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53973
   [junit4]   2> 155627 INFO  (zkConnectionManagerCallback-776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155653 INFO  (zkConnectionManagerCallback-778-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155658 INFO  (zkConnectionManagerCallback-780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155667 WARN  (jetty-launcher-781-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155667 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 155680 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bb8fa5d{/solr,null,AVAILABLE}
   [junit4]   2> 155684 WARN  (jetty-launcher-781-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 155684 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 155684 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 155684 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 155687 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155687 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155687 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 155687 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fc316d6{/solr,null,AVAILABLE}
   [junit4]   2> 155704 WARN  (jetty-launcher-781-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 155705 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 155705 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 155705 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 155706 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155706 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155706 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 155706 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2453e3eb{/solr,null,AVAILABLE}
   [junit4]   2> 155744 WARN  (jetty-launcher-781-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 155744 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 155744 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 155744 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 155745 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155745 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155745 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 155746 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@765ebed5{/solr,null,AVAILABLE}
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@758b3057{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54038}
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.e.j.s.Server Started @155805ms
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54038}
   [junit4]   2> 155747 ERROR (jetty-launcher-781-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155747 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T23:02:00.432627100Z
   [junit4]   2> 155817 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24679eb6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54041}
   [junit4]   2> 155817 INFO  (jetty-launcher-781-thread-2) [    ] o.e.j.s.Server Started @155875ms
   [junit4]   2> 155817 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54041}
   [junit4]   2> 155818 ERROR (jetty-launcher-781-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155818 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 155818 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 155818 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155818 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155818 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T23:02:00.503009300Z
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45d4d1d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54044}
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.e.j.s.Server Started @155882ms
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54044}
   [junit4]   2> 155823 ERROR (jetty-launcher-781-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155823 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T23:02:00.508912100Z
   [junit4]   2> 155846 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e126db3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54047}
   [junit4]   2> 155846 INFO  (jetty-launcher-781-thread-4) [    ] o.e.j.s.Server Started @155904ms
   [junit4]   2> 155846 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54047}
   [junit4]   2> 155847 ERROR (jetty-launcher-781-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155847 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 155847 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 155847 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155847 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155847 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-30T23:02:00.532166400Z
   [junit4]   2> 155915 INFO  (zkConnectionManagerCallback-783-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155916 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155923 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10058c3a6360003, likely client has closed socket
   [junit4]   2> 155942 INFO  (zkConnectionManagerCallback-785-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155944 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 156047 INFO  (zkConnectionManagerCallback-787-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156111 INFO  (zkConnectionManagerCallback-789-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156117 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 156118 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 156118 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 156315 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 156319 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 156328 WARN  (jetty-launcher-781-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6d252683[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156340 WARN  (jetty-launcher-781-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b8010c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156347 WARN  (jetty-launcher-781-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7cca4269[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156347 INFO  (jetty-launcher-781-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53973/solr
   [junit4]   2> 156348 WARN  (jetty-launcher-781-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6a3286ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156359 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 156367 WARN  (jetty-launcher-781-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6c2c7bb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156368 INFO  (jetty-launcher-781-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53973/solr
   [junit4]   2> 156369 WARN  (jetty-launcher-781-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@309f6385[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156407 WARN  (jetty-launcher-781-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@41a2813b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156407 INFO  (jetty-launcher-781-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53973/solr
   [junit4]   2> 156422 INFO  (zkConnectionManagerCallback-803-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156429 WARN  (jetty-launcher-781-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6764f535[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 156430 INFO  (jetty-launcher-781-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53973/solr
   [junit4]   2> 156432 INFO  (zkConnectionManagerCallback-809-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156433 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10058c3a6360008, likely client has closed socket
   [junit4]   2> 156437 INFO  (zkConnectionManagerCallback-814-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156439 INFO  (zkConnectionManagerCallback-816-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156452 INFO  (zkConnectionManagerCallback-819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156454 INFO  (zkConnectionManagerCallback-821-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156613 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54038_solr
   [junit4]   2> 156613 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.Overseer Overseer (id=72155191368351754-127.0.0.1:54038_solr-n_0000000000) starting
   [junit4]   2> 156621 INFO  (zkConnectionManagerCallback-823-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156668 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54044_solr
   [junit4]   2> 156712 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156715 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54047_solr as DOWN
   [junit4]   2> 156716 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156716 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54047_solr
   [junit4]   2> 156748 INFO  (zkConnectionManagerCallback-827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156748 INFO  (zkConnectionManagerCallback-834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156748 INFO  (zkCallback-822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 156752 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 156752 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 156754 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 156756 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54038_solr as DOWN
   [junit4]   2> 156757 INFO  (zkCallback-820-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156758 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156758 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54038_solr
   [junit4]   2> 156758 INFO  (zkCallback-822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156758 INFO  (zkCallback-820-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156758 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156761 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 156767 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54041_solr as DOWN
   [junit4]   2> 156767 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156767 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54041_solr
   [junit4]   2> 156767 INFO  (zkCallback-820-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156767 INFO  (zkCallback-822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156767 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156792 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 156808 INFO  (OverseerStateUpdate-72155191368351754-127.0.0.1:54038_solr-n_0000000000) [n:127.0.0.1:54038_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54038_solr
   [junit4]   2> 156827 INFO  (zkConnectionManagerCallback-841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156828 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54038.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156828 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 156833 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 156834 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 156839 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54038.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156839 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54038.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156839 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:54038_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node1\.
   [junit4]   2> 156853 INFO  (zkConnectionManagerCallback-846-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156857 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 156857 INFO  (zkCallback-826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156864 INFO  (zkConnectionManagerCallback-854-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156865 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 156869 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 156869 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 156869 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 156871 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 156871 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 156898 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54044.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156921 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54047.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156921 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54041.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156927 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54044.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156927 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54044.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156934 INFO  (jetty-launcher-781-thread-3) [n:127.0.0.1:54044_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node3\.
   [junit4]   2> 156945 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54047.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156945 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54047.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156950 INFO  (jetty-launcher-781-thread-4) [n:127.0.0.1:54047_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node4\.
   [junit4]   2> 156954 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54041.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156954 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54041.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 156957 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:54041_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\.
   [junit4]   2> 157159 INFO  (zkConnectionManagerCallback-862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157163 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 157166 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 157168 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@5659e653
   [junit4]   2> 157168 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:53973/solr
   [junit4]   2> 157176 INFO  (zkConnectionManagerCallback-867-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157178 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 157180 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[61AAECF6CFCB5330]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53973/solr ready
   [junit4]   2> 157183 INFO  (qtp315917333-2082) [n:127.0.0.1:54038_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=test&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 157189 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"test",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 157191 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/test/managed-schema
   [junit4]   2> 157193 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/test/protwords.txt
   [junit4]   2> 157195 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/test/solrconfig.xml
   [junit4]   2> 157197 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/test/synonyms.txt
   [junit4]   2> 157198 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/test/stopwords.txt
   [junit4]   2> 157200 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/test/lang/contractions_it.txt
   [junit4]   2> 157202 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/test/lang/contractions_ca.txt
   [junit4]   2> 157204 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/test/lang/stemdict_nl.txt
   [junit4]   2> 157207 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/test/lang/stopwords_hy.txt
   [junit4]   2> 157209 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/test/lang/stopwords_no.txt
   [junit4]   2> 157211 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/test/lang/stopwords_id.txt
   [junit4]   2> 157213 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/test/lang/stopwords_da.txt
   [junit4]   2> 157215 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/test/lang/stopwords_ga.txt
   [junit4]   2> 157216 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/test/lang/stopwords_hi.txt
   [junit4]   2> 157218 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/test/lang/stopwords_ja.txt
   [junit4]   2> 157218 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/test/lang/stopwords_pt.txt
   [junit4]   2> 157224 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/test/lang/stopwords_hu.txt
   [junit4]   2> 157226 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/test/lang/stopwords_el.txt
   [junit4]   2> 157228 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/test/lang/stopwords_ru.txt
   [junit4]   2> 157230 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/test/lang/stopwords_tr.txt
   [junit4]   2> 157232 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/test/lang/stopwords_ar.txt
   [junit4]   2> 157234 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/test/lang/userdict_ja.txt
   [junit4]   2> 157237 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/test/lang/stopwords_eu.txt
   [junit4]   2> 157239 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/test/lang/stopwords_it.txt
   [junit4]   2> 157241 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/test/lang/stopwords_cz.txt
   [junit4]   2> 157243 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/test/lang/stoptags_ja.txt
   [junit4]   2> 157249 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/test/lang/contractions_fr.txt
   [junit4]   2> 157254 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/test/lang/stopwords_de.txt
   [junit4]   2> 157264 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/test/lang/stopwords_fa.txt
   [junit4]   2> 157266 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/test/lang/contractions_ga.txt
   [junit4]   2> 157268 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/test/lang/stopwords_ca.txt
   [junit4]   2> 157270 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/test/lang/stopwords_nl.txt
   [junit4]   2> 157272 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/test/lang/stopwords_bg.txt
   [junit4]   2> 157274 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/test/lang/stopwords_en.txt
   [junit4]   2> 157275 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/test/lang/stopwords_es.txt
   [junit4]   2> 157277 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/test/lang/stopwords_lv.txt
   [junit4]   2> 157278 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/test/lang/stopwords_ro.txt
   [junit4]   2> 157278 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/test/lang/stopwords_th.txt
   [junit4]   2> 157284 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/test/lang/stopwords_fr.txt
   [junit4]   2> 157285 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/test/lang/stopwords_sv.txt
   [junit4]   2> 157290 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/test/lang/stopwords_fi.txt
   [junit4]   2> 157293 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/test/lang/hyphenations_ga.txt
   [junit4]   2> 157296 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/test/lang/stopwords_gl.txt
   [junit4]   2> 157299 INFO  (OverseerThreadFactory-669-thread-1-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/test/params.json
   [junit4]   2> 157303 INFO  (qtp315917333-2082) [n:127.0.0.1:54038_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=test&action=CREATE&wt=javabin&version=2} status=0 QTime=119
   [junit4]   2> 157304 INFO  (qtp315917333-2084) [n:127.0.0.1:54038_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=test&name=test&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 157307 INFO  (OverseerCollectionConfigSetProcessor-72155191368351754-127.0.0.1:54038_solr-n_0000000000) [n:127.0.0.1:54038_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> 157308 INFO  (OverseerThreadFactory-669-thread-2-processing-n:127.0.0.1:54038_solr) [n:127.0.0.1:54038_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test
   [junit4]   2> 157423 INFO  (OverseerStateUpdate-72155191368351754-127.0.0.1:54038_solr-n_0000000000) [n:127.0.0.1:54038_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54041/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 157628 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr    x:test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=test&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 158761 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 158762 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 158764 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 158765 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 158765 WARN  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 158773 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 158836 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 159185 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 159229 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_shard1_replica_n1' using configuration from collection test, trusted=true
   [junit4]   2> 159229 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54041.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 159235 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\.\test_shard1_replica_n1\data\]
   [junit4]   2> 159278 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 159802 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 159802 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 159958 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 159958 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 159974 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a2de7f2[test_shard1_replica_n1] main]
   [junit4]   2> 159975 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 159975 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 159985 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/test/managed-schema
   [junit4]   2> 159992 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 159992 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 160002 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_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> 160023 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 160023 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629473393562615808
   [junit4]   2> 160028 INFO  (searcherExecutor-680-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@2a2de7f2[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160028 INFO  (searcherExecutor-680-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 160028 INFO  (searcherExecutor-680-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 160034 INFO  (searcherExecutor-680-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [test_shard1_replica_n1] Registered new searcher Searcher@2a2de7f2[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160054 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 160055 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test/leaders/shard1
   [junit4]   2> 160062 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 160062 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 160062 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54041/solr/test_shard1_replica_n1/
   [junit4]   2> 160063 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 160063 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:54041/solr/test_shard1_replica_n1/ has no replicas
   [junit4]   2> 160063 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test/leaders/shard1/leader after winning as /collections/test/leader_elect/shard1/election/72155191368351758-core_node2-n_0000000000
   [junit4]   2> 160066 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54041/solr/test_shard1_replica_n1/ shard1
   [junit4]   2> 160075 INFO  (zkCallback-826-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 160083 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 160088 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=test&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2462
   [junit4]   2> 160113 INFO  (qtp315917333-2084) [n:127.0.0.1:54038_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> 160244 INFO  (zkCallback-826-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 160244 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 160244 INFO  (zkCallback-826-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 160247 INFO  (qtp315917333-2084) [n:127.0.0.1:54038_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=test&name=test&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2943
   [junit4]   2> 160359 INFO  (qtp618389145-2093) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"test"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 160360 INFO  (qtp618389145-2093) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection test
   [junit4]   2> 160362 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160362 INFO  (Thread-380) [    ] o.a.s.c.SolrCore config update listener called for core test_shard1_replica_n1
   [junit4]   2> 160368 INFO  (Thread-380) [    ] o.a.s.c.SolrCore core reload test_shard1_replica_n1
   [junit4]   2> 160396 INFO  (Thread-380) [    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 160396 INFO  (Thread-380) [    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 160396 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 160396 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 160397 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 160397 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 160397 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 160397 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 160398 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 160398 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 160398 WARN  (Thread-380) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 160409 INFO  (Thread-380) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 160439 INFO  (Thread-380) [    ] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 160489 INFO  (qtp618389145-2095) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 160490 INFO  (qtp618389145-2095) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 160491 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 160491 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160492 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 160602 INFO  (qtp618389145-2096) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 160602 INFO  (qtp618389145-2096) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 160604 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 160604 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160607 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 160707 INFO  (qtp618389145-2120) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 160707 INFO  (qtp618389145-2120) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 160708 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 160708 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160709 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 160814 INFO  (qtp618389145-2123) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 160815 INFO  (qtp618389145-2123) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 160815 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 4 attempts
   [junit4]   2> 160815 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160817 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 160842 INFO  (Thread-380) [    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 160913 INFO  (Thread-380) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'test_shard1_replica_n1' using configuration from collection test
   [junit4]   2> 160920 INFO  (qtp618389145-2091) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 160920 INFO  (qtp618389145-2091) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 160920 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 5 attempts
   [junit4]   2> 160920 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 160921 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 160959 INFO  (Thread-380) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54041.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0f3837
   [junit4]   2> 160959 INFO  (Thread-380) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\test_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_61AAECF6CFCB5330-001\tempDir-001\node2\.\test_shard1_replica_n1\data\]
   [junit4]   2> 160962 INFO  (Thread-380) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 161026 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 161026 INFO  (qtp618389145-2092) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 161029 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 6 attempts
   [junit4]   2> 161029 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 161029 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 161129 INFO  (Thread-380) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 161129 INFO  (Thread-380) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 161138 INFO  (qtp618389145-2094) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 161138 INFO  (qtp618389145-2094) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 161140 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:54041/solr/test_shard1_replica_n1/ for prop overlay   after 7 attempts
   [junit4]   2> 161140 INFO  (solrHandlerExecutor-685-thread-1-processing-n:127.0.0.1:54041_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:54041_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 161140 INFO  (SolrConfigHandler-re

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

nError: Captured an uncaught exception in thread: Thread[id=3452, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3433, name=ScheduledTrigger-955-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3413, name=OverseerStateUpdate-72155195453865993-127.0.0.1:55946_solr-n_0000000000, state=RUNNABLE, group=Overseer state updater.]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3458, name=Connection evictor, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3434, name=SolrRrdBackendFactory-962-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.IllegalMonitorStateException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
   [junit4]    > 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)Throwable #11: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3449, name=MetricsHistoryHandler-968-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #12: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3423, name=SolrRrdBackendFactory-953-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.IllegalMonitorStateException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
   [junit4]    > 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)Throwable #13: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3435, name=MetricsHistoryHandler-963-thread-1, state=RUNNABLE, group=TGRP-CategoryRoutedAliasUpdateProcessorTest]
   [junit4]    > Caused by: java.lang.IllegalMonitorStateException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([61AAECF6CFCB5330]:0)
   [junit4]    > 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1981)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1192)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4] Completed [649/846 (1!)] on J1 in 7219.53s, 5 tests, 14 errors <<< FAILURES!

[...truncated 615 lines...]
   [junit4] JVM J1: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20190330_225924_3757649924042973087331.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\heapdumps\java_pid19208.hprof ...
   [junit4] Heap dump file created [606059055 bytes in 9.181 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20190330_225924_3751884924562847834022.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-1254-thread-2-SendThread(127.0.0.1:55932)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "ScheduledTrigger-955-thread-4"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[61AAECF6CFCB5330]-SendThread(127.0.0.1:55932)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-1254-thread-1-SendThread(127.0.0.1:55932)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-1254-thread-2-SendThread(127.0.0.1:55932)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-1254-thread-4-SendThread(127.0.0.1:55932)"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "httpShardExecutor-938-thread-10"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-960-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "searcherExecutor-1172-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "MetricsHistoryHandler-961-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Thread-576"
   [junit4] 
   [junit4] Exception: java.lang
   [junit4] .IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "MetricsHistoryHandler-954-thread-1"
   [junit4] <<< JVM J1: EOF ----

[...truncated 8958 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid19208.hprof

Total time: 184 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
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