Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1275/

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

Error Message:
document count mismatch.  control=10164 sum(shards)=10163 cloudClient=10163

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=10164 
sum(shards)=10163 cloudClient=10163
        at 
__randomizedtesting.SeedInfo.seed([D4517FC2A0E521C4:5C0540180E194C3C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1337)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:236)
        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:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
        at 
__randomizedtesting.SeedInfo.seed([D4517FC2A0E521C4:683F09D004B6A2BE]: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.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:235)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:147)
        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:745)




Build Log:
[...truncated 12384 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/init-core-data-001
   [junit4]   2> 2333308 WARN  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[D4517FC2A0E521C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2333309 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[D4517FC2A0E521C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2333310 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[D4517FC2A0E521C4]-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> 2333310 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[D4517FC2A0E521C4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /co_lw/
   [junit4]   2> 2333313 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2333313 INFO  (Thread-9056) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2333313 INFO  (Thread-9056) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2333413 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33250
   [junit4]   2> 2333424 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2333426 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2333427 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2333428 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2333430 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2333430 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2333431 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2333432 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2333433 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2333434 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2333435 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2333504 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/cores/collection1
   [junit4]   2> 2333505 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2333506 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65e5d9b8{/co_lw,null,AVAILABLE}
   [junit4]   2> 2333507 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2cc11e35{HTTP/1.1,[http/1.1]}{127.0.0.1:52852}
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server Started @2336458ms
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/tempDir-001/control/data,
 hostContext=/co_lw, hostPort=52852, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/cores}
   [junit4]   2> 2333508 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2333508 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-28T07:47:57.697Z
   [junit4]   2> 2333510 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2333510 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/solr.xml
   [junit4]   2> 2333524 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33250/solr
   [junit4]   2> 2333550 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2333551 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52852_co_lw
   [junit4]   2> 2333552 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.Overseer Overseer 
(id=97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) starting
   [junit4]   2> 2333556 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52852_co_lw
   [junit4]   2> 2333558 INFO  
(zkCallback-33215-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2333614 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/cores
   [junit4]   2> 2333614 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 2333617 INFO  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2333646 WARN  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2333647 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2333666 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2333809 WARN  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2333810 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2333827 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 2333827 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2333827 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/control-001/cores/collection1/data/]
   [junit4]   2> 2333827 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c6651ed
   [junit4]   2> 2333829 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.126953125, 
noCFSRatio=0.13662606967834395]
   [junit4]   2> 2333842 WARN  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
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> 2333886 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2333886 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2333887 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2333887 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2333887 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0009765625, noCFSRatio=0.0]
   [junit4]   2> 2333888 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@30f8767e[collection1] main]
   [junit4]   2> 2333889 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2333889 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2333889 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2333890 INFO  
(coreLoadExecutor-11732-thread-1-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563098903298965504
   [junit4]   2> 2333893 INFO  
(searcherExecutor-11733-thread-1-processing-n:127.0.0.1:52852_co_lw 
x:collection1 c:control_collection) [n:127.0.0.1:52852_co_lw 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@30f8767e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2333898 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 2333898 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 2333898 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52852/co_lw/collection1/
   [junit4]   2> 2333899 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2333899 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52852/co_lw/collection1/ has no replicas
   [junit4]   2> 2333899 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 2333901 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:52852/co_lw/collection1/ shard1
   [junit4]   2> 2333990 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2333991 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33250/solr ready
   [junit4]   2> 2333991 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2333991 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2334002 INFO  
(coreZkRegister-11725-thread-1-processing-n:127.0.0.1:52852_co_lw x:collection1 
c:control_collection) [n:127.0.0.1:52852_co_lw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 2334065 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/cores/collection1
   [junit4]   2> 2334065 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001
   [junit4]   2> 2334066 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2334067 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c1742c2{/co_lw,null,AVAILABLE}
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@34e5b460{HTTP/1.1,[http/1.1]}{127.0.0.1:58206}
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server Started @2337017ms
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/co_lw, hostPort=58206, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/cores}
   [junit4]   2> 2334068 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2334068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-28T07:47:58.257Z
   [junit4]   2> 2334070 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2334070 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/solr.xml
   [junit4]   2> 2334076 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33250/solr
   [junit4]   2> 2334087 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2334089 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2334090 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58206_co_lw
   [junit4]   2> 2334091 INFO  
(zkCallback-33215-thread-2-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2334091 INFO  (zkCallback-33219-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2334092 INFO  
(zkCallback-33225-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2334202 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/cores
   [junit4]   2> 2334203 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 2334208 INFO  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2334309 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2335218 WARN  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2335219 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2335237 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2335315 WARN  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2335317 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2335327 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2335328 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2335328 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2335328 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6651ed
   [junit4]   2> 2335330 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.126953125, 
noCFSRatio=0.13662606967834395]
   [junit4]   2> 2335339 WARN  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 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> 2335366 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2335366 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2335367 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2335367 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2335368 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0009765625, noCFSRatio=0.0]
   [junit4]   2> 2335368 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@43e9b1e3[collection1] main]
   [junit4]   2> 2335369 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2335370 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2335370 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2335371 INFO  
(searcherExecutor-11744-thread-1-processing-n:127.0.0.1:58206_co_lw 
x:collection1 c:collection1) [n:127.0.0.1:58206_co_lw c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43e9b1e3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2335371 INFO  
(coreLoadExecutor-11743-thread-1-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1563098904851906560
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58206/co_lw/collection1/
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58206/co_lw/collection1/ 
has no replicas
   [junit4]   2> 2335376 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 2335379 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58206/co_lw/collection1/ shard1
   [junit4]   2> 2335482 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2335530 INFO  
(coreZkRegister-11738-thread-1-processing-n:127.0.0.1:58206_co_lw x:collection1 
c:collection1) [n:127.0.0.1:58206_co_lw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2335539 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/cores/collection1
   [junit4]   2> 2335540 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001
   [junit4]   2> 2335540 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2335541 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e78acbc{/co_lw,null,AVAILABLE}
   [junit4]   2> 2335541 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5074f2d5{HTTP/1.1,[http/1.1]}{127.0.0.1:46815}
   [junit4]   2> 2335541 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server Started @2338491ms
   [junit4]   2> 2335541 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/co_lw, hostPort=46815, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/cores}
   [junit4]   2> 2335541 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2335542 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2335542 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2335542 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2335542 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-28T07:47:59.731Z
   [junit4]   2> 2335544 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2335544 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/solr.xml
   [junit4]   2> 2335550 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33250/solr
   [junit4]   2> 2335555 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2335556 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2335557 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46815_co_lw
   [junit4]   2> 2335557 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2335557 INFO  
(zkCallback-33215-thread-3-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2335557 INFO  (zkCallback-33219-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2335558 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2335584 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2335630 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/cores
   [junit4]   2> 2335630 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 2335649 INFO  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2335750 WARN  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.Overseer Bad version writing to ZK using 
compare-and-set, will force refresh cluster state: KeeperErrorCode = BadVersion 
for /collections/collection1/state.json
   [junit4]   2> 2335752 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2335752 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] 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> 2335753 INFO  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2335753 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2335753 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] 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> 2336661 WARN  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2336662 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2336675 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2336757 WARN  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2336759 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2336772 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2336772 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2336772 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2336772 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6651ed
   [junit4]   2> 2336774 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.126953125, 
noCFSRatio=0.13662606967834395]
   [junit4]   2> 2336783 WARN  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 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> 2336815 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2336815 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2336816 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2336816 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2336817 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0009765625, noCFSRatio=0.0]
   [junit4]   2> 2336817 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@22c4cba2[collection1] main]
   [junit4]   2> 2336818 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2336819 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2336819 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2336820 INFO  
(searcherExecutor-11755-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 c:collection1) [n:127.0.0.1:46815_co_lw c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22c4cba2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2336820 INFO  
(coreLoadExecutor-11754-thread-1-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1563098906371293184
   [junit4]   2> 2336824 INFO  
(coreZkRegister-11749-thread-1-processing-n:127.0.0.1:46815_co_lw x:collection1 
c:collection1) [n:127.0.0.1:46815_co_lw c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2336824 INFO  
(updateExecutor-33228-thread-1-processing-n:127.0.0.1:46815_co_lw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 2336824 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2336825 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 2336825 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 2336825 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2336825 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:58206/co_lw/collection1/] and I am 
[http://127.0.0.1:46815/co_lw/collection1/]
   [junit4]   2> 2336827 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:58206/co_lw]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46815_co_lw&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2336829 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2336830 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 2336830 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard1, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:46815_co_lw, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:46815/co_lw","node_name":"127.0.0.1:46815_co_lw","state":"down"}
   [junit4]   2> 2336929 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] 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> 2336929 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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> 2336980 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/cores/collection1
   [junit4]   2> 2336981 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001
   [junit4]   2> 2336981 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2336983 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2addaddc{/co_lw,null,AVAILABLE}
   [junit4]   2> 2336983 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52cb905{HTTP/1.1,[http/1.1]}{127.0.0.1:48193}
   [junit4]   2> 2336983 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server Started @2339933ms
   [junit4]   2> 2336983 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/co_lw, hostPort=48193, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/cores}
   [junit4]   2> 2336983 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2336984 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2336984 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2336984 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2336984 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-28T07:48:01.173Z
   [junit4]   2> 2336986 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2336986 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/solr.xml
   [junit4]   2> 2336992 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33250/solr
   [junit4]   2> 2337002 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2337004 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2337006 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48193_co_lw
   [junit4]   2> 2337007 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2337007 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2337008 INFO  (zkCallback-33219-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2337008 INFO  
(zkCallback-33215-thread-2-processing-n:127.0.0.1:52852_co_lw) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2337010 INFO  
(zkCallback-33238-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2337074 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/cores
   [junit4]   2> 2337074 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) 
[n:127.0.0.1:48193_co_lw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 2337076 INFO  
(OverseerStateUpdate-97693681418436612-127.0.0.1:52852_co_lw-n_0000000000) 
[n:127.0.0.1:52852_co_lw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2337178 INFO  
(zkCallback-33231-thread-2-processing-n:127.0.0.1:46815_co_lw) 
[n:127.0.0.1:46815_co_lw    ] 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: [4])
   [junit4]   2> 2337178 INFO  
(zkCallback-33225-thread-2-processing-n:127.0.0.1:58206_co_lw) 
[n:127.0.0.1:58206_co_lw    ] 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: [4])
   [junit4]   2> 2337180 INFO  
(zkCallback-33238-thread-2-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw    ] 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: [4])
   [junit4]   2> 2337830 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard1, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:46815_co_lw, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:46815/co_lw","node_name":"127.0.0.1:46815_co_lw","state":"recovering"}
   [junit4]   2> 2337830 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2337830 INFO  (qtp648844367-133339) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46815_co_lw&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 2338089 WARN  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2338089 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2338102 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2338186 WARN  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2338187 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2338198 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2338198 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2338198 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2338199 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6651ed
   [junit4]   2> 2338200 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.126953125, 
noCFSRatio=0.13662606967834395]
   [junit4]   2> 2338211 WARN  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 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> 2338244 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2338244 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2338245 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2338245 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2338246 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0009765625, noCFSRatio=0.0]
   [junit4]   2> 2338246 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ce482cd[collection1] main]
   [junit4]   2> 2338247 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2338247 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2338247 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2338248 INFO  
(coreLoadExecutor-11765-thread-1-processing-n:127.0.0.1:48193_co_lw) 
[n:127.0.0.1:48193_co_lw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1563098907868659712
   [junit4]   2> 2338251 INFO  
(searcherExecutor-11766-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 c:collection1) [n:127.0.0.1:48193_co_lw c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ce482cd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2338252 INFO  
(coreZkRegister-11760-thread-1-processing-n:127.0.0.1:48193_co_lw x:collection1 
c:collection1) [n:127.0.0.1:48193_co_lw c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2338253 INFO  
(updateExecutor-33235-thread-1-processing-n:127.0.0.1:48193_co_lw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 2338253 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2338253 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 2338253 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 2338253 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2338253 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:58206/co_lw/collection1/] and I am 
[http://127.0.0.1:48193/co_lw/collection1/]
   [junit4]   2> 2338256 INFO  
(recoveryExecutor-33236-thread-1-processing-n:127.0.0.1:48193_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:48193_co_lw 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:58206/co_lw]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:48193_co_lw&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2338258 INFO  (qtp648844367-133343) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2338258 INFO  (qtp648844367-133343) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 2338258 INFO  (qtp648844367-133343) [n:127.0.0.1:58206_co_lw   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard1, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:48193_co_lw, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:48193/co_lw","node_name":"127.0.0.1:48193_co_lw","state":"down"}
   [junit4]   2> 2338331 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Starting Replication Recovery.
   [junit4]   2> 2338331 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to replicate from [http://127.0.0.1:58206/co_lw/collection1/].
   [junit4]   2> 2338332 INFO  (qtp648844367-133341) [n:127.0.0.1:58206_co_lw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1563098907956740096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2338332 INFO  (qtp648844367-133341) [n:127.0.0.1:58206_co_lw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2338333 INFO  (qtp648844367-133341) [n:127.0.0.1:58206_co_lw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2338333 INFO  (qtp648844367-133341) [n:127.0.0.1:58206_co_lw 
c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/co_lw path=/update 
params={waitSearcher=true&openSearcher=true&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 2338334 INFO  (qtp648844367-133336) [n:127.0.0.1:58206_co_lw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/co_lw path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.IndexFetcher 
Master's generation: 1
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.IndexFetcher 
Master's version: 0
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.IndexFetcher Slave's 
generation: 1
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.IndexFetcher Slave's 
version: 0
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Replication Recovery was successful.
   [junit4]   2> 2338334 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 2338335 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler 
Poll scheduled at an interval of 7000ms
   [junit4]   2> 2338335 WARN  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler 
SolrCloud is enabled for core collection1 but so is old-style replication. Make 
sure you intend this behavior, it usually indicates a mis-configuration. Master 
setting is false and slave setting is true
   [junit4]   2> 2338336 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Updating version bucket highest from index after successful recovery.
   [junit4]   2> 2338336 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1563098907960934400
   [junit4]   2> 2338338 INFO  
(recoveryExecutor-33229-thread-1-processing-n:127.0.0.1:46815_co_lw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46815_co_lw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Finished recovery process, successful=[true]
   [junit4]   2> 2338408 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-4-001/cores/collection1
   [junit4]   2> 2338408 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-4-001
   [junit4]   2> 2338409 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2338410 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4590ce32{/co_lw,null,AVAILABLE}
   [junit4]   2> 2338410 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5f06ddc4{HTTP/1.1,[http/1.1]}{127.0.0.1:53910}
   [junit4]   2> 2338410 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.e.j.s.Server Started @2341360ms
   [junit4]   2> 2338410 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/co_lw, hostPort=53910, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_D4517FC2A0E521C4-001/shard-4-001/cores}
   [junit4]   2> 2338410 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2338411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2338411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2338411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2338411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-28T07:48:02.600Z
   [junit4]   2> 2338413 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2338413 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[D4517FC2A0E521C4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/so

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

heckout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_121/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.0.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20170328_070901_1815764942187789337448.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20170328_070901_1817138281819015634785.suites
 -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1540)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:783:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:719:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:267:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:549:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1455:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:985:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 627 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
ERROR: Failed to archive 
{checkout/solr/build/solr-core/test/temp/junit4-J2-20170328_070901_1815764942187789337448.events=checkout/solr/build/solr-core/test/temp/junit4-J2-20170328_070901_1815764942187789337448.events,
 
checkout/solr/build/solr-core/test/temp/junit4-J0-20170328_070901_1716248727607123081291.events=checkout/solr/build/solr-core/test/temp/junit4-J0-20170328_070901_1716248727607123081291.events,
 checkout/README.txt=checkout/README.txt, 
checkout/solr/build/solr-core/test/temp/junit4-J1-20170328_070901_1714539054847433548477.events=checkout/solr/build/solr-core/test/temp/junit4-J1-20170328_070901_1714539054847433548477.events}
 due to internal error; falling back to full archiving
java.lang.NullPointerException
        at jsync.protocol.ChangeInputStream.read(ChangeInputStream.java:69)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.MD5DigestingInputStream.read(MD5DigestingInputStream.java:39)
        at com.google.common.io.LimitInputStream.read(LimitInputStream.java:79)
        at java.io.FilterInputStream.read(FilterInputStream.java:107)
        at com.google.common.io.ByteStreams.copy(ByteStreams.java:193)
        at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:35)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:158)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:239)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
        at hudson.model.Build$BuildExecution.post2(Build.java:185)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
        at hudson.model.Run.execute(Run.java:1753)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:404)
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to