Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1472/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseSerialGC

7 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=24259, name=jetty-launcher-5979-thread-2-SendThread(127.0.0.1:37679), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)   
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)   
 2) Thread[id=24260, name=jetty-launcher-5979-thread-2-EventThread, 
state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=24259, 
name=jetty-launcher-5979-thread-2-SendThread(127.0.0.1:37679), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   2) Thread[id=24260, name=jetty-launcher-5979-thread-2-EventThread, 
state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
        at __randomizedtesting.SeedInfo.seed([5555080FC76BF1A1]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=24259, name=jetty-launcher-5979-thread-2-SendThread(127.0.0.1:37679), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)   
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=24259, 
name=jetty-launcher-5979-thread-2-SendThread(127.0.0.1:37679), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
        at __randomizedtesting.SeedInfo.seed([5555080FC76BF1A1]:0)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([E38BA25A2DB55D62:C2B76BA2478FBD06]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        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 
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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([E38BA25A2DB55D62:C2B76BA2478FBD06]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        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 
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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([E38BA25A2DB55D62:C2B76BA2478FBD06]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        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 
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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([E38BA25A2DB55D62:C2B76BA2478FBD06]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        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 
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 
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.AddReplicaTest.test

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

Stack Trace:
java.lang.AssertionError: 
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:32823/solr","node_name":"127.0.0.1:32823_solr","state":"active","type":"NRT"}
        at 
__randomizedtesting.SeedInfo.seed([5555080FC76BF1A1:DD0137D569979C59]: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)




Build Log:
[...truncated 13963 lines...]
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/init-core-data-001
   [junit4]   2> 1601198 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1601198 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1601199 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1601199 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/tempDir-001
   [junit4]   2> 1601199 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1601199 INFO  (Thread-6353) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1601199 INFO  (Thread-6353) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1601201 ERROR (Thread-6353) [    ] 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> 1601299 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42339
   [junit4]   2> 1601301 INFO  (zkConnectionManagerCallback-4940-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601304 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1601305 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1601305 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1601310 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1601310 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1601311 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1601311 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@435ba1d2{/solr,null,AVAILABLE}
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40f39a3d{/solr,null,AVAILABLE}
   [junit4]   2> 1601313 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fecc2bc{/solr,null,AVAILABLE}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@472b3044{/solr,null,AVAILABLE}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@505d6df9{SSL,[ssl, 
http/1.1]}{127.0.0.1:36379}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ea45425{SSL,[ssl, 
http/1.1]}{127.0.0.1:42623}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.e.j.s.Server Started @1602999ms
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.e.j.s.Server Started @1602999ms
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36379}
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42623}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4920b86e{SSL,[ssl, 
http/1.1]}{127.0.0.1:39707}
   [junit4]   2> 1601314 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4e59c942{SSL,[ssl, 
http/1.1]}{127.0.0.1:32823}
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.e.j.s.Server Started @1602999ms
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.e.j.s.Server Started @1602999ms
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39707}
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32823}
   [junit4]   2> 1601315 ERROR (jetty-launcher-4937-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1601315 ERROR (jetty-launcher-4937-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1601315 ERROR (jetty-launcher-4937-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T03:56:27.050Z
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T03:56:27.050Z
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1601315 ERROR (jetty-launcher-4937-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1601315 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T03:56:27.051Z
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1601316 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T03:56:27.051Z
   [junit4]   2> 1601317 INFO  (zkConnectionManagerCallback-4944-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601317 INFO  (zkConnectionManagerCallback-4943-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601317 INFO  (zkConnectionManagerCallback-4948-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601317 INFO  (zkConnectionManagerCallback-4946-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601317 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1601317 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1601317 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1601317 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1601323 INFO  (jetty-launcher-4937-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42339/solr
   [junit4]   2> 1601324 INFO  (zkConnectionManagerCallback-4952-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601324 INFO  (jetty-launcher-4937-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42339/solr
   [junit4]   2> 1601324 DEBUG (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$40/349185041@2cde257e
   [junit4]   2> 1601325 INFO  
(zkConnectionManagerCallback-4958-thread-1-processing-n:127.0.0.1:42623_solr) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601325 INFO  (zkConnectionManagerCallback-4956-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601326 INFO  (jetty-launcher-4937-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42339/solr
   [junit4]   2> 1601326 DEBUG (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$40/349185041@2ae193e1
   [junit4]   2> 1601326 INFO  (jetty-launcher-4937-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42339/solr
   [junit4]   2> 1601341 INFO  (zkConnectionManagerCallback-4968-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601341 INFO  (zkConnectionManagerCallback-4964-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601341 INFO  
(zkConnectionManagerCallback-4966-thread-1-processing-n:127.0.0.1:39707_solr) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601342 DEBUG (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$40/349185041@4a55dc42
   [junit4]   2> 1601342 DEBUG (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$40/349185041@d5fd1aa
   [junit4]   2> 1601346 INFO  
(zkConnectionManagerCallback-4971-thread-1-processing-n:127.0.0.1:32823_solr) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601349 INFO  
(zkConnectionManagerCallback-4973-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601352 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 1601352 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601353 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1601353 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601353 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1601353 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1601354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 1601354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1601355 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601355 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1601355 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1601355 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1601356 DEBUG (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72086835809812492-127.0.0.1:36379_solr-n_0000000000
   [junit4]   2> 1601356 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36379_solr
   [junit4]   2> 1601356 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer Overseer 
(id=72086835809812492-127.0.0.1:36379_solr-n_0000000000) starting
   [junit4]   2> 1601357 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1601357 DEBUG (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72086835809812491-127.0.0.1:32823_solr-n_0000000001
   [junit4]   2> 1601357 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72086835809812492-127.0.0.1:36379_solr-n_0000000000
   [junit4]   2> 1601357 DEBUG (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72086835809812492-127.0.0.1:36379_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1601358 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32823_solr
   [junit4]   2> 1601358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601359 INFO  
(zkCallback-4972-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1601359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601359 INFO  
(zkCallback-4970-thread-1-processing-n:127.0.0.1:32823_solr) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1601370 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1601371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 1601371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601372 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1601373 DEBUG (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36379_solr as DOWN
   [junit4]   2> 1601373 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 1601373 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 1601373 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1601373 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1601373 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1601373 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1601374 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 1601374 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 1601374 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1601374 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 1601374 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601374 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:32823_solr]
   [junit4]   2> 1601374 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36379_solr
   [junit4]   2> 1601374 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1601374 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 1601374 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601374 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601375 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601375 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601375 INFO  
(zkCallback-4970-thread-1-processing-n:127.0.0.1:32823_solr) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1601378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601379 INFO  
(zkCallback-4972-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1601379 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36379_solr"} current state version: 0
   [junit4]   2> 1601379 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:36379_solr
   [junit4]   2> 1601379 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1601380 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1601380 DEBUG 
(OverseerAutoScalingTriggerThread-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1601380 DEBUG (ScheduledTrigger-7016-thread-1) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1601388 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 1601388 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601388 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1601388 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1601388 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601388 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1601389 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1601389 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1601390 DEBUG (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72086835809812490-127.0.0.1:39707_solr-n_0000000002
   [junit4]   2> 1601390 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72086835809812491-127.0.0.1:32823_solr-n_0000000001
   [junit4]   2> 1601390 DEBUG (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72086835809812491-127.0.0.1:32823_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1601390 DEBUG (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39707_solr as DOWN
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601391 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39707_solr
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601391 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601392 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601392 INFO  
(zkCallback-4970-thread-1-processing-n:127.0.0.1:32823_solr) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1601392 INFO  
(zkCallback-4972-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1601392 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39707_solr"} current state version: 0
   [junit4]   2> 1601392 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:39707_solr
   [junit4]   2> 1601399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601399 INFO  
(zkCallback-4965-thread-1-processing-n:127.0.0.1:39707_solr) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1601403 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 1601403 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601403 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1601403 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1601407 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601410 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32823.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601410 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1601410 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 1601411 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36379.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601413 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1601413 DEBUG (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72086835809812486-127.0.0.1:42623_solr-n_0000000003
   [junit4]   2> 1601414 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/72086835809812490-127.0.0.1:39707_solr-n_0000000002
   [junit4]   2> 1601414 DEBUG (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/72086835809812490-127.0.0.1:39707_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1601414 DEBUG (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42623_solr as DOWN
   [junit4]   2> 1601417 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36379.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601417 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36379.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601418 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32823.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601418 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32823.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601418 INFO  (jetty-launcher-4937-thread-4) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/tempDir-001/node4/.
   [junit4]   2> 1601419 INFO  (jetty-launcher-4937-thread-3) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/tempDir-001/node3/.
   [junit4]   2> 1601420 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601421 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42623_solr
   [junit4]   2> 1601422 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601422 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601422 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601422 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601423 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 1601423 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601423 INFO  
(zkCallback-4970-thread-1-processing-n:127.0.0.1:32823_solr) 
[n:127.0.0.1:32823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1601426 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42623_solr"} current state version: 0
   [junit4]   2> 1601426 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:42623_solr
   [junit4]   2> 1601430 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601430 INFO  
(zkCallback-4972-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1601433 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39707.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601435 INFO  
(zkCallback-4965-thread-1-processing-n:127.0.0.1:39707_solr) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1601435 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601435 INFO  
(zkCallback-4957-thread-1-processing-n:127.0.0.1:42623_solr) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1601440 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39707.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601441 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39707.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601442 INFO  (jetty-launcher-4937-thread-2) 
[n:127.0.0.1:39707_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/tempDir-001/node2/.
   [junit4]   2> 1601474 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42623.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601479 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42623.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601480 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42623.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@248636dc
   [junit4]   2> 1601480 INFO  (jetty-launcher-4937-thread-1) 
[n:127.0.0.1:42623_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AddReplicaTest_5555080FC76BF1A1-001/tempDir-001/node1/.
   [junit4]   2> 1601527 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601529 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601530 INFO  (zkConnectionManagerCallback-4982-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601531 INFO  (zkConnectionManagerCallback-4986-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 1601532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 1601532 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1601532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 1601532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 1601532 INFO  
(SUITE-AddReplicaTest-seed#[5555080FC76BF1A1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42339/solr ready
   [junit4]   2> 1601548 INFO  
(TEST-AddReplicaTest.test-seed#[5555080FC76BF1A1]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 1601550 INFO  (zkConnectionManagerCallback-4988-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1601561 INFO  (qtp510292620-19869) [n:127.0.0.1:39707_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> 1601561 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1601561 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1601561 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1601561 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 1601561 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1601562 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_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> 1601562 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 1601562 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_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> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1601562 INFO  
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
addreplicatest_coll
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1601562 DEBUG 
(OverseerCollectionConfigSetProcessor-72086835809812492-127.0.0.1:36379_solr-n_0000000000)
 [n:127.0.0.1:36379_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1601563 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1601563 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
creating collections conf node /collections/addreplicatest_coll 
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601563 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for 
collection zkNode:addreplicatest_coll
   [junit4]   2> 1601563 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 1601564 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 1601564 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601564 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601565 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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> 1601565 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: addreplicatest_coll
   [junit4]   2> 1601565 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/addreplicatest_coll/state.json
   [junit4]   2> 1601565 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601565 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601665 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_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> 1601665 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_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:39707_solr
   [junit4]   2> 1601666 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601667 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601667 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39707/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1601667 INFO  
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39707/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1601667 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_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:36379_solr
   [junit4]   2> 1601668 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1601668 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:39707/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1601668 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601668 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601668 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 1601668 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1601668 INFO  
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1601669 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1601669 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1601768 DEBUG 
(OverseerThreadFactory-7018-thread-1-processing-n:127.0.0.1:36379_solr) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [addreplicatest_coll_shard1_replica_n1, 
addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 1601769 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 0
   [junit4]   2> 1601770 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601770 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601873 INFO  (qtp510292620-19867) [n:127.0.0.1:39707_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> 1601873 INFO  (qtp510292620-19867) [n:127.0.0.1:39707_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1601874 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1601874 DEBUG (qtp510292620-19867) [n:127.0.0.1:39707_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> 1601875 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601875 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601875 DEBUG (qtp510292620-19867) [n:127.0.0.1:39707_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> 1601875 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:39707/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39707_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> 1601875 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1601875 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:39707/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39707_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> 1601875 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"addreplicatest_coll_shard1_replica_n1","base_url":"https://127.0.0.1:39707/solr","node_name":"127.0.0.1:39707_solr","state":"down","type":"NRT"}
   [junit4]   2> 1601875 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:39707/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39707_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1601875 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/collectionprops.json
   [junit4]   2> 1601875 DEBUG (qtp510292620-19867) [n:127.0.0.1:39707_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> 1601880 INFO  (qtp1582622848-19878) [n:127.0.0.1:36379_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> 1601881 INFO  (qtp1582622848-19878) [n:127.0.0.1:36379_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1601882 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1601882 DEBUG (qtp1582622848-19878) [n:127.0.0.1:36379_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> 1601883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 1601883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 1601883 DEBUG (qtp1582622848-19878) [n:127.0.0.1:36379_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> 1601883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 1601883 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36379_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> 1601883 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36379_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> 1601883 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"addreplicatest_coll_shard2_replica_n2","base_url":"https://127.0.0.1:36379/solr","node_name":"127.0.0.1:36379_solr","state":"down","type":"NRT"}
   [junit4]   2> 1601883 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/addreplicatest_coll/collectionprops.json
   [junit4]   2> 1601884 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_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":"https://127.0.0.1:39707/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39707_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":"https://127.0.0.1:36379/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36379_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1601884 DEBUG (qtp1582622848-19878) [n:127.0.0.1:36379_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> 1601984 DEBUG 
(OverseerStateUpdate-72086835809812492-127.0.0.1:36379_solr-n_0000000000) 
[n:127.0.0.1:36379_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/addreplicatest_coll/state.json version: 1
   [junit4]   2> 1601984 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/addreplicatest_coll/state.json
   

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

CloudWithSecureImpersonation.testProxyNoConfigGroups
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost
   [junit4] OK      0.02s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser
   [junit4] OK      0.03s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote
   [junit4] Completed [1/10] on J0 in 17.64s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4] OK      0.87s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote
   [junit4] OK      0.03s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyWrongHost
   [junit4] OK      0.04s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser
   [junit4] OK      0.07s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts
   [junit4] OK      0.19s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateGroup
   [junit4] OK      5.69s J1 | 
TestSolrCloudWithSecureImpersonation.testForwarding
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser
   [junit4] OK      1.65s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote
   [junit4] Completed [2/10] on J1 in 20.72s, 12 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation. This may confuse 
tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip 
this message.
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      9.29s J2 | AddReplicaTest.test
   [junit4] Completed [3/10] on J2 in 23.15s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4] OK      0.03s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyWrongHost
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateGroup
   [junit4] OK      3.23s J1 | 
TestSolrCloudWithSecureImpersonation.testForwarding
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote
   [junit4] Completed [4/10] on J1 in 11.38s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4] OK      0.03s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote
   [junit4] OK      0.02s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyWrongHost
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser
   [junit4] OK      0.02s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateGroup
   [junit4] OK      3.11s J0 | 
TestSolrCloudWithSecureImpersonation.testForwarding
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser
   [junit4] OK      0.01s J0 | 
TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote
   [junit4] Completed [5/10] on J0 in 20.24s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      9.23s J2 | AddReplicaTest.test
   [junit4] Completed [6/10] on J2 in 16.48s, 1 test
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.AddReplicaTest. This may confuse tools that process XML 
reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4] OK      0.03s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyWrongHost
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateGroup
   [junit4] OK      3.12s J1 | 
TestSolrCloudWithSecureImpersonation.testForwarding
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup
   [junit4] OK      0.01s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser
   [junit4] OK      0.02s J1 | 
TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote
   [junit4] Completed [7/10] on J1 in 8.74s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      7.81s J0 | AddReplicaTest.test
   [junit4] Completed [8/10] on J0 in 13.41s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      6.41s J2 | AddReplicaTest.test
   [junit4] Completed [9/10] on J2 in 12.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4] OK      7.35s J1 | AddReplicaTest.test
   [junit4] Completed [10/10] on J1 in 14.58s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.44 ..    52.85 =    52.41s
   [junit4] JVM J1:     0.43 ..    57.07 =    56.63s
   [junit4] JVM J2:     0.45 ..    53.34 =    52.89s
   [junit4] Execution time total: 57 seconds
   [junit4] Tests summary: 10 suites, 65 tests
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 1356.34s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 120.96s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 116.41s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 101.97s | org.apache.solr.cloud.OverseerTest
[junit4:tophints]  96.04s | org.apache.solr.cloud.TestPullReplica

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 58 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.AddReplicaTest
[repro]   0/5 failed: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
[repro]   5/5 failed: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
[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
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=d72c369fb2f5d4f7904d0821037fcee924516258, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #1469
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to