Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21094/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC

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

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

Stack Trace:
java.lang.AssertionError: 
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"http://127.0.0.1:35295/solr","node_name":"127.0.0.1:35295_solr","state":"active","type":"NRT"}
        at 
__randomizedtesting.SeedInfo.seed([8EF288FC0FAF1E4C:6A6B726A15373B4]: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.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream

Error Message:
Could not find collection:parallelDestinationCollection1

Stack Trace:
java.lang.AssertionError: Could not find 
collection:parallelDestinationCollection1
        at 
__randomizedtesting.SeedInfo.seed([1D0FC5AF5EC75160:EC6B1DC70AAD9E7E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream(StreamExpressionTest.java:4328)
        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 12972 lines...]
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4]   2> 1772560 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/init-core-data-001
   [junit4]   2> 1772561 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1772561 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1772561 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001
   [junit4]   2> 1772561 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1772562 INFO  (Thread-5391) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1772562 INFO  (Thread-5391) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1772563 ERROR (Thread-5391) [    ] 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> 1772662 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33791
   [junit4]   2> 1772663 INFO  (zkConnectionManagerCallback-3480-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772666 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1772666 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1772666 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1772666 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1772674 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11fd39c{/solr,null,AVAILABLE}
   [junit4]   2> 1772675 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a819b2{/solr,null,AVAILABLE}
   [junit4]   2> 1772675 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@124080b{/solr,null,AVAILABLE}
   [junit4]   2> 1772675 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42f192{/solr,null,AVAILABLE}
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b268d9{HTTP/1.1,[http/1.1]}{127.0.0.1:44305}
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@109b919{HTTP/1.1,[http/1.1]}{127.0.0.1:35295}
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.e.j.s.Server Started @1774127ms
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.e.j.s.Server Started @1774127ms
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44305}
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35295}
   [junit4]   2> 1772677 ERROR (jetty-launcher-3477-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1772677 ERROR (jetty-launcher-3477-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4a187{HTTP/1.1,[http/1.1]}{127.0.0.1:39947}
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T18:23:31.344Z
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.e.j.s.Server Started @1774128ms
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1772677 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@163d362{HTTP/1.1,[http/1.1]}{127.0.0.1:34761}
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T18:23:31.344Z
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.e.j.s.Server Started @1774128ms
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34761}
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39947}
   [junit4]   2> 1772678 ERROR (jetty-launcher-3477-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1772678 ERROR (jetty-launcher-3477-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T18:23:31.344Z
   [junit4]   2> 1772678 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T18:23:31.344Z
   [junit4]   2> 1772679 INFO  (zkConnectionManagerCallback-3484-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772679 INFO  (zkConnectionManagerCallback-3486-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772680 INFO  (zkConnectionManagerCallback-3482-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772680 INFO  (zkConnectionManagerCallback-3488-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772680 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1772680 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1772681 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1772682 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1772691 INFO  (jetty-launcher-3477-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33791/solr
   [junit4]   2> 1772691 INFO  (jetty-launcher-3477-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33791/solr
   [junit4]   2> 1772692 INFO  (zkConnectionManagerCallback-3496-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772692 INFO  (jetty-launcher-3477-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33791/solr
   [junit4]   2> 1772692 INFO  (zkConnectionManagerCallback-3494-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772692 DEBUG (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$221/9716048@1da4040
   [junit4]   2> 1772694 DEBUG (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$221/9716048@9b27f3
   [junit4]   2> 1772694 INFO  
(zkConnectionManagerCallback-3502-thread-1-processing-n:127.0.0.1:35295_solr) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772694 INFO  (zkConnectionManagerCallback-3500-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772695 INFO  (jetty-launcher-3477-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33791/solr
   [junit4]   2> 1772709 INFO  
(zkConnectionManagerCallback-3504-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772709 INFO  (zkConnectionManagerCallback-3508-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772709 DEBUG (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$221/9716048@16a073e
   [junit4]   2> 1772710 DEBUG (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$221/9716048@cbf8c2
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1772712 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1772713 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1772713 DEBUG (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99185368185438217-127.0.0.1:34761_solr-n_0000000000
   [junit4]   2> 1772713 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34761_solr
   [junit4]   2> 1772713 INFO  
(zkConnectionManagerCallback-3511-thread-1-processing-n:127.0.0.1:39947_solr) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772714 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer Overseer 
(id=99185368185438217-127.0.0.1:34761_solr-n_0000000000) starting
   [junit4]   2> 1772714 INFO  
(zkConnectionManagerCallback-3513-thread-1-processing-n:127.0.0.1:44305_solr) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1772716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1772716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772717 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1772717 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1772717 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1772717 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 1772717 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1772717 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34761_solr
   [junit4]   2> 1772718 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 1772718 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 1772718 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772718 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772718 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1772718 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 1772718 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1772718 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 1772718 DEBUG (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99185368185438219-127.0.0.1:39947_solr-n_0000000001
   [junit4]   2> 1772718 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 1772718 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1772718 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772718 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1772718 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99185368185438217-127.0.0.1:34761_solr-n_0000000000
   [junit4]   2> 1772719 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1772719 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 1772719 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1772719 INFO  
(zkCallback-3503-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1772719 DEBUG (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99185368185438217-127.0.0.1:34761_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1772719 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 1772719 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1772719 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1772719 DEBUG (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39947_solr as DOWN
   [junit4]   2> 1772719 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1772720 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39947_solr
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772720 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1772721 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1772721 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1772721 DEBUG (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99185368185438220-127.0.0.1:44305_solr-n_0000000002
   [junit4]   2> 1772721 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99185368185438219-127.0.0.1:39947_solr-n_0000000001
   [junit4]   2> 1772721 DEBUG (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99185368185438219-127.0.0.1:39947_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1772722 DEBUG (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44305_solr as DOWN
   [junit4]   2> 1772722 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772722 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44305_solr
   [junit4]   2> 1772722 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772722 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772723 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1772723 INFO  
(zkCallback-3510-thread-1-processing-n:127.0.0.1:39947_solr) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1772723 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1772723 DEBUG 
(OverseerAutoScalingTriggerThread-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1772723 DEBUG (ScheduledTrigger-8961-thread-1) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1772724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1772727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772727 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1772727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1772727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1772728 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1772728 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1772728 DEBUG (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99185368185438216-127.0.0.1:35295_solr-n_0000000003
   [junit4]   2> 1772728 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99185368185438220-127.0.0.1:44305_solr-n_0000000002
   [junit4]   2> 1772728 DEBUG (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99185368185438220-127.0.0.1:44305_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1772729 DEBUG (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35295_solr as DOWN
   [junit4]   2> 1772729 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35295_solr
   [junit4]   2> 1772729 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772730 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1772734 INFO  
(zkCallback-3512-thread-1-processing-n:127.0.0.1:44305_solr) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1772734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772736 INFO  
(zkCallback-3510-thread-2-processing-n:127.0.0.1:39947_solr) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 1772736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1772736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39947_solr"} current state version: 0
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:39947_solr
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44305_solr"} current state version: 0
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44305_solr
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35295_solr"} current state version: 0
   [junit4]   2> 1772736 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:35295_solr
   [junit4]   2> 1772738 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772745 INFO  
(zkCallback-3501-thread-1-processing-n:127.0.0.1:35295_solr) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1772745 INFO  
(zkCallback-3503-thread-2-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1772745 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772745 INFO  
(zkCallback-3512-thread-2-processing-n:127.0.0.1:44305_solr) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1772836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1772837 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1772839 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44305.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772839 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39947.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772841 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35295.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772845 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39947.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772845 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39947.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772846 INFO  (jetty-launcher-3477-thread-1) 
[n:127.0.0.1:39947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node1/.
   [junit4]   2> 1772847 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44305.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772847 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44305.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772848 INFO  (jetty-launcher-3477-thread-4) 
[n:127.0.0.1:44305_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node4/.
   [junit4]   2> 1772849 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35295.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772849 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35295.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772850 INFO  (jetty-launcher-3477-thread-2) 
[n:127.0.0.1:35295_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node2/.
   [junit4]   2> 1772892 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34761.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772897 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34761.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772897 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34761.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1772898 INFO  (jetty-launcher-3477-thread-3) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node3/.
   [junit4]   2> 1772938 INFO  (zkConnectionManagerCallback-3522-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772940 INFO  (zkConnectionManagerCallback-3526-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772941 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1772941 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1772941 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1772941 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1772941 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772945 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1772945 INFO  
(SUITE-AddReplicaTest-seed#[8EF288FC0FAF1E4C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33791/solr ready
   [junit4]   2> 1772959 INFO  
(TEST-AddReplicaTest.test-seed#[8EF288FC0FAF1E4C]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 1772960 INFO  (zkConnectionManagerCallback-3528-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772962 INFO  (qtp23764788-19336) [n:127.0.0.1:35295_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> 1772962 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1772963 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1772963 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 1772963 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1772963 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_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> 1772963 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1772963 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.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> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 1772963 INFO  
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
addreplicatest_coll
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1772963 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1772964 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1772964 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1772964 DEBUG 
(OverseerCollectionConfigSetProcessor-99185368185438217-127.0.0.1:34761_solr-n_0000000000)
 [n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1772964 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 1772964 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/addreplicatest_coll 
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772964 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772965 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1772965 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CreateCollectionCmd Check for collection 
zkNode:addreplicatest_coll
   [junit4]   2> 1772965 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 1772965 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1772965 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1772966 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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> 1772966 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: addreplicatest_coll
   [junit4]   2> 1772966 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/addreplicatest_coll/state.json
   [junit4]   2> 1772966 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1772966 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773066 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.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> 1773066 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard1_replica_n1 as part of shard shard1 of collection 
addreplicatest_coll on 127.0.0.1:39947_solr
   [junit4]   2> 1773067 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1773067 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773067 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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":"http://127.0.0.1:39947/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1773067 INFO  
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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":"http://127.0.0.1:39947/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1773067 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard2_replica_n2 as part of shard shard2 of collection 
addreplicatest_coll on 127.0.0.1:34761_solr
   [junit4]   2> 1773067 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1773067 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1773067 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1773068 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerCollectionMessageHandler Expecting 
[addreplicatest_coll_shard1_replica_n1, addreplicatest_coll_shard2_replica_n2] 
cores but found {}
   [junit4]   2> 1773068 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773068 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1773068 INFO  
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1773068 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1773068 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1773168 DEBUG 
(OverseerThreadFactory-8963-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.OverseerCollectionMessageHandler Expecting 
[addreplicatest_coll_shard1_replica_n1, addreplicatest_coll_shard2_replica_n2] 
cores but found {}
   [junit4]   2> 1773169 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 0
   [junit4]   2> 1773169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1773169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773269 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_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_n2&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1773269 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&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> 1773269 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1773270 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1773270 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773270 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773270 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController publishing 
state=down
   [junit4]   2> 1773270 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController publishing 
state=down
   [junit4]   2> 1773270 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1773271 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773271 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Registering watch 
for collection addreplicatest_coll
   [junit4]   2> 1773271 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController Registering watch 
for collection addreplicatest_coll
   [junit4]   2> 1773271 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773271 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773271 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
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> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:34761_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> 1773271 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController waiting to find 
shard id in clusterstate for addreplicatest_coll_shard2_replica_n2
   [junit4]   2> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:34761_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> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"addreplicatest_coll_shard2_replica_n2","base_url":"http://127.0.0.1:34761/solr","node_name":"127.0.0.1:34761_solr","state":"down","type":"NRT"}
   [junit4]   2> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_node3":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [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_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:34761_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39947_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> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39947_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> 1773271 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"addreplicatest_coll_shard1_replica_n1","base_url":"http://127.0.0.1:39947/solr","node_name":"127.0.0.1:39947_solr","state":"down","type":"NRT"}
   [junit4]   2> 1773272 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_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_node3":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39947_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_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:34761_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1773372 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 1
   [junit4]   2> 1773372 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773372 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773372 INFO  
(zkCallback-3503-thread-2-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_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> 1773372 INFO  
(zkCallback-3510-thread-2-processing-n:127.0.0.1:39947_solr) 
[n:127.0.0.1:39947_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> 1773372 INFO  
(zkCallback-3510-thread-1-processing-n:127.0.0.1:39947_solr) 
[n:127.0.0.1:39947_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> 1773372 INFO  
(zkCallback-3503-thread-1-processing-n:127.0.0.1:34761_solr) 
[n:127.0.0.1:34761_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> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1773373 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1773724 DEBUG (ScheduledTrigger-8961-thread-1) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1774276 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1774276 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1774280 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema 
[addreplicatest_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1774280 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema 
[addreplicatest_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1774282 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1774282 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1774282 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'addreplicatest_coll_shard2_replica_n2' using configuration from 
collection addreplicatest_coll, trusted=true
   [junit4]   2> 1774282 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
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> 1774282 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_34761.solr.core.addreplicatest_coll.shard2.replica_n2' 
(registry 'solr.core.addreplicatest_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1774282 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39947.solr.core.addreplicatest_coll.shard1.replica_n1' 
(registry 'solr.core.addreplicatest_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@657859
   [junit4]   2> 1774282 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1774282 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1774282 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore 
[[addreplicatest_coll_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node3/addreplicatest_coll_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node3/./addreplicatest_coll_shard2_replica_n2/data/]
   [junit4]   2> 1774282 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[addreplicatest_coll_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node1/addreplicatest_coll_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_8EF288FC0FAF1E4C-001/tempDir-001/node1/./addreplicatest_coll_shard1_replica_n1/data/]
   [junit4]   2> 1774321 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1774321 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1774321 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1774321 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1774322 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1774322 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1774322 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1774322 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1774323 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ec139a[addreplicatest_coll_shard1_replica_n1] main]
   [junit4]   2> 1774323 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@cbf217[addreplicatest_coll_shard2_replica_n2] main]
   [junit4]   2> 1774324 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1774324 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1774324 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1774324 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1774324 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1774324 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1774325 INFO  
(searcherExecutor-8973-thread-1-processing-n:127.0.0.1:39947_solr 
x:addreplicatest_coll_shard1_replica_n1 s:shard1 c:addreplicatest_coll 
r:core_node3) [n:127.0.0.1:39947_solr c:addreplicatest_coll s:shard1 
r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[addreplicatest_coll_shard1_replica_n1] Registered new searcher 
Searcher@1ec139a[addreplicatest_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1774325 INFO  
(searcherExecutor-8972-thread-1-processing-n:127.0.0.1:34761_solr 
x:addreplicatest_coll_shard2_replica_n2 s:shard2 c:addreplicatest_coll 
r:core_node4) [n:127.0.0.1:34761_solr c:addreplicatest_coll s:shard2 
r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore 
[addreplicatest_coll_shard2_replica_n2] Registered new searcher 
Searcher@cbf217[addreplicatest_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1774325 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1586965892815650816
   [junit4]   2> 1774325 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1586965892815650816
   [junit4]   2> 1774326 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController watch zkdir 
/configs/conf1
   [junit4]   2> 1774326 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController watch zkdir 
/configs/conf1
   [junit4]   2> 1774326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf1
   [junit4]   2> 1774326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf1
   [junit4]   2> 1774327 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController Register replica 
- core:addreplicatest_coll_shard2_replica_n2 
address:http://127.0.0.1:34761/solr collection:addreplicatest_coll shard:shard2
   [junit4]   2> 1774327 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Register replica 
- core:addreplicatest_coll_shard1_replica_n1 
address:http://127.0.0.1:39947/solr collection:addreplicatest_coll shard:shard1
   [junit4]   2> 1774327 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.LeaderElector Joined 
leadership election with path: 
/collections/addreplicatest_coll/leader_elect/shard2/election/99185368185438217-core_node4-n_0000000000
   [junit4]   2> 1774328 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Running the leader process for shard=shard2 and weAreReplacement=false and 
leaderVoteWait=10000
   [junit4]   2> 1774328 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.LeaderElector Joined 
leadership election with path: 
/collections/addreplicatest_coll/leader_elect/shard1/election/99185368185438219-core_node3-n_0000000000
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1774328 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Running the leader process for shard=shard1 and weAreReplacement=false and 
leaderVoteWait=10000
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34761/solr/addreplicatest_coll_shard2_replica_n2/
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:34761/solr/addreplicatest_coll_shard2_replica_n2/ has no 
replicas
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1774328 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
127.0.0.1:34761_solr synched 0
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39947/solr/addreplicatest_coll_shard1_replica_n1/
   [junit4]   2> 1774328 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39947/solr/addreplicatest_coll_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1774328 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
127.0.0.1:39947_solr synched 0
   [junit4]   2> 1774328 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1774329 DEBUG (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/addreplicatest_coll/leaders/shard2/leader after winning as 
/collections/addreplicatest_coll/leader_elect/shard2/election/99185368185438217-core_node4-n_0000000000
   [junit4]   2> 1774329 DEBUG (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/addreplicatest_coll/leaders/shard1/leader after winning as 
/collections/addreplicatest_coll/leader_elect/shard1/election/99185368185438219-core_node3-n_0000000000
   [junit4]   2> 1774329 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1774329 INFO  (qtp1806057-19325) [n:127.0.0.1:39947_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:39947/solr/addreplicatest_coll_shard1_replica_n1/ shard1
   [junit4]   2> 1774329 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1774330 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "base_url":"http://127.0.0.1:39947/solr";,
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1774330 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1774330 INFO  (qtp18061336-19333) [n:127.0.0.1:34761_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:34761/solr/addreplicatest_coll_shard2_replica_n2/ shard2
   [junit4]   2> 1774330 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1774330 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr";,
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1774431 DEBUG 
(OverseerStateUpdate-99185368185438217-127.0.0.1:34761_solr-n_0000000000) 
[n:127.0.0.1:34761_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 2
   [junit4]   2> 1774431 DEBUG

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

]   2> 178180 INFO  (jetty-closer-104-thread-2) [    ] o.a.s.c.Overseer 
Overseer (id=99185471419252745-127.0.0.1:43513_solr-n_0000000000) closing
   [junit4]   2> 178180 INFO  
(zkCallback-131-thread-3-processing-n:127.0.0.1:33953_solr) 
[n:127.0.0.1:33953_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [0])
   [junit4]   2> 178180 INFO  
(OverseerStateUpdate-99185471419252745-127.0.0.1:43513_solr-n_0000000000) 
[n:127.0.0.1:43513_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43513_solr
   [junit4]   2> 178181 INFO  (coreCloseExecutor-740-thread-1) 
[n:127.0.0.1:36167_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5f0603
   [junit4]   2> 178181 INFO  (coreCloseExecutor-740-thread-1) 
[n:127.0.0.1:36167_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_n2, tag=6227459
   [junit4]   2> 178181 INFO  (coreCloseExecutor-740-thread-1) 
[n:127.0.0.1:36167_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14eca80: rootName = 
solr_36167, domain = solr.core.collection1.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@1596e65
   [junit4]   2> 178182 WARN  
(OverseerAutoScalingTriggerThread-99185471419252745-127.0.0.1:43513_solr-n_0000000000)
 [n:127.0.0.1:43513_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 178185 INFO  
(zkCallback-131-thread-3-processing-n:127.0.0.1:33953_solr) 
[n:127.0.0.1:33953_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33953_solr
   [junit4]   2> 178193 INFO  (jetty-closer-104-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@181e056{/solr,null,UNAVAILABLE}
   [junit4]   2> 178195 INFO  (coreCloseExecutor-739-thread-1) 
[n:127.0.0.1:33953_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=12169894
   [junit4]   2> 178196 INFO  (coreCloseExecutor-740-thread-1) 
[n:127.0.0.1:36167_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=6227459
   [junit4]   2> 178197 INFO  
(zkCallback-137-thread-3-processing-n:127.0.0.1:36167_solr) 
[n:127.0.0.1:36167_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36167_solr
   [junit4]   2> 178198 INFO  (jetty-closer-104-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b3249b{/solr,null,UNAVAILABLE}
   [junit4]   2> 178207 INFO  (jetty-closer-104-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@358e4e{/solr,null,UNAVAILABLE}
   [junit4]   2> 178207 ERROR 
(SUITE-StreamExpressionTest-seed#[1D0FC5AF5EC75160]-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> 178208 INFO  
(SUITE-StreamExpressionTest-seed#[1D0FC5AF5EC75160]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37693 37693
   [junit4]   2> 180530 INFO  (Thread-394) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37693 37693
   [junit4]   2> 180531 WARN  (Thread-394) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/aliases.json
   [junit4]   2>        100     /solr/clusterprops.json
   [junit4]   2>        12      /solr/configs/conf
   [junit4]   2>        7       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/clusterstate.json
   [junit4]   2>        40      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        26      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        10      /solr/collections/destination/state.json
   [junit4]   2>        10      /solr/collections/destination1/state.json
   [junit4]   2>        10      /solr/collections/workQueue1/state.json
   [junit4]   2>        10      /solr/collections/workQueue/state.json
   [junit4]   2>        10      /solr/collections/uknownCollection/state.json
   [junit4]   2>        10      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99185471419252746-127.0.0.1:33953_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/live_nodes
   [junit4]   2>        100     /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_1D0FC5AF5EC75160-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=Lucene50(blocksize=128), expr_s=Lucene50(blocksize=128), 
terms_ss=PostingsFormat(name=LuceneVarGapFixedInterval), 
join2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
field_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
subject=PostingsFormat(name=LuceneVarGapFixedInterval), 
a1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a2_s=Lucene50(blocksize=128), level1_s=Lucene50(blocksize=128), 
body_t=Lucene50(blocksize=128), s_multi=Lucene50(blocksize=128), 
col_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
level2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
a_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_s=Lucene50(blocksize=128), 
tv_text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 term_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text_s=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
text=Lucene50(blocksize=128), 
featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
checkpoint_ss=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), 
ident_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
whitetok=Lucene50(blocksize=128), side_s=Lucene50(blocksize=128)}, 
docValues:{name_s=DocValuesFormat(name=Lucene70), 
expr_s=DocValuesFormat(name=Memory), iteration_i=DocValuesFormat(name=Memory), 
terms_ss=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Lucene70), 
a_i=DocValuesFormat(name=Memory), level1_s=DocValuesFormat(name=Memory), 
a_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), 
alpha_d=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Memory), 
idf_d=DocValuesFormat(name=Direct), b_ls=DocValuesFormat(name=Direct), 
checkpoint_ss=DocValuesFormat(name=Lucene70), 
ident_s=DocValuesFormat(name=Direct), order_i=DocValuesFormat(name=Direct), 
error_d=DocValuesFormat(name=Memory), side_s=DocValuesFormat(name=Lucene70), 
truePositive_i=DocValuesFormat(name=Memory), 
miles_i=DocValuesFormat(name=Direct), field_s=DocValuesFormat(name=Lucene70), 
price_f=DocValuesFormat(name=Direct), a1_s=DocValuesFormat(name=Direct), 
join1_i=DocValuesFormat(name=Memory), join3_i=DocValuesFormat(name=Lucene70), 
test_i=DocValuesFormat(name=Direct), 
falsePositive_i=DocValuesFormat(name=Lucene70), 
field_i=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Lucene70), 
col_s=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Lucene70), 
a_ss=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Lucene70), 
term_s=DocValuesFormat(name=Direct), text_s=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Lucene70), 
idfs_ds=DocValuesFormat(name=Lucene70), 
featureSet_s=DocValuesFormat(name=Direct), 
weights_ds=DocValuesFormat(name=Lucene70), 
trueNegative_i=DocValuesFormat(name=Lucene70), 
index_i=DocValuesFormat(name=Direct), test_dt=DocValuesFormat(name=Memory), 
out_i=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=1453, maxMBSortInHeap=7.736372040639912, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a85a5c),
 locale=fr-LU, timezone=America/Lower_Princes
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=87789456,total=269484032
   [junit4]   2> NOTE: All tests run in this JVM: [NaturalLogEvaluatorTest, 
SchemaTest, LargeVolumeBinaryJettyTest, TestEmbeddedSolrServer, 
HttpSolrClientConPoolTest, TestClusteringResponse, SquareRootEvaluatorTest, 
ArcSineEvaluatorTest, UsingSolrJRefGuideExamplesTest, ShardParamsTest, 
ConcurrentUpdateSolrClientBuilderTest, StreamExpressionTest]
   [junit4] Completed [135/146 (1!)] on J0 in 149.85s, 139 tests, 1 failure <<< 
FAILURES!

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

Reply via email to