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

3 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test

Error Message:
The Monkey ran for over 45 seconds and no jetties were stopped - this is worth 
investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 45 seconds and no jetties 
were stopped - this is worth investigating!
        at 
__randomizedtesting.SeedInfo.seed([B802C60645480A62:3056F9DCEBB4679A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:587)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:133)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=4217, 
name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
    2) Thread[id=4218, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=4217, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
   2) Thread[id=4218, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
        at __randomizedtesting.SeedInfo.seed([B802C60645480A62]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=4217, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
java.lang.Throwable.fillInStackTrace(Native Method)         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:783)         at 
java.lang.Throwable.<init>(Throwable.java:265)         at 
java.lang.Exception.<init>(Exception.java:66)         at 
java.lang.RuntimeException.<init>(RuntimeException.java:62)         at 
java.lang.IllegalStateException.<init>(IllegalStateException.java:55)         
at org.apache.http.util.Asserts.check(Asserts.java:34)         at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:184)         
at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:251)
         at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:175)  
       at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)      
   at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)       
  at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) 
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)         
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)       
  at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
    2) Thread[id=4218, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
java.security.AccessController.doPrivileged(Native Method)         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:472) 
        at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)         
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)         at 
java.io.PrintStream.flush(PrintStream.java:338)         at 
java.io.FilterOutputStream.flush(FilterOutputStream.java:140)         at 
java.io.PrintStream.write(PrintStream.java:482)         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)         at 
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)         at 
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)         at 
java.io.PrintStream.write(PrintStream.java:527)         at 
java.io.PrintStream.print(PrintStream.java:669)         at 
java.io.PrintStream.println(PrintStream.java:823)         at 
java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)         at 
java.lang.Throwable.printStackTrace(Throwable.java:658)         at 
java.lang.Throwable.printStackTrace(Throwable.java:643)         at 
java.lang.Throwable.printStackTrace(Throwable.java:634)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:121)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=4217, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
        at java.lang.Throwable.<init>(Throwable.java:265)
        at java.lang.Exception.<init>(Exception.java:66)
        at java.lang.RuntimeException.<init>(RuntimeException.java:62)
        at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
        at org.apache.http.util.Asserts.check(Asserts.java:34)
        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:184)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:251)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:175)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
   2) Thread[id=4218, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:472)
        at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at java.io.PrintStream.flush(PrintStream.java:338)
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
        at java.io.PrintStream.write(PrintStream.java:482)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
        at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
        at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
        at java.io.PrintStream.write(PrintStream.java:527)
        at java.io.PrintStream.print(PrintStream.java:669)
        at java.io.PrintStream.println(PrintStream.java:823)
        at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
        at java.lang.Throwable.printStackTrace(Throwable.java:658)
        at java.lang.Throwable.printStackTrace(Throwable.java:643)
        at java.lang.Throwable.printStackTrace(Throwable.java:634)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:121)
        at __randomizedtesting.SeedInfo.seed([B802C60645480A62]:0)




Build Log:
[...truncated 11783 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 961816 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[B802C60645480A62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/init-core-data-001
   [junit4]   2> 961816 WARN  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[B802C60645480A62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 961817 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[B802C60645480A62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 961830 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[B802C60645480A62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 961831 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[B802C60645480A62]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l/io
   [junit4]   2> 961874 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 961875 INFO  (Thread-1005) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 961875 INFO  (Thread-1005) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 961877 ERROR (Thread-1005) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 961976 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35526
   [junit4]   2> 962021 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 962022 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 962023 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 962023 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 962024 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 962046 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 962047 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 962048 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 962048 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 962068 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 962068 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 962071 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 962386 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 962403 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d0a3516{/l/io,null,AVAILABLE}
   [junit4]   2> 962423 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5def90a8{SSL,[ssl, 
http/1.1]}{127.0.0.1:33282}
   [junit4]   2> 962423 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server Started @977739ms
   [junit4]   2> 962423 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/tempDir-001/control/data,
 hostContext=/l/io, hostPort=33282, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/control-001/cores}
   [junit4]   2> 962424 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 962424 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 962424 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 962424 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 962424 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-30T13:06:20.662Z
   [junit4]   2> 962445 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 962445 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/control-001/solr.xml
   [junit4]   2> 962449 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 962469 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35526/solr
   [junit4]   2> 962690 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 962691 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33282_l%2Fio
   [junit4]   2> 962703 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.Overseer Overseer 
(id=98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000) starting
   [junit4]   2> 962752 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33282_l%2Fio
   [junit4]   2> 962799 INFO  
(OverseerStateUpdate-98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 962984 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 962987 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 962987 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 963000 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/control-001/cores
   [junit4]   2> 963055 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 963056 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35526/solr ready
   [junit4]   2> 963794 INFO  (qtp1432794668-3711) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33282_l%252Fio&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 963810 INFO  
(OverseerThreadFactory-1495-thread-1-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 964149 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 964149 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 964272 INFO  
(zkCallback-460-thread-1-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 965801 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 966008 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 966617 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 966700 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 966701 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 966701 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 966701 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 966732 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=34.06640625, 
floorSegmentMB=1.3037109375, forceMergeDeletesPctAllowed=1.19965556417435, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6884169300874806
   [junit4]   2> 966790 WARN  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 967272 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 967272 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 967273 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 967273 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 967274 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8525390625, 
noCFSRatio=0.32186447846064925]
   [junit4]   2> 967383 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14d761e5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 967386 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 967386 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 967387 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 967387 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1574352962846720000
   [junit4]   2> 967399 INFO  
(searcherExecutor-1498-thread-1-processing-n:127.0.0.1:33282_l%2Fio 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:33282_l%2Fio c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@14d761e5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 967405 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33282/l/io/control_collection_shard1_replica_n1/
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:33282/l/io/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 967418 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 967420 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33282/l/io/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 967532 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 967533 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 967534 INFO  (qtp1432794668-3713) [n:127.0.0.1:33282_l%2Fio 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3385
   [junit4]   2> 967601 INFO  (qtp1432794668-3711) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 967635 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 967881 INFO  
(OverseerCollectionConfigSetProcessor-98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000)
 [n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 968608 INFO  (qtp1432794668-3711) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33282_l%252Fio&wt=javabin&version=2}
 status=0 QTime=4814
   [junit4]   2> 968691 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 968691 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35526/solr ready
   [junit4]   2> 968691 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 968693 INFO  (qtp1432794668-3709) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=5&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 968710 INFO  
(OverseerThreadFactory-1495-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 968711 WARN  
(OverseerThreadFactory-1495-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 968857 INFO  (qtp1432794668-3709) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 968857 INFO  (qtp1432794668-3709) [n:127.0.0.1:33282_l%2Fio    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=5&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=164
   [junit4]   2> 970024 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001
 of type NRT
   [junit4]   2> 970025 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 970140 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e330220{/l/io,null,AVAILABLE}
   [junit4]   2> 970153 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6610302f{SSL,[ssl, 
http/1.1]}{127.0.0.1:42465}
   [junit4]   2> 970153 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server Started @985469ms
   [junit4]   2> 970153 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/l/io, hostPort=42465, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001/cores}
   [junit4]   2> 970154 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 970154 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 970154 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 970154 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 970154 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-30T13:06:28.392Z
   [junit4]   2> 970189 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 970189 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001/solr.xml
   [junit4]   2> 970222 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 970251 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35526/solr
   [junit4]   2> 970383 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 970384 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 970397 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42465_l%2Fio
   [junit4]   2> 970398 INFO  (zkCallback-467-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 970530 INFO  
(zkCallback-460-thread-1-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 970676 INFO  
(zkCallback-472-thread-1-processing-n:127.0.0.1:42465_l%2Fio) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 970745 INFO  
(OverseerCollectionConfigSetProcessor-98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000)
 [n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 970939 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 970969 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 970969 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 970970 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001/cores
   [junit4]   2> 971711 INFO  (qtp1896035244-3748) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:42465_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 971744 INFO  
(OverseerThreadFactory-1495-thread-3-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:42465_l%2Fio for creating new replica
   [junit4]   2> 971879 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 971880 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 971959 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 972073 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 972614 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 972710 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 972711 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 972711 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 972711 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 972742 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=34.06640625, 
floorSegmentMB=1.3037109375, forceMergeDeletesPctAllowed=1.19965556417435, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6884169300874806
   [junit4]   2> 972812 WARN  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 973083 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 973083 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 973084 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 973084 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 973085 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8525390625, 
noCFSRatio=0.32186447846064925]
   [junit4]   2> 973086 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30740885[collection1_shard2_replica_n1] main]
   [junit4]   2> 973086 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 973087 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 973099 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 973234 INFO  
(searcherExecutor-1509-thread-1-processing-n:127.0.0.1:42465_l%2Fio 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) 
[n:127.0.0.1:42465_l%2Fio c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@30740885[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 973234 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1574352968977743872
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:42465/l/io/collection1_shard2_replica_n1/
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:42465/l/io/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 973250 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 973253 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42465/l/io/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 973428 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 973429 INFO  (qtp1896035244-3752) [n:127.0.0.1:42465_l%2Fio 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1549
   [junit4]   2> 973473 INFO  (qtp1896035244-3748) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:42465_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1761
   [junit4]   2> 973753 INFO  
(OverseerCollectionConfigSetProcessor-98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000)
 [n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 975299 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001
 of type NRT
   [junit4]   2> 975300 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 975493 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7eaf9a8a{/l/io,null,AVAILABLE}
   [junit4]   2> 975494 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c536a39{SSL,[ssl, 
http/1.1]}{127.0.0.1:38417}
   [junit4]   2> 975494 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server Started @990810ms
   [junit4]   2> 975494 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/l/io, hostPort=38417, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001/cores}
   [junit4]   2> 975494 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 975543 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 975543 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 975543 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 975543 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-30T13:06:33.781Z
   [junit4]   2> 975573 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 975573 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001/solr.xml
   [junit4]   2> 975667 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 975698 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35526/solr
   [junit4]   2> 975749 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 975750 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 975764 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38417_l%2Fio
   [junit4]   2> 975812 INFO  (zkCallback-467-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 975897 INFO  
(zkCallback-478-thread-1-processing-n:127.0.0.1:38417_l%2Fio) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 975881 INFO  
(zkCallback-472-thread-1-processing-n:127.0.0.1:42465_l%2Fio) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 975812 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 976341 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 976357 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 976358 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 976359 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001/cores
   [junit4]   2> 976689 INFO  (qtp1896035244-3751) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:38417_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 976707 INFO  
(OverseerThreadFactory-1495-thread-4-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:38417_l%2Fio for creating new replica
   [junit4]   2> 976912 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n3&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 976928 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 977029 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 977128 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.IndexSchema 
[collection1_shard3_replica_n3] Schema name=test
   [junit4]   2> 977417 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 977511 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard3_replica_n3' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 977511 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard3.replica_n3' (registry 
'solr.core.collection1.shard3.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 977511 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 977511 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrCore 
[[collection1_shard3_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001/cores/collection1_shard3_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-2-001/cores/collection1_shard3_replica_n3/data/]
   [junit4]   2> 977514 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=34.06640625, 
floorSegmentMB=1.3037109375, forceMergeDeletesPctAllowed=1.19965556417435, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6884169300874806
   [junit4]   2> 977570 WARN  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 977746 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 977746 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 977777 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 977777 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 977778 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8525390625, 
noCFSRatio=0.32186447846064925]
   [junit4]   2> 977832 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6cd38512[collection1_shard3_replica_n3] main]
   [junit4]   2> 977833 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 977834 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 977844 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 977844 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1574352973811679232
   [junit4]   2> 977908 INFO  
(searcherExecutor-1520-thread-1-processing-n:127.0.0.1:38417_l%2Fio 
x:collection1_shard3_replica_n3 s:shard3 c:collection1) 
[n:127.0.0.1:38417_l%2Fio c:collection1 s:shard3  
x:collection1_shard3_replica_n3] o.a.s.c.SolrCore 
[collection1_shard3_replica_n3] Registered new searcher 
Searcher@6cd38512[collection1_shard3_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:38417/l/io/collection1_shard3_replica_n3/
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy 
https://127.0.0.1:38417/l/io/collection1_shard3_replica_n3/ has no replicas
   [junit4]   2> 977944 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 977946 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38417/l/io/collection1_shard3_replica_n3/ shard3
   [junit4]   2> 978103 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 978131 INFO  (qtp1373632213-3783) [n:127.0.0.1:38417_l%2Fio 
c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n3&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1218
   [junit4]   2> 978171 INFO  (qtp1896035244-3751) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38417_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
 status=0 QTime=1481
   [junit4]   2> 978548 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001
 of type NRT
   [junit4]   2> 978561 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 978585 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@699b76d0{/l/io,null,AVAILABLE}
   [junit4]   2> 978586 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ffb74b4{SSL,[ssl, 
http/1.1]}{127.0.0.1:45494}
   [junit4]   2> 978586 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server Started @993902ms
   [junit4]   2> 978586 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/l/io, hostPort=45494, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001/cores}
   [junit4]   2> 978586 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 978604 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 978604 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 978604 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 978604 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-30T13:06:36.842Z
   [junit4]   2> 978638 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 978638 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001/solr.xml
   [junit4]   2> 978656 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 978699 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35526/solr
   [junit4]   2> 978715 INFO  
(OverseerCollectionConfigSetProcessor-98397059816751109-127.0.0.1:33282_l%2Fio-n_0000000000)
 [n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 978862 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 978863 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978864 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45494_l%2Fio
   [junit4]   2> 978881 INFO  
(zkCallback-478-thread-1-processing-n:127.0.0.1:38417_l%2Fio) 
[n:127.0.0.1:38417_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978967 INFO  
(zkCallback-472-thread-1-processing-n:127.0.0.1:42465_l%2Fio) 
[n:127.0.0.1:42465_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978975 INFO  (zkCallback-467-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 978975 INFO  
(zkCallback-484-thread-1-processing-n:127.0.0.1:45494_l%2Fio) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978983 INFO  
(zkCallback-460-thread-1-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 979217 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 979249 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 979249 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 979251 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) 
[n:127.0.0.1:45494_l%2Fio    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001/cores
   [junit4]   2> 979381 INFO  (qtp1896035244-3755) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45494_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 979402 INFO  
(OverseerThreadFactory-1495-thread-5-processing-n:127.0.0.1:33282_l%2Fio) 
[n:127.0.0.1:33282_l%2Fio    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:45494_l%2Fio for creating new replica
   [junit4]   2> 979646 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n5&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 979646 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 980756 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 980796 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.IndexSchema 
[collection1_shard4_replica_n5] Schema name=test
   [junit4]   2> 981194 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 981242 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard4_replica_n5' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 981243 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard4.replica_n5' (registry 
'solr.core.collection1.shard4.replica_n5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4
   [junit4]   2> 981243 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 981243 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrCore 
[[collection1_shard4_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001/cores/collection1_shard4_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-3-001/cores/collection1_shard4_replica_n5/data/]
   [junit4]   2> 981259 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=34.06640625, 
floorSegmentMB=1.3037109375, forceMergeDeletesPctAllowed=1.19965556417435, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6884169300874806
   [junit4]   2> 981275 WARN  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 981442 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 981442 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 981443 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 981443 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 981444 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8525390625, 
noCFSRatio=0.32186447846064925]
   [junit4]   2> 981489 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cef2bfa[collection1_shard4_replica_n5] main]
   [junit4]   2> 981490 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 981490 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 981490 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 981557 INFO  
(searcherExecutor-1531-thread-1-processing-n:127.0.0.1:45494_l%2Fio 
x:collection1_shard4_replica_n5 s:shard4 c:collection1) 
[n:127.0.0.1:45494_l%2Fio c:collection1 s:shard4  
x:collection1_shard4_replica_n5] o.a.s.c.SolrCore 
[collection1_shard4_replica_n5] Registered new searcher 
Searcher@7cef2bfa[collection1_shard4_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 981557 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1574352977705041920
   [junit4]   2> 981586 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 981587 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 981587 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:45494/l/io/collection1_shard4_replica_n5/
   [junit4]   2> 981587 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 981587 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy 
https://127.0.0.1:45494/l/io/collection1_shard4_replica_n5/ has no replicas
   [junit4]   2> 981587 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 981588 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45494/l/io/collection1_shard4_replica_n5/ shard4
   [junit4]   2> 981697 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 981698 INFO  (qtp462202669-3813) [n:127.0.0.1:45494_l%2Fio 
c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n5&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2052
   [junit4]   2> 981700 INFO  (qtp1896035244-3755) [n:127.0.0.1:42465_l%2Fio    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45494_l%252Fio&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2}
 status=0 QTime=2318
   [junit4]   2> 981971 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-4-001
 of type NRT
   [junit4]   2> 981972 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 981997 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6eebf070{/l/io,null,AVAILABLE}
   [junit4]   2> 981997 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e71210b{SSL,[ssl, 
http/1.1]}{127.0.0.1:44950}
   [junit4]   2> 981997 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.e.j.s.Server Started @997313ms
   [junit4]   2> 981997 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/l/io, hostPort=44950, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-4-001/cores}
   [junit4]   2> 981998 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 982009 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 982009 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 982009 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 982009 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-30T13:06:40.247Z
   [junit4]   2> 982029 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 982029 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_B802C60645480A62-001/shard-4-001/solr.xml
   [junit4]   2> 982050 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fbb4dd4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 982053 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[B802C60645480A62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35526/solr
   [junit4] 

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

nes.txt -Dtests.locale=th-TH -Dtests.timezone=Pacific/Tahiti 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4]   2> REQUEST FAILED for id=0-4567
   [junit4]   2> java.lang.IllegalStateException: Connection pool shut down
   [junit4]   2>        at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]   2>        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:184)
   [junit4]   2>        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:251)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:175)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]   2>        at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
   [junit4]   2>        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
   [junit4]   2> Jul 30, 2017 1:09:25 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[StoppableIndexingThread,5,TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> java.lang.IllegalStateException: No context information for 
thread: Thread[id=4217, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]. Is this thread running under a class 
com.carrotsearch.randomizedtesting.RandomizedRunner runner context? Add 
@RunWith(class com.carrotsearch.randomizedtesting.RandomizedRunner.class) to 
your test class. Make sure your code accesses random contexts within 
@BeforeClass and @AfterClass boundary (for example, static test class 
initializers are not permitted to access random contexts).
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedContext.context(RandomizedContext.java:248)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedContext.current(RandomizedContext.java:134)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.random(LuceneTestCase.java:746)
   [junit4]   2>        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
   [junit4]   2>        Suppressed: java.lang.IllegalStateException: No context 
information for thread: Thread[id=4217, name=StoppableIndexingThread, 
state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]. Is this thread running 
under a class com.carrotsearch.randomizedtesting.RandomizedRunner runner 
context? Add @RunWith(class 
com.carrotsearch.randomizedtesting.RandomizedRunner.class) to your test class. 
Make sure your code accesses random contexts within @BeforeClass and 
@AfterClass boundary (for example, static test class initializers are not 
permitted to access random contexts).
   [junit4]   2>                at 
com.carrotsearch.randomizedtesting.RandomizedContext.context(RandomizedContext.java:248)
   [junit4]   2>                at 
com.carrotsearch.randomizedtesting.RandomizedContext.current(RandomizedContext.java:134)
   [junit4]   2>                at 
com.carrotsearch.randomizedtesting.RandomizedRunner.augmentStackTrace(RandomizedRunner.java:1848)
   [junit4]   2>                at 
com.carrotsearch.randomizedtesting.RunnerThreadGroup.uncaughtException(RunnerThreadGroup.java:20)
   [junit4]   2>                at 
java.lang.Thread.dispatchUncaughtException(Thread.java:1959)
   [junit4]   2> 
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   [junit4]    >    1) Thread[id=4217, name=StoppableIndexingThread, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
   [junit4]    >    2) Thread[id=4218, name=StoppableIndexingThread, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B802C60645480A62]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4217, name=StoppableIndexingThread, 
state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]    >         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]    >         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]    >         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]    >         at 
java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]    >         at 
java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]    >         at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]    >         at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:184)
   [junit4]    >         at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:251)
   [junit4]    >         at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:175)
   [junit4]    >         at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >         at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >         at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >         at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >         at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
   [junit4]    >         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
   [junit4]    >    2) Thread[id=4218, name=StoppableIndexingThread, 
state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
   [junit4]    >         at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4]    >         at 
java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4]    >         at 
java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.write(PrintStream.java:482)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
   [junit4]    >         at 
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
   [junit4]    >         at java.io.PrintStream.write(PrintStream.java:527)
   [junit4]    >         at java.io.PrintStream.print(PrintStream.java:669)
   [junit4]    >         at java.io.PrintStream.println(PrintStream.java:823)
   [junit4]    >         at 
java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:658)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:643)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:634)
   [junit4]    >         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:121)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B802C60645480A62]:0)
   [junit4] Completed [63/726 (1!)] on J1 in 185.25s, 1 test, 1 failure, 2 
errors <<< FAILURES!

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

Reply via email to