Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21504/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest:     1) 
Thread[id=64, name=qtp1891302295-64, state=TIMED_WAITING, 
group=TGRP-LegacyQueryFacetCloudTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest: 
   1) Thread[id=64, name=qtp1891302295-64, state=TIMED_WAITING, 
group=TGRP-LegacyQueryFacetCloudTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([C21EE47CEC3874EE]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=64, 
name=qtp1891302295-64, state=TIMED_WAITING, 
group=TGRP-LegacyQueryFacetCloudTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=64, name=qtp1891302295-64, state=TIMED_WAITING, 
group=TGRP-LegacyQueryFacetCloudTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([C21EE47CEC3874EE]:0)


FAILED:  org.apache.solr.cloud.AddReplicaTest.test

Error Message:
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"http://127.0.0.1:46075/solr","node_name":"127.0.0.1:46075_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:46075/solr","node_name":"127.0.0.1:46075_solr","state":"active","type":"NRT"}
        at 
__randomizedtesting.SeedInfo.seed([FAC04A8B65BADAA6:72947551CB46B75E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.AddReplicaTest.test(AddReplicaTest.java:84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([FAC04A8B65BADAA6:72947551CB46B75E]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
        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 12541 lines...]
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_FAC04A8B65BADAA6-001/init-core-data-001
   [junit4]   2> 815893 WARN  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 815894 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 815895 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-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> 815895 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 815895 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-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_FAC04A8B65BADAA6-001/tempDir-001
   [junit4]   2> 815896 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 815896 INFO  (Thread-2711) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 815897 INFO  (Thread-2711) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 815901 ERROR (Thread-2711) [    ] 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> 815996 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43027
   [junit4]   2> 815999 INFO  (zkConnectionManagerCallback-3209-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816002 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816002 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816002 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816005 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4083cd58{/solr,null,AVAILABLE}
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78ae0ac1{/solr,null,AVAILABLE}
   [junit4]   2> 816012 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@479e8364{/solr,null,AVAILABLE}
   [junit4]   2> 816013 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64e4bea8{/solr,null,AVAILABLE}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10b569eb{HTTP/1.1,[http/1.1]}{127.0.0.1:40875}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38ae5c5{HTTP/1.1,[http/1.1]}{127.0.0.1:46075}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.e.j.s.Server Started @819273ms
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.e.j.s.Server Started @819273ms
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40875}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46075}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3fedc61b{HTTP/1.1,[http/1.1]}{127.0.0.1:42867}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6ffa04a1{HTTP/1.1,[http/1.1]}{127.0.0.1:34813}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.e.j.s.Server Started @819273ms
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.e.j.s.Server Started @819273ms
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42867}
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34813}
   [junit4]   2> 816017 ERROR (jetty-launcher-3206-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 816017 ERROR (jetty-launcher-3206-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T13:08:30.539Z
   [junit4]   2> 816017 ERROR (jetty-launcher-3206-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 816017 ERROR (jetty-launcher-3206-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T13:08:30.539Z
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T13:08:30.539Z
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816017 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T13:08:30.539Z
   [junit4]   2> 816019 INFO  (zkConnectionManagerCallback-3213-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816019 INFO  (zkConnectionManagerCallback-3211-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816019 INFO  (zkConnectionManagerCallback-3217-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816019 INFO  (zkConnectionManagerCallback-3215-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816019 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816019 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816019 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816019 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816031 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100761de5c90003, likely client has closed socket
   [junit4]   2> 816033 INFO  (jetty-launcher-3206-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43027/solr
   [junit4]   2> 816033 INFO  (jetty-launcher-3206-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43027/solr
   [junit4]   2> 816034 INFO  (jetty-launcher-3206-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43027/solr
   [junit4]   2> 816034 INFO  (jetty-launcher-3206-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43027/solr
   [junit4]   2> 816036 INFO  (zkConnectionManagerCallback-3225-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816036 INFO  (zkConnectionManagerCallback-3227-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816036 INFO  (zkConnectionManagerCallback-3231-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816037 INFO  (zkConnectionManagerCallback-3233-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816037 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100761de5c90006, likely client has closed socket
   [junit4]   2> 816037 DEBUG (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$229/1472031667@37d5da32
   [junit4]   2> 816037 DEBUG (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$229/1472031667@2d762dd8
   [junit4]   2> 816037 DEBUG (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$229/1472031667@27ae0146
   [junit4]   2> 816037 DEBUG (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$229/1472031667@55c637dc
   [junit4]   2> 816037 INFO  
(zkConnectionManagerCallback-3235-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816037 INFO  
(zkConnectionManagerCallback-3237-thread-1-processing-n:127.0.0.1:42867_solr) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816037 INFO  
(zkConnectionManagerCallback-3239-thread-1-processing-n:127.0.0.1:40875_solr) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816038 INFO  
(zkConnectionManagerCallback-3241-thread-1-processing-n:127.0.0.1:34813_solr) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816069 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 816069 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816069 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 816069 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 816069 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 816070 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 816072 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 816072 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 816072 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 816072 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 816072 DEBUG (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72187464819212297-127.0.0.1:46075_solr-n_0000000000
   [junit4]   2> 816072 DEBUG (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72187464819212300-127.0.0.1:34813_solr-n_0000000001
   [junit4]   2> 816072 DEBUG (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72187464819212299-127.0.0.1:40875_solr-n_0000000003
   [junit4]   2> 816072 DEBUG (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72187464819212298-127.0.0.1:42867_solr-n_0000000002
   [junit4]   2> 816072 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46075_solr
   [junit4]   2> 816072 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72187464819212297-127.0.0.1:46075_solr-n_0000000000
   [junit4]   2> 816072 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72187464819212298-127.0.0.1:42867_solr-n_0000000002
   [junit4]   2> 816073 DEBUG (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72187464819212297-127.0.0.1:46075_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 816073 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72187464819212300-127.0.0.1:34813_solr-n_0000000001
   [junit4]   2> 816073 DEBUG (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72187464819212298-127.0.0.1:42867_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 816073 DEBUG (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72187464819212300-127.0.0.1:34813_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 816073 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34813_solr
   [junit4]   2> 816073 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40875_solr
   [junit4]   2> 816073 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42867_solr
   [junit4]   2> 816073 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.Overseer Overseer 
(id=72187464819212297-127.0.0.1:46075_solr-n_0000000000) starting
   [junit4]   2> 816073 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816073 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816073 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816073 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816076 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816080 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816085 INFO  
(zkCallback-3234-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 816085 INFO  
(zkCallback-3238-thread-1-processing-n:127.0.0.1:40875_solr) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 816085 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816085 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816086 INFO  
(zkCallback-3240-thread-1-processing-n:127.0.0.1:34813_solr) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 816087 INFO  
(zkCallback-3236-thread-1-processing-n:127.0.0.1:42867_solr) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 816087 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 816087 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 816087 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816088 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 816088 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 816089 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 816089 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 816089 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 816089 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 816089 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 816089 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 816094 DEBUG (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:46075_solr as DOWN
   [junit4]   2> 816094 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 816094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 816094 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 816094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816095 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46075_solr
   [junit4]   2> 816095 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:40875_solr, 127.0.0.1:42867_solr, 127.0.0.1:34813_solr]
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816095 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 816095 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816095 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46075_solr"} current state version: 0
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816095 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:46075_solr
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816095 INFO  
(zkCallback-3236-thread-1-processing-n:127.0.0.1:42867_solr) 
[n:127.0.0.1:42867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 816095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816095 INFO  
(zkCallback-3240-thread-1-processing-n:127.0.0.1:34813_solr) 
[n:127.0.0.1:34813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 816095 INFO  
(zkCallback-3238-thread-1-processing-n:127.0.0.1:40875_solr) 
[n:127.0.0.1:40875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 816104 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816104 INFO  
(zkCallback-3234-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 816108 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 816111 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 816111 DEBUG 
(OverseerAutoScalingTriggerThread-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 816111 DEBUG (ScheduledTrigger-2152-thread-1) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 816117 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34813.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816117 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42867.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816120 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40875.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816122 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34813.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816122 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34813.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816129 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42867.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816129 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42867.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816129 INFO  (jetty-launcher-3206-thread-4) 
[n:127.0.0.1:34813_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_FAC04A8B65BADAA6-001/tempDir-001/node4/.
   [junit4]   2> 816130 INFO  (jetty-launcher-3206-thread-2) 
[n:127.0.0.1:42867_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_FAC04A8B65BADAA6-001/tempDir-001/node2/.
   [junit4]   2> 816131 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40875.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816131 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40875.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816132 INFO  (jetty-launcher-3206-thread-1) 
[n:127.0.0.1:40875_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_FAC04A8B65BADAA6-001/tempDir-001/node1/.
   [junit4]   2> 816143 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46075.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816149 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46075.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816149 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46075.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 816149 INFO  (jetty-launcher-3206-thread-3) 
[n:127.0.0.1:46075_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_FAC04A8B65BADAA6-001/tempDir-001/node3/.
   [junit4]   2> 816195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816221 INFO  (zkConnectionManagerCallback-3251-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816224 INFO  (zkConnectionManagerCallback-3255-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/clusterprops.json
   [junit4]   2> 816225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 816225 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 816225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 816225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 816225 INFO  
(SUITE-AddReplicaTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43027/solr ready
   [junit4]   2> 816280 INFO  
(TEST-AddReplicaTest.test-seed#[FAC04A8B65BADAA6]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 816281 INFO  (zkConnectionManagerCallback-3257-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816283 INFO  (qtp1654487787-9595) [n:127.0.0.1:46075_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> 816283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 816283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 816283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 816283 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 816283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 816284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 816284 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 816284 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 816284 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 816284 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 816284 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_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> 816285 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 816286 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 816286 INFO  
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
addreplicatest_coll
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 816286 DEBUG 
(OverseerCollectionConfigSetProcessor-72187464819212297-127.0.0.1:46075_solr-n_0000000000)
 [n:127.0.0.1:46075_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 816286 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 816286 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
creating collections conf node /collections/addreplicatest_coll 
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816287 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816287 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for 
collection zkNode:addreplicatest_coll
   [junit4]   2> 816288 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 816288 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 816289 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816289 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816289 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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> 816289 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: addreplicatest_coll
   [junit4]   2> 816289 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/addreplicatest_coll/state.json
   [junit4]   2> 816289 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816290 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816389 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores 
for new collection addreplicatest_coll, shardNames [shard1, shard2] , message : 
{
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 816391 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard1_replica_n1 as part of shard shard1 of collection 
addreplicatest_coll on 127.0.0.1:40875_solr
   [junit4]   2> 816392 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816392 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816392 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 816392 INFO  
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 816392 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
addreplicatest_coll_shard2_replica_n2 as part of shard shard2 of collection 
addreplicatest_coll on 127.0.0.1:42867_solr
   [junit4]   2> 816393 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 816393 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 816393 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816393 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816393 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 816393 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 816393 INFO  
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 816394 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 816394 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 816494 DEBUG 
(OverseerThreadFactory-2154-thread-1-processing-n:127.0.0.1:46075_solr) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 816494 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 0
   [junit4]   2> 816495 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816495 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816597 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 816597 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 816597 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 816597 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 816606 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816606 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816606 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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> 816606 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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> 816606 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816607 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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> 816607 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 816607 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816607 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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> 816607 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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> 816607 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816607 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42867_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> 816607 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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> 816607 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42867_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> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:42867/solr","node_name":"127.0.0.1:42867_solr","state":"down","type":"NRT"}
   [junit4]   2> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/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:42867/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:42867_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40875_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> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40875_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> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr","node_name":"127.0.0.1:40875_solr","state":"down","type":"NRT"}
   [junit4]   2> 816608 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_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:40875/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40875_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:42867/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:42867_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 816709 DEBUG 
(OverseerStateUpdate-72187464819212297-127.0.0.1:46075_solr-n_0000000000) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 1
   [junit4]   2> 816709 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816709 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816710 INFO  
(zkCallback-3238-thread-1-processing-n:127.0.0.1:40875_solr) 
[n:127.0.0.1:40875_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> 816710 INFO  
(zkCallback-3236-thread-1-processing-n:127.0.0.1:42867_solr) 
[n:127.0.0.1:42867_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> 816710 INFO  
(zkCallback-3238-thread-2-processing-n:127.0.0.1:40875_solr) 
[n:127.0.0.1:40875_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> 816710 INFO  
(zkCallback-3236-thread-2-processing-n:127.0.0.1:42867_solr) 
[n:127.0.0.1:42867_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> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 816710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 817112 DEBUG (ScheduledTrigger-2152-thread-1) 
[n:127.0.0.1:46075_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 817617 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817617 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817624 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817624 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817627 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817627 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817627 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817627 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817627 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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_42867.solr.core.addreplicatest_coll.shard2.replica_n2' 
(registry 'solr.core.addreplicatest_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 817627 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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_40875.solr.core.addreplicatest_coll.shard1.replica_n1' 
(registry 'solr.core.addreplicatest_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29247dcb
   [junit4]   2> 817627 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817627 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817628 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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_FAC04A8B65BADAA6-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_FAC04A8B65BADAA6-001/tempDir-001/node1/./addreplicatest_coll_shard1_replica_n1/data/]
   [junit4]   2> 817628 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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_FAC04A8B65BADAA6-001/tempDir-001/node2/addreplicatest_coll_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_FAC04A8B65BADAA6-001/tempDir-001/node2/./addreplicatest_coll_shard2_replica_n2/data/]
   [junit4]   2> 817670 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817670 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817670 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817670 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817671 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817671 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817671 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817671 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817672 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_solr 
c:addreplicatest_coll s:shard2 r:core_node4 
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f28ef56[addreplicatest_coll_shard2_replica_n2] main]
   [junit4]   2> 817672 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_solr 
c:addreplicatest_coll s:shard1 r:core_node3 
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@434d88f4[addreplicatest_coll_shard1_replica_n1] main]
   [junit4]   2> 817673 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817673 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817673 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817673 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817674 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817674 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817674 INFO  
(searcherExecutor-2164-thread-1-processing-n:127.0.0.1:42867_solr 
x:addreplicatest_coll_shard2_replica_n2 s:shard2 c:addreplicatest_coll 
r:core_node4) [n:127.0.0.1:42867_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@3f28ef56[addreplicatest_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 817674 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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 1593016070644432896
   [junit4]   2> 817675 INFO  
(searcherExecutor-2163-thread-1-processing-n:127.0.0.1:40875_solr 
x:addreplicatest_coll_shard1_replica_n1 s:shard1 c:addreplicatest_coll 
r:core_node3) [n:127.0.0.1:40875_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@434d88f4[addreplicatest_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 817675 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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 1593016070645481472
   [junit4]   2> 817676 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817676 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf1
   [junit4]   2> 817676 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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> 817676 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf1
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard1
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/terms/shard1
   [junit4]   2> 817677 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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:42867/solr collection:addreplicatest_coll shard:shard2
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
   [junit4]   2> 817677 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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:40875/solr collection:addreplicatest_coll shard:shard1
   [junit4]   2> 817677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard1
   [junit4]   2> 817678 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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/72187464819212298-core_node4-n_0000000000
   [junit4]   2> 817678 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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/72187464819212299-core_node3-n_0000000000
   [junit4]   2> 817678 DEBUG (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817678 DEBUG (qtp445823801-9589) [n:127.0.0.1:40875_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> 817678 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817678 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_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> 817678 INFO  (qtp1664641169-9597) [n:127.0.0.1:42867_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> 817678 INFO  (qtp445823801-9589) [n:127.0.0.1:40875_solr 
c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll

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

on.replacenodetest_coll_notarget.shard2.leader, tag=182611347
   [junit4]   2> 25967 INFO  (coreCloseExecutor-152-thread-1) 
[n:127.0.0.1:38057_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 
x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard5.leader, 
tag=887065537
   [junit4]   2> 25977 INFO  (coreCloseExecutor-156-thread-1) 
[n:127.0.0.1:37493_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 
x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard2.leader, 
tag=1647860171
   [junit4]   2> 25977 INFO  (coreCloseExecutor-156-thread-2) 
[n:127.0.0.1:37493_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 
x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard5.leader, 
tag=1357222202
   [junit4]   2> 25978 INFO  (coreCloseExecutor-154-thread-2) 
[n:127.0.0.1:33213_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 
x:replacenodetest_coll_notarget_shard3_replica_n11] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard3.leader, 
tag=1005049520
   [junit4]   2> 25978 INFO  (coreCloseExecutor-154-thread-1) 
[n:127.0.0.1:33213_solr c:replacenodetest_coll_notarget s:shard4 r:core_node14 
x:replacenodetest_coll_notarget_shard4_replica_n13] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard4.leader, 
tag=1110743869
   [junit4]   2> 25982 INFO  (jetty-closer-56-thread-4) [    ] o.a.s.c.Overseer 
Overseer (id=72187730969493519-127.0.0.1:35107_solr-n_0000000000) closing
   [junit4]   2> 25983 INFO  
(OverseerStateUpdate-72187730969493519-127.0.0.1:35107_solr-n_0000000000) 
[n:127.0.0.1:35107_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35107_solr
   [junit4]   2> 25983 WARN  
(OverseerAutoScalingTriggerThread-72187730969493519-127.0.0.1:35107_solr-n_0000000000)
 [n:127.0.0.1:35107_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 25985 INFO  (jetty-closer-56-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4eb08316{/solr,null,UNAVAILABLE}
   [junit4]   2> 25986 INFO  (jetty-closer-56-thread-3) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 25987 INFO  
(zkCallback-95-thread-1-processing-n:127.0.0.1:33213_solr) 
[n:127.0.0.1:33213_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33213_solr
   [junit4]   2> 25990 INFO  (jetty-closer-56-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f3bbed4{/solr,null,UNAVAILABLE}
   [junit4]   2> 25995 INFO  (jetty-closer-56-thread-4) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 25997 INFO  (jetty-closer-56-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4a4dfbe4{/solr,null,UNAVAILABLE}
   [junit4]   2> 25997 INFO  (jetty-closer-56-thread-5) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 25998 INFO  (jetty-closer-56-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3aac5a6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 25998 INFO  (jetty-closer-56-thread-6) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 25998 INFO  (jetty-closer-56-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@431eb8d9{/solr,null,UNAVAILABLE}
   [junit4]   2> 25998 INFO  (jetty-closer-56-thread-2) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 27483 INFO  (jetty-closer-56-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@217552a7{/solr,null,UNAVAILABLE}
   [junit4]   2> 27484 INFO  (jetty-closer-56-thread-1) [    ] o.e.j.s.session 
Stopped scavenging
   [junit4]   2> 27484 ERROR 
(SUITE-ReplaceNodeNoTargetTest-seed#[FAC04A8B65BADAA6]-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> 27484 INFO  
(SUITE-ReplaceNodeNoTargetTest-seed#[FAC04A8B65BADAA6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41663 41663
   [junit4]   2> 29134 INFO  (Thread-48) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:41663 41663
   [junit4]   2> 29135 WARN  (Thread-48) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       
/solr/collections/replacenodetest_coll_notarget/terms/shard1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard2
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard4
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard3
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard5
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        90      
/solr/collections/replacenodetest_coll_notarget/state.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72187730969493518-127.0.0.1:33213_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/replacenodetest_coll_notarget/leader_elect/shard1/election/72187730969493521-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_FAC04A8B65BADAA6-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@59928976),
 locale=en-PH, timezone=America/Araguaina
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 
1.8.0_162 (64-bit)/cpus=8,threads=1,free=316856856,total=499646464
   [junit4]   2> NOTE: All tests run in this JVM: [AddReplicaTest, 
ReplaceNodeNoTargetTest]
   [junit4] Completed [4/10 (1!)] on J0 in 10.78s, 1 test, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.ReplaceNodeNoTargetTest. This may confuse tools that 
process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4] OK      7.48s J1 | ReplaceNodeNoTargetTest.test
   [junit4] Completed [5/10 (1!)] on J1 in 15.56s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      7.19s J2 | AddReplicaTest.test
   [junit4] Completed [6/10 (1!)] on J2 in 12.80s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4] OK      6.25s J0 | ReplaceNodeNoTargetTest.test
   [junit4] Completed [7/10 (1!)] on J0 in 12.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4] OK      8.12s J1 | ReplaceNodeNoTargetTest.test
   [junit4] Completed [8/10 (1!)] on J1 in 10.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      7.14s J2 | AddReplicaTest.test
   [junit4] Completed [9/10 (1!)] on J2 in 14.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      7.10s J0 | AddReplicaTest.test
   [junit4] Completed [10/10 (1!)] on J0 in 19.22s, 1 test
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: FAC04A8B65BADAA6]:
   [junit4]   - org.apache.solr.cloud.ReplaceNodeNoTargetTest.test
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.37 ..    62.63 =    62.26s
   [junit4] JVM J1:     0.37 ..    45.60 =    45.23s
   [junit4] JVM J2:     0.37 ..    52.99 =    52.62s
   [junit4] Execution time total: 1 minute 2 seconds
   [junit4] Tests summary: 10 suites, 10 tests, 1 failure

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1560: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1085: 
There were test failures: 10 suites, 10 tests, 1 failure [seed: 
FAC04A8B65BADAA6]

Total time: 1 minute 3 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.AddReplicaTest
[repro]   1/5 failed: org.apache.solr.cloud.ReplaceNodeNoTargetTest
[repro]   2/5 failed: 
org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest
[repro] git checkout a9f0272380438df88d29ed7c41572136f999f8db
HEAD is now at a9f0272... SOLR-12006: Add a '*_t' and '*_t_sort' dynamic field 
for single valued text fields
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
+ rm -f /tmp/tmp.ezMrX3pNxC
Archiving artifacts
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=a9f0272380438df88d29ed7c41572136f999f8db, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #21503
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to