Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18011/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([B5828245AD66C2EA]:0)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=12917, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-CdcrVersionReplicationTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12917, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-CdcrVersionReplicationTest]
Caused by: java.lang.OutOfMemoryError: Java heap space
        at __randomizedtesting.SeedInfo.seed([B5828245AD66C2EA]:0)
        at java.io.BufferedReader.<init>(BufferedReader.java:105)
        at java.io.BufferedReader.<init>(BufferedReader.java:116)
        at java.io.LineNumberReader.<init>(LineNumberReader.java:72)
        at 
org.apache.log4j.DefaultThrowableRenderer.render(DefaultThrowableRenderer.java:64)
        at 
org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
        at 
org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
        at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
        at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
        at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
        at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
        at org.apache.log4j.Category.callAppenders(Category.java:206)
        at org.apache.log4j.Category.forcedLog(Category.java:391)
        at org.apache.log4j.Category.log(Category.java:856)
        at org.slf4j.impl.Log4jLoggerAdapter.warn(Log4jLoggerAdapter.java:478)
        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:357)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([B5828245AD66C2EA]:0)


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

Error Message:
document count mismatch.  control=1121 sum(shards)=1120 cloudClient=1120

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=1121 
sum(shards)=1120 cloudClient=1120
        at 
__randomizedtesting.SeedInfo.seed([B5828245AD66C2EA:3DD6BD9F039AAF12]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:231)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Could not find collection:testkerberoscollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testkerberoscollection
        at 
__randomizedtesting.SeedInfo.seed([B5828245AD66C2EA:885A2C6995889C9A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:152)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11810 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/init-core-data-001
   [junit4]   2> 1597246 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[B5828245AD66C2EA]-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> 1597247 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[B5828245AD66C2EA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1597248 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1597249 INFO  (Thread-2391) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1597249 INFO  (Thread-2391) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1597349 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33799
   [junit4]   2> 1597366 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1597374 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1597376 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1597379 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1597381 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1597384 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1597387 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1597389 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1597392 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1597393 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1597397 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1597494 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/cores/collection1
   [junit4]   2> 1597496 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1597497 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e5e1ff{/,null,AVAILABLE}
   [junit4]   2> 1597500 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@170afe5{HTTP/1.1,[http/1.1]}{127.0.0.1:38477}
   [junit4]   2> 1597500 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server Started @1599059ms
   [junit4]   2> 1597500 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/tempDir-001/control/data,
 hostContext=/, hostPort=38477, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/cores}
   [junit4]   2> 1597500 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1597500 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1597501 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1597501 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T22:31:54.455Z
   [junit4]   2> 1597506 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1597506 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/solr.xml
   [junit4]   2> 1597520 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33799/solr
   [junit4]   2> 1597556 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:38477_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:38477_
   [junit4]   2> 1597557 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:38477_    ] o.a.s.c.Overseer Overseer 
(id=96734564463673348-127.0.0.1:38477_-n_0000000000) starting
   [junit4]   2> 1597567 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:38477_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38477_
   [junit4]   2> 1597569 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1597628 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:38477_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/cores
   [junit4]   2> 1597628 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:38477_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1597633 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1598648 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1598674 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1598764 WARN  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ 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> 1598766 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1598802 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1598803 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/control-001/cores/collection1/data/]
   [junit4]   2> 1598803 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ed067
   [junit4]   2> 1598805 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1598834 WARN  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1598851 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1598851 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1598853 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1598853 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1598854 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=84.580078125, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=11.883771187359692, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398277519017932
   [junit4]   2> 1598855 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d15717[collection1] main]
   [junit4]   2> 1598856 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1598857 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1598857 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1598860 INFO  
(searcherExecutor-5474-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@1d15717[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1598860 INFO  
(coreLoadExecutor-5473-thread-1-processing-n:127.0.0.1:38477_) 
[n:127.0.0.1:38477_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547753033106980864
   [junit4]   2> 1598870 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1598870 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
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> 1598870 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38477/collection1/
   [junit4]   2> 1598871 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1598871 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38477/collection1/ has no replicas
   [junit4]   2> 1598877 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
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:38477/collection1/ shard1
   [junit4]   2> 1599029 INFO  
(coreZkRegister-5466-thread-1-processing-n:127.0.0.1:38477_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38477_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1599136 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1599138 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1599232 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/cores/collection1
   [junit4]   2> 1599232 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001
   [junit4]   2> 1599233 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1599234 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5aec79{/,null,AVAILABLE}
   [junit4]   2> 1599235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@174faa6{HTTP/1.1,[http/1.1]}{127.0.0.1:36645}
   [junit4]   2> 1599235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server Started @1600794ms
   [junit4]   2> 1599236 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36645, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/cores}
   [junit4]   2> 1599236 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1599236 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1599236 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1599236 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T22:31:56.190Z
   [junit4]   2> 1599239 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1599239 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/solr.xml
   [junit4]   2> 1599250 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33799/solr
   [junit4]   2> 1599263 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:36645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1599268 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:36645_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36645_
   [junit4]   2> 1599269 INFO  (zkCallback-1977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1599269 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:38477_) [n:127.0.0.1:38477_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1599270 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:36645_) [n:127.0.0.1:36645_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1599296 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:36645_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/cores
   [junit4]   2> 1599296 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:36645_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1599299 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1600315 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1600343 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1600431 WARN  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ 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> 1600433 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1600460 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1600461 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1600461 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ed067
   [junit4]   2> 1600463 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1600516 WARN  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1600534 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1600534 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1600535 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1600535 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1600536 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=84.580078125, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=11.883771187359692, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398277519017932
   [junit4]   2> 1600537 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa997e[collection1] main]
   [junit4]   2> 1600540 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1600542 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1600542 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1600545 INFO  
(searcherExecutor-5485-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@1aa997e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1600545 INFO  
(coreLoadExecutor-5484-thread-1-processing-n:127.0.0.1:36645_) 
[n:127.0.0.1:36645_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547753034873831424
   [junit4]   2> 1600563 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1600564 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1600564 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36645/collection1/
   [junit4]   2> 1600564 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1600564 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36645/collection1/ has no replicas
   [junit4]   2> 1600574 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36645/collection1/ shard2
   [junit4]   2> 1600728 INFO  
(coreZkRegister-5479-thread-1-processing-n:127.0.0.1:36645_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36645_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1600892 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/cores/collection1
   [junit4]   2> 1600893 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001
   [junit4]   2> 1600893 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1600894 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@124f9a3{/,null,AVAILABLE}
   [junit4]   2> 1600895 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@f8d998{HTTP/1.1,[http/1.1]}{127.0.0.1:39143}
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server Started @1602454ms
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39143, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/cores}
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1600896 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T22:31:57.850Z
   [junit4]   2> 1600900 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1600900 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/solr.xml
   [junit4]   2> 1600908 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33799/solr
   [junit4]   2> 1600920 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:39143_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1600927 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:39143_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39143_
   [junit4]   2> 1600928 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:36645_) [n:127.0.0.1:36645_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1600929 INFO  
(zkCallback-1988-thread-1-processing-n:127.0.0.1:39143_) [n:127.0.0.1:39143_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1600929 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:38477_) [n:127.0.0.1:38477_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1600929 INFO  (zkCallback-1977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1600976 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:39143_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/cores
   [junit4]   2> 1600976 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:39143_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1600978 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1602009 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1602036 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1602179 WARN  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ 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> 1602184 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1602208 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1602208 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1602209 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ed067
   [junit4]   2> 1602211 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1602259 WARN  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1602277 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1602277 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1602279 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1602279 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1602280 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=84.580078125, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=11.883771187359692, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398277519017932
   [junit4]   2> 1602281 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c8e76d[collection1] main]
   [junit4]   2> 1602282 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1602283 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1602283 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1602289 INFO  
(searcherExecutor-5496-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@c8e76d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1602291 INFO  
(coreLoadExecutor-5495-thread-1-processing-n:127.0.0.1:39143_) 
[n:127.0.0.1:39143_ 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 1547753036704645120
   [junit4]   2> 1602299 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1602299 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1602299 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39143/collection1/
   [junit4]   2> 1602300 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1602300 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39143/collection1/ has no replicas
   [junit4]   2> 1602304 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:39143/collection1/ shard1
   [junit4]   2> 1602456 INFO  
(coreZkRegister-5490-thread-1-processing-n:127.0.0.1:39143_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39143_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1602571 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/cores/collection1
   [junit4]   2> 1602572 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001
   [junit4]   2> 1602572 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1602574 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@92ea66{/,null,AVAILABLE}
   [junit4]   2> 1602575 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@8a7008{HTTP/1.1,[http/1.1]}{127.0.0.1:41111}
   [junit4]   2> 1602575 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server Started @1604134ms
   [junit4]   2> 1602575 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41111, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/cores}
   [junit4]   2> 1602576 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1602576 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1602576 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1602576 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T22:31:59.530Z
   [junit4]   2> 1602580 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1602581 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/solr.xml
   [junit4]   2> 1602591 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33799/solr
   [junit4]   2> 1602604 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:41111_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1602609 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:41111_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41111_
   [junit4]   2> 1602611 INFO  
(zkCallback-1988-thread-1-processing-n:127.0.0.1:39143_) [n:127.0.0.1:39143_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1602611 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:36645_) [n:127.0.0.1:36645_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1602611 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:38477_) [n:127.0.0.1:38477_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1602612 INFO  
(zkCallback-1994-thread-1-processing-n:127.0.0.1:41111_) [n:127.0.0.1:41111_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1602613 INFO  (zkCallback-1977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1602644 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:41111_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/cores
   [junit4]   2> 1602644 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:41111_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1602646 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1603672 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1603710 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1603818 WARN  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ 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> 1603821 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1603848 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1603849 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1603849 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ed067
   [junit4]   2> 1603853 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1603913 WARN  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1603940 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1603940 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1603941 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1603941 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1603943 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=84.580078125, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=11.883771187359692, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398277519017932
   [junit4]   2> 1603944 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5c510[collection1] main]
   [junit4]   2> 1603945 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1603945 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1603946 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1603949 INFO  
(searcherExecutor-5507-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@1f5c510[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1603949 INFO  
(coreLoadExecutor-5506-thread-1-processing-n:127.0.0.1:41111_) 
[n:127.0.0.1:41111_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547753038443184128
   [junit4]   2> 1603955 INFO  
(coreZkRegister-5501-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1603955 INFO  
(updateExecutor-1991-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1603956 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1603956 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1603956 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1603956 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1603956 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:36645/collection1/] 
and I am [http://127.0.0.1:41111/collection1/]
   [junit4]   2> 1603960 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:36645]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41111_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1603962 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1603962 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1603963 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:41111_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41111","node_name":"127.0.0.1:41111_","state":"down"}
   [junit4]   2> 1604230 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/cores/collection1
   [junit4]   2> 1604230 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001
   [junit4]   2> 1604232 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1604233 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ca6a8{/,null,AVAILABLE}
   [junit4]   2> 1604234 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@ba6a41{HTTP/1.1,[http/1.1]}{127.0.0.1:32907}
   [junit4]   2> 1604234 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.e.j.s.Server Started @1605793ms
   [junit4]   2> 1604235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=32907, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/cores}
   [junit4]   2> 1604235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1604235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1604235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1604235 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T22:32:01.189Z
   [junit4]   2> 1604238 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1604238 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/solr.xml
   [junit4]   2> 1604249 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33799/solr
   [junit4]   2> 1604257 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:32907_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1604261 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:32907_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32907_
   [junit4]   2> 1604262 INFO  
(zkCallback-1988-thread-1-processing-n:127.0.0.1:39143_) [n:127.0.0.1:39143_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604262 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:36645_) [n:127.0.0.1:36645_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604262 INFO  
(zkCallback-1973-thread-2-processing-n:127.0.0.1:38477_) [n:127.0.0.1:38477_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604262 INFO  (zkCallback-1977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604263 INFO  
(zkCallback-1994-thread-1-processing-n:127.0.0.1:41111_) [n:127.0.0.1:41111_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604263 INFO  
(zkCallback-2001-thread-1-processing-n:127.0.0.1:32907_) [n:127.0.0.1:32907_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1604313 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:32907_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/cores
   [junit4]   2> 1604313 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) 
[n:127.0.0.1:32907_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1604317 INFO  
(OverseerStateUpdate-96734564463673348-127.0.0.1:38477_-n_0000000000) 
[n:127.0.0.1:38477_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1604963 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:41111_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41111","node_name":"127.0.0.1:41111_","state":"recovering"}
   [junit4]   2> 1604963 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1604963 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:41111_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 1605343 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1605377 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1605464 WARN  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ 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> 1605466 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1605487 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1605488 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_B5828245AD66C2EA-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1605488 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ed067
   [junit4]   2> 1605490 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1605565 WARN  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1605620 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1605620 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1605621 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1605621 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1605621 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=84.580078125, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=11.883771187359692, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398277519017932
   [junit4]   2> 1605622 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b200d0[collection1] main]
   [junit4]   2> 1605623 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1605623 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1605624 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1605628 INFO  
(searcherExecutor-5518-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@b200d0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1605628 INFO  
(coreLoadExecutor-5517-thread-1-processing-n:127.0.0.1:32907_) 
[n:127.0.0.1:32907_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547753040203743232
   [junit4]   2> 1605634 INFO  
(coreZkRegister-5512-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1605634 INFO  
(updateExecutor-1998-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1605635 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1605635 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1605637 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1605637 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1605637 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:39143/collection1/] 
and I am [http://127.0.0.1:32907/collection1/]
   [junit4]   2> 1605641 INFO  
(recoveryExecutor-1999-thread-1-processing-n:127.0.0.1:32907_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:32907_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:39143]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:32907_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1605643 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1605643 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1605643 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
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:32907_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:32907","node_name":"127.0.0.1:32907_","state":"down"}
   [junit4]   2> 1605818 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1605819 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[B5828245AD66C2EA]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 1606644 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
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:32907_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:32907","node_name":"127.0.0.1:32907_","state":"recovering"}
   [junit4]   2> 1606644 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1606644 INFO  (qtp31413135-11502) [n:127.0.0.1:39143_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:32907_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 1611964 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:36645/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1611964 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:41111 START replicas=[http://127.0.0.1:36645/collection1/] 
nUpdates=100
   [junit4]   2> 1611967 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1611967 INFO  (qtp5601296-11474) [n:127.0.0.1:36645_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1611968 INFO  
(recoveryExecutor-1992-thread-1-processing-n:127.0.0.1:41111_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41111_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a

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

(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[B5828245AD66C2EA]) [ 
   ] o.a.s.c.ZkController Could not publish node as down: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer
   [junit4]   2> 9000460 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[B5828245AD66C2EA]) [ 
   ] o.e.j.s.ServerConnector Stopped ServerConnector@1b1e2cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9000460 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[B5828245AD66C2EA]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@200f64{/i_j,null,UNAVAILABLE}
   [junit4]   2> 9000518 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[B5828245AD66C2EA]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 9000519 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[B5828245AD66C2EA]) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40677 40677
   [junit4]   2> 9000612 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[B5828245AD66C2EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrVersionReplicationTest_B5828245AD66C2EA-001
   [junit4]   2> Oct 10, 2016 12:35:17 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=4329, maxDocsPerChunk=5, blockSize=909), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=4329, blockSize=909)), sim=ClassicSimilarity, locale=mk, 
timezone=SystemV/YST9YDT
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=264415288,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest, 
TestIndexSearcher, TestFieldCacheSortRandom, DirectUpdateHandlerOptimizeTest, 
DeleteReplicaTest, ZkStateWriterTest, ExternalFileFieldSortTest, 
TestCryptoKeys, GraphQueryTest, PreAnalyzedFieldTest, CircularListTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestFilteredDocIdSet, TestManagedSchema, 
TestLMDirichletSimilarityFactory, TestCloudPivotFacet, SuggesterTSTTest, 
CurrencyFieldXmlFileTest, SharedFSAutoReplicaFailoverTest, 
PrimitiveFieldTypeTest, TestStressCloudBlindAtomicUpdates, 
DistributedFacetPivotLargeTest, StatsComponentTest, DistribCursorPagingTest, 
TestAuthenticationFramework, TestLeaderElectionZkExpiry, 
TestLuceneMatchVersion, TermVectorComponentDistributedTest, ResourceLoaderTest, 
MBeansHandlerTest, LeaderElectionTest, TestSSLRandomization, TestSort, 
TestUtils, BadCopyFieldTest, TestUniqueKeyFieldResource, TestFastOutputStream, 
TestPhraseSuggestions, TestSolrCloudWithDelegationTokens, HttpPartitionTest, 
DateRangeFieldTest, DeleteInactiveReplicaTest, TestBinaryField, 
TestCoreDiscovery, HLLSerializationTest, TestCSVResponseWriter, 
TestMergePolicyConfig, TestConfigSetProperties, HighlighterConfigTest, 
TestFieldCacheReopen, SliceStateTest, UnloadDistributedZkTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestLegacyFieldCache, 
TestDistributedStatsComponentCardinality, RecoveryZkTest, 
RecoveryAfterSoftCommitTest, TestFreeTextSuggestions, SecurityConfHandlerTest, 
AutoCommitTest, TestCopyFieldCollectionResource, 
VMParamsZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, TestSchemaResource, 
SolrCLIZkUtilsTest, TestDocSet, ParsingFieldUpdateProcessorsTest, 
SmileWriterTest, TestOrdValues, OverseerTest, DistributedDebugComponentTest, 
TolerantUpdateProcessorTest, DirectUpdateHandlerTest, 
AnalyticsMergeStrategyTest, MergeStrategyTest, TestReload, 
TestSolrCoreSnapshots, TestSolrQueryParser, SolrPluginUtilsTest, 
TestQueryWrapperFilter, XmlUpdateRequestHandlerTest, TestAddFieldRealTimeGet, 
OutputWriterTest, TestSolr4Spatial2, TestSolrJ, TestStressUserVersions, 
TestComponentsName, TestMacroExpander, SpatialHeatmapFacetsTest, 
TestRawTransformer, TestObjectReleaseTracker, LukeRequestHandlerTest, 
CoreAdminHandlerTest, TestPHPSerializedResponseWriter, 
TestReversedWildcardFilterFactory, TestDynamicFieldResource, 
URLClassifyProcessorTest, SpatialRPTFieldTypeTest, SSLMigrationTest, 
ConnectionManagerTest, DistributedQueueTest, CoreAdminRequestStatusTest, 
SyncSliceTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, 
DistributedSpellCheckComponentTest, TestJoin, SolrCoreTest, 
SolrCmdDistributorTest, BadIndexSchemaTest, BasicFunctionalityTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
TestExtendedDismaxParser, SuggesterTest, TestStressLucene, SpatialFilterTest, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
XsltUpdateRequestHandlerTest, CacheHeaderTest, TestQueryUtils, 
DirectSolrSpellCheckerTest, RequestHandlersTest, TestIndexingPerformance, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestCollationField, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, SearchHandlerTest, 
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, 
ZkNodePropsTest, UUIDFieldTest, DistributedMLTComponentTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, ActionThrottleTest, 
AliasIntegrationTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CdcrVersionReplicationTest -Dtests.seed=B5828245AD66C2EA 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk 
-Dtests.timezone=SystemV/YST9YDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | CdcrVersionReplicationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5828245AD66C2EA]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12917, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-CdcrVersionReplicationTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5828245AD66C2EA]:0)
   [junit4]    >        at 
java.io.BufferedReader.<init>(BufferedReader.java:105)
   [junit4]    >        at 
java.io.BufferedReader.<init>(BufferedReader.java:116)
   [junit4]    >        at 
java.io.LineNumberReader.<init>(LineNumberReader.java:72)
   [junit4]    >        at 
org.apache.log4j.DefaultThrowableRenderer.render(DefaultThrowableRenderer.java:64)
   [junit4]    >        at 
org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
   [junit4]    >        at 
org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
   [junit4]    >        at 
org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
   [junit4]    >        at 
org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
   [junit4]    >        at 
org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
   [junit4]    >        at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
   [junit4]    >        at 
org.apache.log4j.Category.callAppenders(Category.java:206)
   [junit4]    >        at 
org.apache.log4j.Category.forcedLog(Category.java:391)
   [junit4]    >        at org.apache.log4j.Category.log(Category.java:856)
   [junit4]    >        at 
org.slf4j.impl.Log4jLoggerAdapter.warn(Log4jLoggerAdapter.java:478)
   [junit4]    >        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:357)
   [junit4]    >        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [635/635 (3!)] on J2 in 7338.94s, 1 test, 3 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20161009_220515_347.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid2614.hprof 
...
   [junit4] Heap dump file created [558940873 bytes in 3.803 secs]
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20161009_220515_347.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"zkCallback-2487-thread-6-processing-n:127.0.0.1:34394_i_j-SendThread(127.0.0.1:40677)"
   [junit4] <<< JVM J2: EOF ----

[...truncated 11053 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:717: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid2614.hprof

Total time: 190 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to