Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/45/

6 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([2CB88AE6D0BACB03:A4ECB53C7E46A6FB]: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:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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=146345, 
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=146346, 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=146345, 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=146346, 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([2CB88AE6D0BACB03]: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=146345, 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:526)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
         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=146346, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         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=146345, 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:526)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        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=146346, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        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([2CB88AE6D0BACB03]:0)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias

Error Message:
Error from server at http://127.0.0.1:44212/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000015

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44212/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000015
        at 
__randomizedtesting.SeedInfo.seed([6B843F5FA4F30407:7BF9789651100490]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        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.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig

Error Message:
Test abandoned because suite timeout was reached.

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


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.TestGeo3DPoint

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

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




Build Log:
[...truncated 10277 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2> ??? 19, 2017 8:22:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2>    1) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=13, 
name=SUITE-TestGeo3DPoint-seed#[D2A6E06D4CEE89A3], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[D2A6E06D4CEE89A3], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findIntersections(Plane.java:650)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.isWithin(GeoComplexPolygon.java:169)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape.isWithin(GeoBaseMembershipShape.java:36)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseShape.getBounds(GeoBaseShape.java:49)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.getBounds(GeoComplexPolygon.java:375)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint 
-Dtests.method=testRandomBig -Dtests.seed=D2A6E06D4CEE89A3 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=he -Dtests.timezone=Asia/Jakarta -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7108s J1 | TestGeo3DPoint.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D2A6E06D4CEE89A3]:0)
   [junit4]   2> ??? 19, 2017 8:22:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> ??? 19, 2017 8:22:45 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.spatial3d.TestGeo3DPoint: 
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[D2A6E06D4CEE89A3], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findCrossings(Plane.java:667)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$DualCrossingEdgeIterator.matches(GeoComplexPolygon.java:994)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Node.traverse(GeoComplexPolygon.java:487)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Node.traverse(GeoComplexPolygon.java:492)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Tree.traverse(GeoComplexPolygon.java:583)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Tree.traverse(GeoComplexPolygon.java:569)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.isWithin(GeoComplexPolygon.java:331)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape.isWithin(GeoBaseMembershipShape.java:36)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseShape.getBounds(GeoBaseShape.java:43)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.getBounds(GeoComplexPolygon.java:375)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ??? 19, 2017 8:22:45 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[D2A6E06D4CEE89A3], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/lucene/build/spatial3d/test/J1/temp/lucene.spatial3d.TestGeo3DPoint_D2A6E06D4CEE89A3-001
   [junit4]   2> Sep 19, 2017 1:22:45 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=Lucene50(blocksize=128)}, docValues:{id=DocValuesFormat(name=Lucene70), 
point=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1986, 
maxMBSortInHeap=7.165574986293989, sim=RandomSimilarity(queryNorm=false): {}, 
locale=he, timezone=Asia/Jakarta
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=188594064,total=491257856
   [junit4]   2> NOTE: All tests run in this JVM: [GeoPointTest, TestGeo3DPoint]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint 
-Dtests.seed=D2A6E06D4CEE89A3 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=he -Dtests.timezone=Asia/Jakarta -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestGeo3DPoint (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D2A6E06D4CEE89A3]:0)
   [junit4] Completed [11/11 (1!)] on J1 in 7220.69s, 8 tests, 2 errors <<< 
FAILURES!

[...truncated 2925 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/init-core-data-001
   [junit4]   2> 8396125 WARN  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[2CB88AE6D0BACB03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 8396125 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[2CB88AE6D0BACB03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 8396127 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[2CB88AE6D0BACB03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 8396144 INFO  
(SUITE-ChaosMonkeySafeLeaderTest-seed#[2CB88AE6D0BACB03]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 8396147 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 8396160 INFO  (Thread-136475) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 8396160 INFO  (Thread-136475) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 8396167 ERROR (Thread-136475) [    ] 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> 8396247 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45179
   [junit4]   2> 8396365 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 8396366 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 8396366 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 8396367 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 8396368 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 8396380 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 8396381 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 8396382 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 8396382 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 8396383 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 8396383 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 8396410 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 8396787 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 8396793 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28c728c8{/,null,AVAILABLE}
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6c75fb21{SSL,[ssl, 
http/1.1]}{127.0.0.1:39077}
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server Started @8409904ms
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/tempDir-001/control/data,
 hostContext=/, hostPort=39077, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/control-001/cores}
   [junit4]   2> 8396811 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 8396811 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-19T04:15:09.527Z
   [junit4]   2> 8396828 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8396828 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/control-001/solr.xml
   [junit4]   2> 8396865 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8396897 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45179/solr
   [junit4]   2> 8397359 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8397359 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:39077_
   [junit4]   2> 8397359 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.c.Overseer Overseer 
(id=98683748933959685-127.0.0.1:39077_-n_0000000000) starting
   [junit4]   2> 8397426 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39077_
   [junit4]   2> 8397427 INFO  
(zkCallback-1420-thread-1-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8397712 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8397749 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8397749 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8397767 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:39077_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/control-001/cores
   [junit4]   2> 8397904 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8398018 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45179/solr ready
   [junit4]   2> 8398217 INFO  (qtp885791160-146093) [n:127.0.0.1:39077_    ] 
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:39077_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8398360 INFO  
(OverseerThreadFactory-4210-thread-1-processing-n:127.0.0.1:39077_) 
[n:127.0.0.1:39077_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 8398645 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_    ] 
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> 8398645 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8398764 INFO  
(zkCallback-1420-thread-2-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] 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> 8399696 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 8399735 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400114 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400172 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400172 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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@1a246df7
   [junit4]   2> 8400172 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8400173 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 8400188 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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=34, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=73.1533203125, 
floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=15.507336041938693, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37548995332077817
   [junit4]   2> 8400270 WARN  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400524 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400524 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400525 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8400525 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8400526 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 8400527 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ec6a13f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 8400550 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 8400550 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400551 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8400551 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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 1578939987543457792
   [junit4]   2> 8400552 INFO  
(searcherExecutor-4213-thread-1-processing-n:127.0.0.1:39077_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:39077_ 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@4ec6a13f[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39077/control_collection_shard1_replica_n1/
   [junit4]   2> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:39077/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 8400594 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400596 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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:39077/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 8400697 INFO  
(zkCallback-1420-thread-2-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] 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> 8400700 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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> 8400701 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_ 
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=2056
   [junit4]   2> 8400704 INFO  (qtp885791160-146093) [n:127.0.0.1:39077_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 8400802 INFO  
(zkCallback-1420-thread-2-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] 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> 8401704 INFO  (qtp885791160-146093) [n:127.0.0.1:39077_    ] 
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:39077_&wt=javabin&version=2}
 status=0 QTime=3486
   [junit4]   2> 8401850 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8401850 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45179/solr ready
   [junit4]   2> 8401850 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 8401852 INFO  (qtp885791160-146096) [n:127.0.0.1:39077_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8401872 INFO  
(OverseerThreadFactory-4210-thread-2-processing-n:127.0.0.1:39077_) 
[n:127.0.0.1:39077_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 8401907 INFO  
(OverseerCollectionConfigSetProcessor-98683748933959685-127.0.0.1:39077_-n_0000000000)
 [n:127.0.0.1:39077_    ] 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> 8401927 WARN  
(OverseerThreadFactory-4210-thread-2-processing-n:127.0.0.1:39077_) 
[n:127.0.0.1:39077_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 8402038 INFO  (qtp885791160-146096) [n:127.0.0.1:39077_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 8402038 INFO  (qtp885791160-146096) [n:127.0.0.1:39077_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=185
   [junit4]   2> 8402389 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001
 of type NRT
   [junit4]   2> 8402390 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 8402463 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a3c0bdc{/,null,AVAILABLE}
   [junit4]   2> 8402464 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@753c97f{SSL,[ssl, 
http/1.1]}{127.0.0.1:36863}
   [junit4]   2> 8402464 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server Started @8415557ms
   [junit4]   2> 8402464 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36863, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001/cores}
   [junit4]   2> 8402464 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8402488 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 8402488 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8402488 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 8402488 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-19T04:15:15.204Z
   [junit4]   2> 8402490 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8402490 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001/solr.xml
   [junit4]   2> 8402511 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8402525 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45179/solr
   [junit4]   2> 8402547 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8402561 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8402562 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36863_
   [junit4]   2> 8402563 INFO  
(zkCallback-1420-thread-2-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8402563 INFO  (zkCallback-1427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8402577 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8403025 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8403084 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8403084 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8403097 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36863_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001/cores
   [junit4]   2> 8403288 INFO  (qtp885791160-146100) [n:127.0.0.1:39077_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36863_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8403345 INFO  
(OverseerCollectionConfigSetProcessor-98683748933959685-127.0.0.1:39077_-n_0000000000)
 [n:127.0.0.1:39077_    ] 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> 8403346 INFO  
(OverseerThreadFactory-4210-thread-3-processing-n:127.0.0.1:39077_) 
[n:127.0.0.1:39077_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36863_ 
for creating new replica
   [junit4]   2> 8403703 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8403703 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8403807 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 8404762 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 8404885 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 8405305 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8405343 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 8405344 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8405344 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 8405344 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-1-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 8405359 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=73.1533203125, 
floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=15.507336041938693, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37548995332077817
   [junit4]   2> 8405404 WARN  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 8405561 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8405561 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8405562 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8405562 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 8405563 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 8405563 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11af3047[collection1_shard1_replica_n0] main]
   [junit4]   2> 8405564 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 8405564 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 8405577 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8405578 INFO  
(searcherExecutor-4224-thread-1-processing-n:127.0.0.1:36863_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@11af3047[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8405578 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578939992814649344
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:36863/collection1_shard1_replica_n0/
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
https://127.0.0.1:36863/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 8405599 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 8405619 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36863/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 8405720 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 8405776 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 8405778 INFO  (qtp450011959-146140) [n:127.0.0.1:36863_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2074
   [junit4]   2> 8405779 INFO  (qtp885791160-146100) [n:127.0.0.1:39077_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36863_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2527
   [junit4]   2> 8405917 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 8406310 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001
 of type NRT
   [junit4]   2> 8406311 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 8406394 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50c5bc1f{/,null,AVAILABLE}
   [junit4]   2> 8406395 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2b4de090{SSL,[ssl, 
http/1.1]}{127.0.0.1:36922}
   [junit4]   2> 8406395 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.e.j.s.Server Started @8419488ms
   [junit4]   2> 8406395 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36922, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001/cores}
   [junit4]   2> 8406395 ERROR 
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8406414 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 8406414 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8406414 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 8406414 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-19T04:15:19.130Z
   [junit4]   2> 8406436 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8406436 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001/solr.xml
   [junit4]   2> 8406494 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8406544 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45179/solr
   [junit4]   2> 8406624 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 8406625 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8406663 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36922_
   [junit4]   2> 8406664 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8406664 INFO  
(zkCallback-1420-thread-2-processing-n:127.0.0.1:39077_) [n:127.0.0.1:39077_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8406670 INFO  (zkCallback-1427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8406759 INFO  
(zkCallback-1438-thread-1-processing-n:127.0.0.1:36922_) [n:127.0.0.1:36922_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8407008 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8407046 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8407046 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8407047 INFO  
(TEST-ChaosMonkeySafeLeaderTest.test-seed#[2CB88AE6D0BACB03]) 
[n:127.0.0.1:36922_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001/cores
   [junit4]   2> 8407165 INFO  (qtp885791160-146098) [n:127.0.0.1:39077_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36922_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8407183 INFO  
(OverseerCollectionConfigSetProcessor-98683748933959685-127.0.0.1:39077_-n_0000000000)
 [n:127.0.0.1:39077_    ] 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> 8407184 INFO  
(OverseerThreadFactory-4210-thread-4-processing-n:127.0.0.1:39077_) 
[n:127.0.0.1:39077_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36922_ 
for creating new replica
   [junit4]   2> 8407362 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8407362 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8407465 INFO  
(zkCallback-1432-thread-1-processing-n:127.0.0.1:36863_) [n:127.0.0.1:36863_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 8407466 INFO  
(zkCallback-1438-thread-1-processing-n:127.0.0.1:36922_) [n:127.0.0.1:36922_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 8408411 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 8408463 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 8408882 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8408919 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 8408920 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a246df7
   [junit4]   2> 8408920 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 8408920 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001/cores/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2CB88AE6D0BACB03-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 8408939 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=73.1533203125, 
floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=15.507336041938693, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37548995332077817
   [junit4]   2> 8409011 WARN  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_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> 8409267 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8409267 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8409268 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8409268 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 8409269 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 8409269 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ffce836[collection1_shard1_replica_n1] main]
   [junit4]   2> 8409300 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 8409300 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 8409301 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8409301 INFO  
(searcherExecutor-4235-thread-1-processing-n:127.0.0.1:36922_ 
x:collection1_shard1_replica_n1 s:shard1 c:collection1) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@2ffce836[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8409302 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578939996719546368
   [junit4]   2> 8409325 INFO  (qtp506567579-146170) [n:127.0.0.1:36922_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard1_replica_n1
   [junit4]   2> 8409345 INFO  
(updateExecutor-1435-thread-1-processing-n:127.0.0.1:36922_ 
x:collection1_shard1_replica_n1 s:shard1 c:collection1) [n:127.0.0.1:36922_ 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 8409345 INFO  
(recoveryExecutor-1436-thread-1-processing-n:127.0.0.1:36922_ 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:36922_ c:collection1 s:shard1 r:core_node

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

.0.0.1:39621_solr c:localShardsTestColl s:shard1 r:core_node2 
x:localShardsTestColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard1.replica_n2, 
tag=781687338
   [junit4]   2> 607704 INFO  (coreCloseExecutor-760-thread-4) 
[n:127.0.0.1:39621_solr c:localShardsTestColl s:shard1 r:core_node2 
x:localShardsTestColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71a3718b: rootName 
= solr_39621, domain = solr.core.localShardsTestColl.shard1.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@69319cae
   [junit4]   2> 607668 INFO  
(zkCallback-251-thread-12-processing-n:127.0.0.1:44212_solr) 
[n:127.0.0.1:44212_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 607667 INFO  
(zkCallback-252-thread-11-processing-n:127.0.0.1:42520_solr) 
[n:127.0.0.1:42520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 607647 INFO  (coreCloseExecutor-758-thread-7) 
[n:127.0.0.1:42520_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=699144541
   [junit4]   2> 607777 INFO  
(zkCallback-251-thread-11-processing-n:127.0.0.1:44212_solr) 
[n:127.0.0.1:44212_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/overwrite/state.json] for collection [overwrite] has occurred 
- updating... (live nodes size: [3])
   [junit4]   2> 607831 INFO  (coreCloseExecutor-760-thread-4) 
[n:127.0.0.1:39621_solr c:localShardsTestColl s:shard1 r:core_node2 
x:localShardsTestColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=781687338
   [junit4]   2> 607831 INFO  (coreCloseExecutor-760-thread-3) 
[n:127.0.0.1:39621_solr c:localShardsTestColl s:shard2 r:core_node5 
x:localShardsTestColl_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n2, 
tag=669582640
   [junit4]   2> 607845 INFO  (coreCloseExecutor-760-thread-3) 
[n:127.0.0.1:39621_solr c:localShardsTestColl s:shard2 r:core_node5 
x:localShardsTestColl_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e99f5f5: rootName 
= solr_39621, domain = solr.core.localShardsTestColl.shard2.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@14dccacc
   [junit4]   2> 607996 INFO  (coreCloseExecutor-760-thread-7) 
[n:127.0.0.1:39621_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.foo.shard1.replica_n2, tag=1231985981
   [junit4]   2> 607996 INFO  (coreCloseExecutor-760-thread-7) 
[n:127.0.0.1:39621_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6001a41: rootName = 
solr_39621, domain = solr.core.foo.shard1.replica_n2, service url = null, agent 
id = null] for registry solr.core.foo.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@7b25ee1f
   [junit4]   2> 608088 INFO  
(zkCallback-252-thread-12-processing-n:127.0.0.1:42520_solr) 
[n:127.0.0.1:42520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 608089 INFO  
(zkCallback-253-thread-18-processing-n:127.0.0.1:39621_solr) 
[n:127.0.0.1:39621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 608123 INFO  (jetty-closer-237-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4499015e{/solr,null,UNAVAILABLE}
   [junit4]   2> 608124 INFO  (jetty-closer-237-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@131b97a4{/solr,null,UNAVAILABLE}
   [junit4]   2> 608145 INFO  (coreCloseExecutor-760-thread-3) 
[n:127.0.0.1:39621_solr c:localShardsTestColl s:shard2 r:core_node5 
x:localShardsTestColl_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=669582640
   [junit4]   2> 608145 INFO  (coreCloseExecutor-760-thread-7) 
[n:127.0.0.1:39621_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=1231985981
   [junit4]   2> 608159 INFO  
(zkCallback-253-thread-18-processing-n:127.0.0.1:39621_solr) 
[n:127.0.0.1:39621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 608201 INFO  (jetty-closer-237-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=98683972552622096-127.0.0.1:39621_solr-n_0000000003) closing
   [junit4]   2> 608215 INFO  
(OverseerStateUpdate-98683972552622096-127.0.0.1:39621_solr-n_0000000003) 
[n:127.0.0.1:39621_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39621_solr
   [junit4]   2> 608217 INFO  (jetty-closer-237-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2b913c0f{/solr,null,UNAVAILABLE}
   [junit4]   2> 608218 ERROR 
(SUITE-CloudSolrClientTest-seed#[6B843F5FA4F30407]-worker) [    ] 
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> 608218 INFO  
(SUITE-CloudSolrClientTest-seed#[6B843F5FA4F30407]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45561 45561
   [junit4]   2> 608342 INFO  (Thread-200) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45561 45561
   [junit4]   2> 608358 WARN  (Thread-200) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        30      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        24      /solr/collections/foo/state.json
   [junit4]   2>        14      /solr/collections/collection1/state.json
   [junit4]   2>        14      /solr/collections/2nd_collection/state.json
   [junit4]   2>        14      /solr/collections/multicollection1/state.json
   [junit4]   2>        14      /solr/collections/multicollection2/state.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        8       /solr/collections/nemesis/state.json
   [junit4]   2>        7       /solr/collections/overwrite/state.json
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard3/election/98683972552622096-core_node8-n_0000000003
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard2/election/98683972552622096-core_node5-n_0000000003
   [junit4]   2>        2       
/solr/collections/foo/leader_elect/shard1/election/98683972552622096-core_node2-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_6B843F5FA4F30407-001
   [junit4]   2> Sep 19, 2017 5:16:39 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
title_s=PostingsFormat(name=Asserting), id=PostingsFormat(name=Memory), 
text=Lucene50(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
multiDefault=DocValuesFormat(name=Asserting), 
title_s=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1386, 
maxMBSortInHeap=6.999319547317035, sim=RandomSimilarity(queryNorm=true): {}, 
locale=th-TH, timezone=SST
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=283198392,total=512229376
   [junit4]   2> NOTE: All tests run in this JVM: 
[GreaterThanEqualToEvaluatorTest, RoundEvaluatorTest, GraphTest, 
LargeVolumeBinaryJettyTest, TestNamedListCodec, AnlysisResponseBaseTest, 
TestJsonRecordReader, TestEmbeddedSolrServer, JDBCStreamTest, 
AbsoluteValueEvaluatorTest, TestCollectionStateWatchers, 
LargeVolumeEmbeddedTest, TermsResponseTest, BasicHttpSolrClientTest, 
LessThanEqualToEvaluatorTest, ArcCosineEvaluatorTest, TestSuggesterResponse, 
CollectionAdminRequestRequiredParamsTest, CubedRootEvaluatorTest, 
OperationsTest, SolrExampleStreamingBinaryTest, TestSpellCheckResponse, 
SolrParamTest, QueryResponseTest, TestCoreAdmin, CloudSolrClientBuilderTest, 
CloudSolrClientMultiConstructorTest, CloudSolrClientTest]
   [junit4] Completed [134/135 (1!)] on J0 in 279.43s, 15 tests, 1 error <<< 
FAILURES!

[...truncated 42494 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to