Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.3/66/

2 tests failed.
FAILED:  org.apache.solr.cloud.AddReplicaTest.test

Error Message:
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:44520/solr","node_name":"127.0.0.1:44520_solr","state":"active","type":"NRT"}

Stack Trace:
java.lang.AssertionError: 
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:44520/solr","node_name":"127.0.0.1:44520_solr","state":"active","type":"NRT"}
        at 
__randomizedtesting.SeedInfo.seed([89D0A0941F0A2663:1849F4EB1F64B9B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.AddReplicaTest.test(AddReplicaTest.java:84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.lang.Thread.run(Thread.java:748)


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([89D0A0941F0A2663:681B5D0024B910B2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:63)
        at 
org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13862 lines...]
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/init-core-data-001
   [junit4]   2> 2442961 WARN  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2442962 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2442963 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2442964 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2442964 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001
   [junit4]   2> 2442964 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2442965 INFO  (Thread-3585) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2442965 INFO  (Thread-3585) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2442966 ERROR (Thread-3585) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2443065 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41945
   [junit4]   2> 2443074 INFO  (zkConnectionManagerCallback-4067-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443149 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2443151 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2443154 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2443162 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2443223 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2443223 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2443223 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2443230 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@767c8537{/solr,null,AVAILABLE}
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f551f1a{SSL,[ssl, 
http/1.1]}{127.0.0.1:55566}
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.e.j.s.Server Started @2450744ms
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55566}
   [junit4]   2> 2443231 ERROR (jetty-launcher-4064-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.1
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2443231 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2443232 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-10T01:37:20.868Z
   [junit4]   2> 2443256 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2443256 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2443256 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2443257 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5becc390{/solr,null,AVAILABLE}
   [junit4]   2> 2443257 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@61e9475c{SSL,[ssl, 
http/1.1]}{127.0.0.1:39728}
   [junit4]   2> 2443257 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.e.j.s.Server Started @2450771ms
   [junit4]   2> 2443257 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39728}
   [junit4]   2> 2443258 ERROR (jetty-launcher-4064-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2443258 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.1
   [junit4]   2> 2443258 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2443258 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2443258 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-10T01:37:20.895Z
   [junit4]   2> 2443308 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2443308 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2443308 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2443309 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f3db92b{/solr,null,AVAILABLE}
   [junit4]   2> 2443309 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5cc08691{SSL,[ssl, 
http/1.1]}{127.0.0.1:58438}
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.e.j.s.Server Started @2450823ms
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58438}
   [junit4]   2> 2443310 ERROR (jetty-launcher-4064-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.1
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2443310 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-10T01:37:20.947Z
   [junit4]   2> 2443311 INFO  (zkConnectionManagerCallback-4069-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443318 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2443458 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2443458 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2443458 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2443459 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@654ac516{/solr,null,AVAILABLE}
   [junit4]   2> 2443459 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6f2f3f82{SSL,[ssl, 
http/1.1]}{127.0.0.1:44520}
   [junit4]   2> 2443459 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.e.j.s.Server Started @2450973ms
   [junit4]   2> 2443459 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44520}
   [junit4]   2> 2443460 ERROR (jetty-launcher-4064-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2443460 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.1
   [junit4]   2> 2443460 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2443460 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2443460 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-10T01:37:21.097Z
   [junit4]   2> 2443476 INFO  (zkConnectionManagerCallback-4075-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443477 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2443489 INFO  (zkConnectionManagerCallback-4071-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443490 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2443516 INFO  (zkConnectionManagerCallback-4073-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443517 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2443527 INFO  (jetty-launcher-4064-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41945/solr
   [junit4]   2> 2443542 INFO  (jetty-launcher-4064-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41945/solr
   [junit4]   2> 2443554 INFO  (jetty-launcher-4064-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41945/solr
   [junit4]   2> 2443579 INFO  (jetty-launcher-4064-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41945/solr
   [junit4]   2> 2443562 INFO  (zkConnectionManagerCallback-4080-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443612 INFO  (zkConnectionManagerCallback-4091-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443614 INFO  (zkConnectionManagerCallback-4085-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443614 INFO  (zkConnectionManagerCallback-4089-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443614 DEBUG (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$42/2030896868@6fd1fff
   [junit4]   2> 2443614 DEBUG (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$42/2030896868@3717f8ff
   [junit4]   2> 2443631 DEBUG (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$42/2030896868@7d010e10
   [junit4]   2> 2443770 DEBUG (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$42/2030896868@7448b11
   [junit4]   2> 2443771 INFO  
(zkConnectionManagerCallback-4093-thread-1-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443808 INFO  
(zkConnectionManagerCallback-4097-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2443815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2443815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2443816 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2443816 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2443817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 2443822 INFO  
(zkConnectionManagerCallback-4095-thread-1-processing-n:127.0.0.1:39728_solr) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443823 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443824 DEBUG (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73772549106565130-127.0.0.1:58438_solr-n_0000000000
   [junit4]   2> 2443824 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58438_solr
   [junit4]   2> 2443826 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer Overseer 
(id=73772549106565130-127.0.0.1:58438_solr-n_0000000000) starting
   [junit4]   2> 2443834 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2443835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2443835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2443835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2443836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2443837 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 2443842 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443843 DEBUG (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73772549106565131-127.0.0.1:39728_solr-n_0000000001
   [junit4]   2> 2443843 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73772549106565130-127.0.0.1:58438_solr-n_0000000000
   [junit4]   2> 2443844 DEBUG (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73772549106565130-127.0.0.1:58438_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2443844 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39728_solr
   [junit4]   2> 2443845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2443845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2443874 INFO  
(zkConnectionManagerCallback-4099-thread-1-processing-n:127.0.0.1:44520_solr) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443882 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2443882 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2443882 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2443882 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2443883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2443883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2443884 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 2443885 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2443887 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443888 DEBUG (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73772549106565132-127.0.0.1:44520_solr-n_0000000002
   [junit4]   2> 2443889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73772549106565131-127.0.0.1:39728_solr-n_0000000001
   [junit4]   2> 2443889 DEBUG (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73772549106565131-127.0.0.1:39728_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 2443889 DEBUG (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44520_solr as DOWN
   [junit4]   2> 2443891 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44520_solr
   [junit4]   2> 2443893 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2443894 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2443971 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2443971 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2443971 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2443971 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2443972 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2443972 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2443973 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 2443974 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443974 DEBUG (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73772549106565129-127.0.0.1:55566_solr-n_0000000003
   [junit4]   2> 2443975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73772549106565132-127.0.0.1:44520_solr-n_0000000002
   [junit4]   2> 2443975 DEBUG (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73772549106565132-127.0.0.1:44520_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 2443975 DEBUG (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55566_solr as DOWN
   [junit4]   2> 2443976 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55566_solr
   [junit4]   2> 2443977 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2443998 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444009 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444022 INFO  
(zkCallback-4096-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2444023 INFO  
(zkCallback-4092-thread-1-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2444023 INFO  
(zkCallback-4094-thread-1-processing-n:127.0.0.1:39728_solr) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2444030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444030 INFO  
(zkCallback-4096-thread-2-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 2444058 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444086 INFO  
(zkCallback-4098-thread-1-processing-n:127.0.0.1:44520_solr) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 2444090 INFO  
(zkConnectionManagerCallback-4107-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2444091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444091 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2444091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2444092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2444092 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41945/solr ready
   [junit4]   2> 2444097 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39728.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444120 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2444122 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 2444123 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444123 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44520_solr"} current state version: 0
   [junit4]   2> 2444124 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44520_solr
   [junit4]   2> 2444124 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr"} current state version: 0
   [junit4]   2> 2444124 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:55566_solr
   [junit4]   2> 2444133 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39728.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444133 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39728.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444135 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node1/.
   [junit4]   2> 2444138 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 2444140 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 2444141 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2444179 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 2444180 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 2444180 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 2444180 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:55566_solr, 127.0.0.1:44520_solr, 127.0.0.1:39728_solr]
   [junit4]   2> 2444181 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2444181 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 2444192 DEBUG (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58438_solr as DOWN
   [junit4]   2> 2444193 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444194 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58438_solr
   [junit4]   2> 2444195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2444195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2444195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2444195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2444195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 2444225 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58438_solr"} current state version: 0
   [junit4]   2> 2444225 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:58438_solr
   [junit4]   2> 2444237 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444237 INFO  
(zkCallback-4092-thread-1-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2444252 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444252 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444252 INFO  
(zkCallback-4098-thread-1-processing-n:127.0.0.1:44520_solr) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2444253 INFO  
(zkCallback-4094-thread-1-processing-n:127.0.0.1:39728_solr) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2444253 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444258 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 2444265 INFO  
(zkCallback-4106-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2444292 INFO  
(zkConnectionManagerCallback-4111-thread-1-processing-n:127.0.0.1:39728_solr) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444291 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55566.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444286 DEBUG 
(OverseerAutoScalingTriggerThread-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2444286 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444292 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444284 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44520.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444292 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 2444293 INFO  
(zkCallback-4096-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2444293 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2444293 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444294 DEBUG (ScheduledTrigger-6836-thread-1) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 2444294 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2444294 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2444294 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2444295 INFO  (jetty-launcher-4064-thread-2) 
[n:127.0.0.1:39728_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41945/solr ready
   [junit4]   2> 2444331 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55566.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444332 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55566.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444333 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44520.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444333 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node4/.
   [junit4]   2> 2444333 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44520.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444334 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444334 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444346 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node2/.
   [junit4]   2> 2444504 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58438.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444521 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58438.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444522 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58438.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2444523 INFO  (jetty-launcher-4064-thread-3) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node3/.
   [junit4]   2> 2444524 INFO  
(zkConnectionManagerCallback-4116-thread-1-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444524 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2444525 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444534 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2444534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2444534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444535 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2444535 INFO  (jetty-launcher-4064-thread-4) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41945/solr ready
   [junit4]   2> 2444535 INFO  
(zkConnectionManagerCallback-4119-thread-1-processing-n:127.0.0.1:44520_solr) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2444537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444538 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2444538 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2444538 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444538 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2444539 INFO  (jetty-launcher-4064-thread-1) 
[n:127.0.0.1:44520_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41945/solr ready
   [junit4]   2> 2444674 INFO  (zkConnectionManagerCallback-4121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444683 INFO  (zkConnectionManagerCallback-4125-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 2444686 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 2444686 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2444686 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 2444686 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444687 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 2444687 INFO  
(SUITE-AddReplicaTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41945/solr ready
   [junit4]   2> 2444776 INFO  
(TEST-AddReplicaTest.test-seed#[89D0A0941F0A2663]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 2444779 INFO  (zkConnectionManagerCallback-4127-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444814 INFO  (qtp223355766-16493) [n:127.0.0.1:39728_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=addreplicatest_coll&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2444815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2444815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2444816 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 2444816 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 2444817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2444817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2444817 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 2444818 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 2444818 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 2444818 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 2444818 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2444819 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 2444819 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2444819 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2444819 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 2444819 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2444820 DEBUG 
(OverseerCollectionConfigSetProcessor-73772549106565130-127.0.0.1:58438_solr-n_0000000000)
 [n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 2444820 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 2444820 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2444820 INFO  
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
addreplicatest_coll
   [junit4]   2> 2444822 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 2444822 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
creating collections conf node /collections/addreplicatest_coll 
   [junit4]   2> 2444823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444825 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for 
collection zkNode:addreplicatest_coll
   [junit4]   2> 2444826 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 2444827 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444827 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444828 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2444828 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: addreplicatest_coll
   [junit4]   2> 2444830 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/addreplicatest_coll/state.json
   [junit4]   2> 2444830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444832 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444833 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444843 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2444967 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores 
for new collection addreplicatest_coll, shardNames [shard1, shard2] , message : 
{
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2444974 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard1_replica_n1 as part of shard shard1 of collection 
addreplicatest_coll on 127.0.0.1:55566_solr
   [junit4]   2> 2444975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444976 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2444976 INFO  
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2444978 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 2444978 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2444979 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard2_replica_n3 as part of shard shard2 of collection 
addreplicatest_coll on 127.0.0.1:58438_solr
   [junit4]   2> 2444986 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2444987 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2444987 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n3] cores but found {}
   [junit4]   2> 2444988 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2444988 INFO  
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2444989 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 2444989 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node4":{
   [junit4]   2>       "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>       "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2444998 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 2445088 DEBUG 
(OverseerThreadFactory-6841-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n3] cores but found {}
   [junit4]   2> 2445089 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 0
   [junit4]   2> 2445090 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2445091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2445502 DEBUG (ScheduledTrigger-6836-thread-1) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 2445503 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2445504 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2445506 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445526 DEBUG (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController publishing 
state=down
   [junit4]   2> 2445533 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard2_replica_n3&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2445534 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2445541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2445542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2445542 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2445542 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2445543 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"addreplicatest_coll_shard1_replica_n1","base_url":"https://127.0.0.1:55566/solr","node_name":"127.0.0.1:55566_solr","state":"down","type":"NRT"}
   [junit4]   2> 2445543 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 2445546 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445546 DEBUG (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Registering watch 
for collection addreplicatest_coll
   [junit4]   2> 2445546 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445553 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkController publishing 
state=down
   [junit4]   2> 2445553 DEBUG (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController waiting to find 
shard id in clusterstate for addreplicatest_coll_shard1_replica_n1
   [junit4]   2> 2445554 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2445555 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2445555 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkController Registering watch 
for collection addreplicatest_coll
   [junit4]   2> 2445555 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445555 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58438_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2445555 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58438_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2445556 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"addreplicatest_coll_shard2_replica_n3","base_url":"https://127.0.0.1:58438/solr","node_name":"127.0.0.1:58438_solr","state":"down","type":"NRT"}
   [junit4]   2> 2445556 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:55566/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:55566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"addreplicatest_coll_shard2_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:58438/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:58438_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 2445556 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkController waiting to find 
shard id in clusterstate for addreplicatest_coll_shard2_replica_n3
   [junit4]   2> 2445657 DEBUG 
(OverseerStateUpdate-73772549106565130-127.0.0.1:58438_solr-n_0000000000) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 1
   [junit4]   2> 2445657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445657 INFO  
(zkCallback-4096-thread-1-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addreplicatest_coll/state.json] for collection 
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2445658 INFO  
(zkCallback-4096-thread-2-processing-n:127.0.0.1:58438_solr) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addreplicatest_coll/state.json] for collection 
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2445658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445658 INFO  
(zkCallback-4092-thread-1-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addreplicatest_coll/state.json] for collection 
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2445659 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 2445659 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2445660 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 2445666 INFO  
(zkCallback-4092-thread-2-processing-n:127.0.0.1:55566_solr) 
[n:127.0.0.1:55566_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addreplicatest_coll/state.json] for collection 
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2445667 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 2446503 DEBUG (ScheduledTrigger-6836-thread-2) 
[n:127.0.0.1:58438_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 2446574 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.1
   [junit4]   2> 2446580 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.1
   [junit4]   2> 2446592 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.s.IndexSchema 
[addreplicatest_coll_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 2446597 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema 
[addreplicatest_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2446603 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 2446603 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'addreplicatest_coll_shard1_replica_n1' using configuration from 
collection addreplicatest_coll, trusted=true
   [junit4]   2> 2446604 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55566.solr.core.addreplicatest_coll.shard1.replica_n1' 
(registry 'solr.core.addreplicatest_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2446604 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2446604 INFO  (qtp2020872318-16482) [n:127.0.0.1:55566_solr 
c:addreplicatest_coll s:shard1 r:core_node2 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[addreplicatest_coll_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node4/addreplicatest_coll_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node4/./addreplicatest_coll_shard1_replica_n1/data/]
   [junit4]   2> 2446606 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 2446606 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.CoreContainer Creating 
SolrCore 'addreplicatest_coll_shard2_replica_n3' using configuration from 
collection addreplicatest_coll, trusted=true
   [junit4]   2> 2446607 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_58438.solr.core.addreplicatest_coll.shard2.replica_n3' 
(registry 'solr.core.addreplicatest_coll.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e4448a4
   [junit4]   2> 2446607 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2446607 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.SolrCore 
[[addreplicatest_coll_shard2_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node3/addreplicatest_coll_shard2_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_89D0A0941F0A2663-001/tempDir-001/node3/./addreplicatest_coll_shard2_replica_n3/data/]
   [junit4]   2> 2446743 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2446743 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2446744 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2446744 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2446746 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ec594d5[addreplicatest_coll_shard2_replica_n3] main]
   [junit4]   2> 2446748 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2446749 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2446750 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 2446750 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1600039151874342912
   [junit4]   2> 2446752 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkController watch zkdir 
/configs/conf1
   [junit4]   2> 2446752 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf1
   [junit4]   2> 2446756 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 2446756 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 2446756 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/addreplicatest_coll/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2446756 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ZkController Register replica 
- core:addreplicatest_coll_shard2_replica_n3 
address:https://127.0.0.1:58438/solr collection:addreplicatest_coll shard:shard2
   [junit4]   2> 2446757 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 2446757 INFO  
(searcherExecutor-6847-thread-1-processing-n:127.0.0.1:58438_solr 
x:addreplicatest_coll_shard2_replica_n3 s:shard2 c:addreplicatest_coll 
r:core_node4) [n:127.0.0.1:58438_solr c:addreplicatest_coll s:shard2 
r:core_node4 x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.SolrCore 
[addreplicatest_coll_shard2_replica_n3] Registered new searcher 
Searcher@ec594d5[addreplicatest_coll_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2446759 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.LeaderElector Joined 
leadership election with path: 
/collections/addreplicatest_coll/leader_elect/shard2/election/73772549106565130-core_node4-n_0000000000
   [junit4]   2> 2446760 DEBUG (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext 
Running the leader process for shard=shard2 and weAreReplacement=false and 
leaderVoteWait=10000
   [junit4]   2> 2446760 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 2446760 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 2446760 INFO  (qtp525376757-16502) [n:127.0.0.1:58438_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58438/solr/addreplicatest_coll_shard2_replica_n3/
   [junit4]   2> 2446760 INFO  (qtp52537675

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

7.0.0.1:48585_solr) [n:127.0.0.1:48585_solr    ] o.a.s.c.c.ZkStateReader 
Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2571306 INFO  (jetty-closer-6514-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2571306 INFO  
(zkCallback-6543-thread-2-processing-n:127.0.0.1:41573_solr) 
[n:127.0.0.1:41573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2571307 INFO  
(zkCallback-6548-thread-1-processing-n:127.0.0.1:54628_solr) 
[n:127.0.0.1:54628_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2571309 INFO  
(zkCallback-6554-thread-2-processing-n:127.0.0.1:41573_solr) 
[n:127.0.0.1:41573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2571309 INFO  
(zkCallback-6567-thread-1-processing-n:127.0.0.1:48585_solr) 
[n:127.0.0.1:48585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2571309 INFO  
(zkCallback-6548-thread-1-processing-n:127.0.0.1:54628_solr) 
[n:127.0.0.1:54628_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2571310 INFO  
(zkCallback-6543-thread-2-processing-n:127.0.0.1:41573_solr) 
[n:127.0.0.1:41573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2571310 INFO  
(zkCallback-6541-thread-1-processing-n:127.0.0.1:48585_solr) 
[n:127.0.0.1:48585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2571311 INFO  (jetty-closer-6514-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2571311 INFO  (jetty-closer-6514-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2571311 WARN  
(OverseerAutoScalingTriggerThread-73772556447449100-127.0.0.1:54628_solr-n_0000000008)
 [n:127.0.0.1:54628_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2571312 INFO  
(zkCallback-6561-thread-1-processing-n:127.0.0.1:54628_solr) 
[n:127.0.0.1:54628_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2571322 INFO  (jetty-closer-6514-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2e135ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 2571323 INFO  (jetty-closer-6514-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2571323 WARN  
(zkCallback-6561-thread-2-processing-n:127.0.0.1:54628_solr) 
[n:127.0.0.1:54628_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2571325 INFO  (jetty-closer-6514-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1d87a8b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2571325 INFO  (jetty-closer-6514-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2572823 INFO  (jetty-closer-6514-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@561894f6{/solr,null,UNAVAILABLE}
   [junit4]   2> 2572823 INFO  (jetty-closer-6514-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2572824 ERROR 
(SUITE-OverseerRolesTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2572825 INFO  
(SUITE-OverseerRolesTest-seed#[89D0A0941F0A2663]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:49179 49179
   [junit4]   2> 2572925 INFO  (Thread-3362) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49179 49179
   [junit4]   2> 2572926 WARN  (Thread-3362) [    ] 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/autoscaling.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        9       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest_89D0A0941F0A2663-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CL, timezone=America/Boise
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=248702984,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: 
[UninvertDocValuesMergePolicyTest, IndexBasedSpellCheckerTest, 
CursorPagingTest, SparseHLLTest, TestIndexingPerformance, BadCopyFieldTest, 
EchoParamsTest, TestCoreBackup, ConjunctionSolrSpellCheckerTest, 
LeaderElectionContextKeyTest, TestSchemaManager, 
TestLeaderInitiatedRecoveryThread, TestCrossCoreJoin, TestSolrConfigHandler, 
MoveReplicaTest, HighlighterMaxOffsetTest, 
TestCollectionsAPIViaSolrCloudCluster, TestIBSimilarityFactory, 
TestLegacyField, HdfsBasicDistributedZk2Test, TestBulkSchemaConcurrent, 
CollectionTooManyReplicasTest, BadIndexSchemaTest, 
ClassificationUpdateProcessorFactoryTest, StatsComponentTest, 
TestComputePlanAction, OverseerTaskQueueTest, ConnectionReuseTest, 
TestCloudInspectUtil, TriLevelCompositeIdRoutingTest, LargeFieldTest, 
TestSolrFieldCacheBean, TestMaxScoreQueryParser, 
TestWordDelimiterFilterFactory, TestDocTermOrds, 
TestLMDirichletSimilarityFactory, TestManagedStopFilterFactory, 
TestJavabinTupleStreamParser, CoreMergeIndexesAdminHandlerTest, 
SolrIndexSplitterTest, TestRebalanceLeaders, TestFastOutputStream, 
CloneFieldUpdateProcessorFactoryTest, PropertiesRequestHandlerTest, 
TestNumericTerms64, TestLuceneMatchVersion, TestCollationField, 
TestQuerySenderNoQuery, TestHighlightDedupGrouping, BufferStoreTest, 
TestReloadAndDeleteDocs, TestDefaultStatsCache, TestRandomFaceting, 
TestReqParamsAPI, TestRestManager, SpellingQueryConverterTest, 
ReplicationFactorTest, LeaderVoteWaitTimeoutTest, TestSort, MetricTriggerTest, 
TestPHPSerializedResponseWriter, SpellCheckCollatorTest, 
AnalysisErrorHandlingTest, SortSpecParsingTest, StatsReloadRaceTest, 
TestHashQParserPlugin, HdfsThreadLeakTest, HighlighterConfigTest, 
TestConfigSets, CoreSorterTest, TemplateUpdateProcessorTest, MBeansHandlerTest, 
TestRTimerTree, BasicAuthStandaloneTest, TestSchemaNameResource, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
PeerSyncWithIndexFingerprintCachingTest, ZkCLITest, 
DocumentAnalysisRequestHandlerTest, TestSolrCloudWithSecureImpersonation, 
SolrMetricManagerTest, HdfsRecoveryZkTest, RuleEngineTest, 
SpatialHeatmapFacetsTest, EnumFieldTest, DistribJoinFromCollectionTest, 
TestMacroExpander, TestSQLHandlerNonCloud, SolrIndexConfigTest, 
OutputWriterTest, TestCSVLoader, TestInfoStreamLogging, 
TestExtendedDismaxParser, TestHashPartitioner, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestUseDocValuesAsStored, 
TestExportWriter, AutoscalingHistoryHandlerTest, OpenCloseCoreStressTest, 
TestDistribDocBasedVersion, TestWriterPerf, TestScoreJoinQPScore, 
TestSolrDeletionPolicy1, SimpleMLTQParserTest, TestSchemaVersionResource, 
TestChildDocTransformer, ConcurrentDeleteAndCreateCollectionTest, 
DistributedDebugComponentTest, SolrPluginUtilsTest, SSLMigrationTest, 
TestSolrQueryParser, TestMergePolicyConfig, 
BigEndianAscendingWordSerializerTest, TestDistributedStatsComponentCardinality, 
SolrShardReporterTest, TestRemoteStreaming, ExecutePlanActionTest, 
SmileWriterTest, TestCSVResponseWriter, TestStressLiveNodes, 
TestPKIAuthenticationPlugin, BlockJoinFacetRandomTest, 
TermVectorComponentDistributedTest, TestNonDefinedSimilarityFactory, 
TestConfigOverlay, CdcrRequestHandlerTest, DefaultValueUpdateProcessorTest, 
BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, 
ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, ZkSolrClientTest, TestRandomDVFaceting, 
TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, TestJoin, DistributedTermsComponentTest, TestCoreContainer, 
SimpleFacetsTest, TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, 
PeerSyncTest, TestFiltering, DirectUpdateHandlerTest, TestIndexSearcher, 
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, DocValuesTest, DisMaxRequestHandlerTest, 
TestQueryUtils, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, RequestHandlersTest, MoreLikeThisHandlerTest, 
IndexSchemaRuntimeFieldTest, ReturnFieldsTest, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestLFUCache, CollectionStateFormat2Test, 
CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, HttpPartitionTest, 
LIROnShardRestartTest, LeaderFailoverAfterPartitionTest, 
LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
OverseerRolesTest]
   [junit4] Completed [545/783 (2!)] on J0 in 19.69s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 50471 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to