Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1888/

6 tests failed.
FAILED:  org.apache.solr.ltr.TestLTROnSolrCloud.testSimpleQuery

Error Message:
Path not found: /responseHeader/status

Stack Trace:
java.lang.RuntimeException: Path not found: /responseHeader/status
        at 
__randomizedtesting.SeedInfo.seed([154670DFF5F99A43:604BB0C3E5E35C96]:0)
        at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
        at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
        at 
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.CdcrVersionReplicationTest:     1) Thread[id=7474, 
name=cdcr-update-log-synchronizer-3018-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=7462, 
name=cdcr-update-log-synchronizer-3012-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.CdcrVersionReplicationTest: 
   1) Thread[id=7474, name=cdcr-update-log-synchronizer-3018-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=7462, name=cdcr-update-log-synchronizer-3012-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([EC1BD42F042011CC]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=7474, name=cdcr-update-log-synchronizer-3018-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=7462, 
name=cdcr-update-log-synchronizer-3012-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=7474, name=cdcr-update-log-synchronizer-3018-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=7462, name=cdcr-update-log-synchronizer-3012-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([EC1BD42F042011CC]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testClusterProp

Error Message:
Expecting legacyCloud to false as default expected:<null> but was:<false>

Stack Trace:
java.lang.AssertionError: Expecting legacyCloud to false as default 
expected:<null> but was:<false>
        at 
__randomizedtesting.SeedInfo.seed([EC1BD42F042011CC:4D336A6A096E97EB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testClusterProp(CollectionsAPISolrJTest.java:272)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
shard1 is not consistent.  Got 19 from 
http://127.0.0.1:56446/collection1_shard1_replica_n0 (previous client) and got 
43 from http://127.0.0.1:43608/collection1_shard1_replica_n1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 19 from 
http://127.0.0.1:56446/collection1_shard1_replica_n0 (previous client) and got 
43 from http://127.0.0.1:43608/collection1_shard1_replica_n1
        at 
__randomizedtesting.SeedInfo.seed([EC1BD42F042011CC:673C07FE4526BA48]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1319)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:474)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([EC1BD42F042011CC:644FEBF5AADC7C34]:0)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:171)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:68)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11268 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/init-core-data-001
   [junit4]   2> 214894 WARN  
(SUITE-ShardSplitTest-seed#[EC1BD42F042011CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 214894 INFO  
(SUITE-ShardSplitTest-seed#[EC1BD42F042011CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 214895 INFO  
(SUITE-ShardSplitTest-seed#[EC1BD42F042011CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 214895 INFO  
(SUITE-ShardSplitTest-seed#[EC1BD42F042011CC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 214901 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 214901 INFO  (Thread-516) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 214901 INFO  (Thread-516) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 214904 ERROR (Thread-516) [    ] 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> 215001 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40579
   [junit4]   2> 215023 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 215025 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 215027 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 215028 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 215030 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 215035 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 215037 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 215039 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 215042 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 215044 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 215046 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 215048 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 215159 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215160 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c5319f7{/,null,AVAILABLE}
   [junit4]   2> 215162 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2853ce89{HTTP/1.1,[http/1.1]}{127.0.0.1:35136}
   [junit4]   2> 215162 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server Started @218508ms
   [junit4]   2> 215163 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=35136, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/control-001/cores}
   [junit4]   2> 215163 ERROR 
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215163 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 215163 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215163 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215163 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T17:56:31.464Z
   [junit4]   2> 215170 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 215170 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/control-001/solr.xml
   [junit4]   2> 215179 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 215182 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40579/solr
   [junit4]   2> 215218 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215219 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35136_
   [junit4]   2> 215220 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.c.Overseer Overseer 
(id=98177370764345348-127.0.0.1:35136_-n_0000000000) starting
   [junit4]   2> 215230 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35136_
   [junit4]   2> 215231 INFO  
(OverseerStateUpdate-98177370764345348-127.0.0.1:35136_-n_0000000000) 
[n:127.0.0.1:35136_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 215304 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 215309 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 215309 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 215311 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:35136_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/control-001/cores
   [junit4]   2> 215330 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215331 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40579/solr ready
   [junit4]   2> 215333 INFO  (qtp668239195-1904) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:35136_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 215336 INFO  
(OverseerThreadFactory-929-thread-1-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 215337 INFO  
(OverseerThreadFactory-929-thread-1-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 215445 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 215445 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 215550 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216465 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 216480 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 216569 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 216588 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 216589 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 216589 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 216589 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 216593 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=97.4892578125, 
floorSegmentMB=0.904296875, forceMergeDeletesPctAllowed=5.1765152705099124, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5832834872284031
   [junit4]   2> 216606 WARN  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 216658 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 216659 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 216660 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 216660 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 216662 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=93.611328125, 
floorSegmentMB=0.47265625, forceMergeDeletesPctAllowed=21.364024080549846, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 216662 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48f27f8a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 216664 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 216664 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 216665 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 216667 INFO  
(searcherExecutor-932-thread-1-processing-n:127.0.0.1:35136_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:35136_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@48f27f8a[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216667 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570837934079213568
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35136/control_collection_shard1_replica_n1/
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35136/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 216674 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 216679 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35136/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 216782 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216830 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 216833 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1388
   [junit4]   2> 216842 INFO  (qtp668239195-1904) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 216934 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 217343 INFO  
(OverseerCollectionConfigSetProcessor-98177370764345348-127.0.0.1:35136_-n_0000000000)
 [n:127.0.0.1:35136_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 217842 INFO  (qtp668239195-1904) [n:127.0.0.1:35136_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:35136_&wt=javabin&version=2}
 status=0 QTime=2508
   [junit4]   2> 217852 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 217853 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40579/solr ready
   [junit4]   2> 217853 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 217858 INFO  (qtp668239195-1902) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 217863 INFO  
(OverseerThreadFactory-929-thread-2-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 217863 INFO  
(OverseerThreadFactory-929-thread-2-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 217864 WARN  
(OverseerThreadFactory-929-thread-2-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 218070 INFO  (qtp668239195-1902) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 218071 INFO  (qtp668239195-1902) [n:127.0.0.1:35136_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=212
   [junit4]   2> 218184 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001
 of type NRT
   [junit4]   2> 218184 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 218186 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c69c9fc{/,null,AVAILABLE}
   [junit4]   2> 218186 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b6d7411{HTTP/1.1,[http/1.1]}{127.0.0.1:45230}
   [junit4]   2> 218186 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server Started @221532ms
   [junit4]   2> 218187 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45230, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001/cores}
   [junit4]   2> 218187 ERROR 
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 218187 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 218187 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 218187 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 218187 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T17:56:34.488Z
   [junit4]   2> 218192 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 218192 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001/solr.xml
   [junit4]   2> 218198 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 218201 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40579/solr
   [junit4]   2> 218213 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 218216 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 218219 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45230_
   [junit4]   2> 218221 INFO  (zkCallback-275-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 218221 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 218224 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 218302 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 218308 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 218308 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 218309 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:45230_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001/cores
   [junit4]   2> 218333 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45230_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 218336 INFO  
(OverseerThreadFactory-929-thread-3-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:45230_",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 218336 INFO  
(OverseerCollectionConfigSetProcessor-98177370764345348-127.0.0.1:35136_-n_0000000000)
 [n:127.0.0.1:35136_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 218337 INFO  
(OverseerThreadFactory-929-thread-3-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:45230_ 
for creating new replica
   [junit4]   2> 218340 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 218340 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 218446 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 219357 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 219379 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 219454 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 219473 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 219474 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 219474 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 219474 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 219478 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=97.4892578125, 
floorSegmentMB=0.904296875, forceMergeDeletesPctAllowed=5.1765152705099124, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5832834872284031
   [junit4]   2> 219488 WARN  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 219548 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 219548 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 219549 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 219549 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 219551 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=93.611328125, 
floorSegmentMB=0.47265625, forceMergeDeletesPctAllowed=21.364024080549846, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 219551 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f082ff3[collection1_shard2_replica_n0] main]
   [junit4]   2> 219553 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 219553 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 219554 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 219556 INFO  
(searcherExecutor-943-thread-1-processing-n:127.0.0.1:45230_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@3f082ff3[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 219556 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570837937108549632
   [junit4]   2> 219563 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 219563 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 219563 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45230/collection1_shard2_replica_n0/
   [junit4]   2> 219564 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 219564 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:45230/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 219564 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 219568 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45230/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 219672 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 219719 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 219722 INFO  (qtp235604353-1945) [n:127.0.0.1:45230_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1382
   [junit4]   2> 219726 INFO  (qtp668239195-1906) [n:127.0.0.1:35136_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45230_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1392
   [junit4]   2> 219825 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 219841 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001
 of type NRT
   [junit4]   2> 219842 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 219843 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9aca33c{/,null,AVAILABLE}
   [junit4]   2> 219844 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2480a483{HTTP/1.1,[http/1.1]}{127.0.0.1:56446}
   [junit4]   2> 219844 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server Started @223189ms
   [junit4]   2> 219844 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=56446, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001/cores}
   [junit4]   2> 219844 ERROR 
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 219845 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 219845 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 219845 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 219845 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T17:56:36.146Z
   [junit4]   2> 219848 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 219848 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001/solr.xml
   [junit4]   2> 219854 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 219857 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40579/solr
   [junit4]   2> 219876 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 219878 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 219881 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56446_
   [junit4]   2> 219882 INFO  (zkCallback-275-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 219883 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 219883 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 219884 INFO  
(zkCallback-286-thread-1-processing-n:127.0.0.1:56446_) [n:127.0.0.1:56446_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 219959 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 219964 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 219964 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 219966 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:56446_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001/cores
   [junit4]   2> 219999 INFO  (qtp1065956415-1973) [n:127.0.0.1:56446_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:56446_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 220001 INFO  
(OverseerThreadFactory-929-thread-4-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:56446_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 220001 INFO  
(OverseerCollectionConfigSetProcessor-98177370764345348-127.0.0.1:35136_-n_0000000000)
 [n:127.0.0.1:35136_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 220003 INFO  
(OverseerThreadFactory-929-thread-4-processing-n:127.0.0.1:35136_) 
[n:127.0.0.1:35136_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:56446_ 
for creating new replica
   [junit4]   2> 220006 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 220006 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 220111 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 220111 INFO  
(zkCallback-286-thread-1-processing-n:127.0.0.1:56446_) [n:127.0.0.1:56446_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 221023 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 221044 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 221137 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 221170 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 221170 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 221171 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 221171 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 221175 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=97.4892578125, 
floorSegmentMB=0.904296875, forceMergeDeletesPctAllowed=5.1765152705099124, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5832834872284031
   [junit4]   2> 221186 WARN  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 221253 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 221253 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 221258 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 221258 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 221260 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=93.611328125, 
floorSegmentMB=0.47265625, forceMergeDeletesPctAllowed=21.364024080549846, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 221261 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ca5e280[collection1_shard1_replica_n0] main]
   [junit4]   2> 221265 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 221265 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 221266 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 221268 INFO  
(searcherExecutor-954-thread-1-processing-n:127.0.0.1:56446_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@1ca5e280[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 221268 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570837938903711744
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:56446/collection1_shard1_replica_n0/
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:56446/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 221297 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 221307 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56446/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 221409 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 221409 INFO  
(zkCallback-286-thread-1-processing-n:127.0.0.1:56446_) [n:127.0.0.1:56446_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 221458 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 221466 INFO  (qtp1065956415-1971) [n:127.0.0.1:56446_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1460
   [junit4]   2> 221474 INFO  (qtp1065956415-1973) [n:127.0.0.1:56446_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:56446_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1475
   [junit4]   2> 221574 INFO  
(zkCallback-286-thread-1-processing-n:127.0.0.1:56446_) [n:127.0.0.1:56446_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 221574 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 221610 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-3-001
 of type NRT
   [junit4]   2> 221610 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 221612 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a6f8368{/,null,AVAILABLE}
   [junit4]   2> 221612 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@618e0ee4{HTTP/1.1,[http/1.1]}{127.0.0.1:33990}
   [junit4]   2> 221612 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.e.j.s.Server Started @224958ms
   [junit4]   2> 221612 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33990, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-3-001/cores}
   [junit4]   2> 221613 ERROR 
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 221614 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 221614 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 221614 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 221614 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T17:56:37.915Z
   [junit4]   2> 221622 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 221622 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_EC1BD42F042011CC-001/shard-3-001/solr.xml
   [junit4]   2> 221627 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 221630 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40579/solr
   [junit4]   2> 221641 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:33990_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 221644 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:33990_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 221653 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:33990_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33990_
   [junit4]   2> 221655 INFO  
(zkCallback-280-thread-1-processing-n:127.0.0.1:45230_) [n:127.0.0.1:45230_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 221655 INFO  
(zkCallback-286-thread-1-processing-n:127.0.0.1:56446_) [n:127.0.0.1:56446_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 221656 INFO  
(zkCallback-292-thread-1-processing-n:127.0.0.1:33990_) [n:127.0.0.1:33990_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 221656 INFO  (zkCallback-275-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 221656 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:35136_) [n:127.0.0.1:35136_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 221764 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:33990_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4]   2> 221770 INFO  
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[EC1BD42F042011CC]) 
[n:127.0.0.1:33990_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56fe2fa
   [junit4

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

Keeper... (3) -> (1)
   [junit4]   2> 32856 INFO  (coreCloseExecutor-286-thread-1) 
[n:127.0.0.1:42389_solr c:collection1 s:shard3 r:core_node3 
x:collection1_shard3_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard3.leader, tag=708367481
   [junit4]   2> 32865 WARN  
(zkCallback-96-thread-1-processing-n:127.0.0.1:42389_solr) 
[n:127.0.0.1:42389_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 32868 INFO  (jetty-closer-20-thread-17) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a30c8a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 34002 WARN  
(zkCallback-108-thread-2-processing-n:127.0.0.1:50171_solr) 
[n:127.0.0.1:50171_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34003 INFO  (jetty-closer-20-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@32d3cac1{/solr,null,UNAVAILABLE}
   [junit4]   2> 34017 WARN  
(zkCallback-68-thread-1-processing-n:127.0.0.1:55288_solr) 
[n:127.0.0.1:55288_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34018 INFO  (jetty-closer-20-thread-10) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55f17fc3{/solr,null,UNAVAILABLE}
   [junit4]   2> 34028 WARN  
(zkCallback-119-thread-1-processing-n:127.0.0.1:37098_solr) 
[n:127.0.0.1:37098_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34029 INFO  (jetty-closer-20-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4bb6eeae{/solr,null,UNAVAILABLE}
   [junit4]   2> 34042 WARN  
(zkCallback-99-thread-2-processing-n:127.0.0.1:37030_solr) 
[n:127.0.0.1:37030_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34043 INFO  (jetty-closer-20-thread-12) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@105355ea{/solr,null,UNAVAILABLE}
   [junit4]   2> 34110 WARN  
(zkCallback-100-thread-2-processing-n:127.0.0.1:37612_solr) 
[n:127.0.0.1:37612_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34111 INFO  (jetty-closer-20-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@21b65f7a{/solr,null,UNAVAILABLE}
   [junit4]   2> 34155 WARN  
(zkCallback-109-thread-1-processing-n:127.0.0.1:45487_solr) 
[n:127.0.0.1:45487_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34156 INFO  (jetty-closer-20-thread-14) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@39e96bc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 34159 WARN  
(zkCallback-117-thread-1-processing-n:127.0.0.1:59404_solr) 
[n:127.0.0.1:59404_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34159 WARN  
(zkCallback-98-thread-2-processing-n:127.0.0.1:41115_solr) 
[n:127.0.0.1:41115_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34160 INFO  (jetty-closer-20-thread-11) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54562fa2{/solr,null,UNAVAILABLE}
   [junit4]   2> 34160 INFO  (jetty-closer-20-thread-16) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@548ef9b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 34189 INFO  (jetty-closer-20-thread-20) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@343adf9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 34283 WARN  
(zkCallback-67-thread-2-processing-n:127.0.0.1:39303_solr) 
[n:127.0.0.1:39303_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34283 WARN  
(zkCallback-97-thread-2-processing-n:127.0.0.1:56315_solr) 
[n:127.0.0.1:56315_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34284 INFO  (jetty-closer-20-thread-15) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@25da75f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 34284 INFO  (jetty-closer-20-thread-7) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2b1cb8f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 34354 WARN  
(zkCallback-113-thread-3-processing-n:127.0.0.1:34280_solr) 
[n:127.0.0.1:34280_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34355 WARN  
(zkCallback-120-thread-3-processing-n:127.0.0.1:39582_solr) 
[n:127.0.0.1:39582_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 34355 INFO  (jetty-closer-20-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a9ef81b{/solr,null,UNAVAILABLE}
   [junit4]   2> 34355 INFO  (jetty-closer-20-thread-13) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@170629bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 34356 ERROR 
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[154670DFF5F99A43]) [    ] 
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> 34358 INFO  
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[154670DFF5F99A43]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39028 39028
   [junit4]   2> 34448 INFO  (Thread-46) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:39028 39028
   [junit4]   2> 34452 WARN  (Thread-46) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/aliases.json
   [junit4]   2>        21      /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/collections/collection1/state.json
   [junit4]   2>        22      /solr/clusterprops.json
   [junit4]   2>        22      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/98177461767438377-127.0.0.1:42389_solr-n_0000000004
   [junit4]   2>        3       
/solr/overseer_elect/election/98177461767438384-127.0.0.1:48196_solr-n_0000000011
   [junit4]   2>        2       
/solr/overseer_elect/election/98177461767438396-127.0.0.1:33221_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/98177461767438394-127.0.0.1:39582_solr-n_0000000008
   [junit4]   2>        2       
/solr/overseer_elect/election/98177461767438378-127.0.0.1:56315_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98177461767438366-127.0.0.1:39303_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        22      /solr/collections
   [junit4]   2> 
   [junit4]   2> 34452 INFO  
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[154670DFF5F99A43]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLTROnSolrCloud 
-Dtests.method=testSimpleQuery -Dtests.seed=154670DFF5F99A43 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=th 
-Dtests.timezone=Canada/Saskatchewan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   16.3s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Path not found: 
/responseHeader/status
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([154670DFF5F99A43:604BB0C3E5E35C96]:0)
   [junit4]    >        at 
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
   [junit4]    >        at 
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
   [junit4]    >        at 
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTROnSolrCloud_154670DFF5F99A43-001
   [junit4]   2> Jun 21, 2017 6:19:55 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=th, 
timezone=Canada/Saskatchewan
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=137999208,total=303038464
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestMultipleAdditiveTreesModel, TestSelectiveWeightCreation, 
TestExternalValueFeatures, TestManagedFeatureStore, TestLTRReRankingPipeline, 
TestLTRWithSort, TestLTROnSolrCloud]
   [junit4] Completed [33/33 (1!)] on J0 in 16.64s, 1 test, 1 error <<< 
FAILURES!

[...truncated 36801 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to