Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1/
Java: 32bit/jdk1.8.0_131 -client -XX:+UseSerialGC

6 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest

Error Message:
3 threads leaked from SUITE scope at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest:     1) 
Thread[id=4916, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-EventThread,
 state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    
2) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)    3) 
Thread[id=4914, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest: 
   1) Thread[id=4916, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-EventThread,
 state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   2) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   3) Thread[id=4914, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([92BF84162FFA2AA4]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
        at __randomizedtesting.SeedInfo.seed([92BF84162FFA2AA4]:0)


FAILED:  
org.apache.lucene.index.TestBinaryDocValuesUpdates.testManyReopensAndFields

Error Message:
invalid value for doc=21, field=f2, 
reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: invalid value for doc=21, field=f2, 
reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 expected:<2> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates.testManyReopensAndFields(TestBinaryDocValuesUpdates.java:844)
        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.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 
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.index.TestMixedDocValuesUpdates.testManyReopensAndFields

Error Message:
invalid numeric value for doc=15, field=f0, 
reader=_4(7.0.0):c28:fieldInfosGen=2:dvGen=2 expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: invalid numeric value for doc=15, field=f0, 
reader=_4(7.0.0):c28:fieldInfosGen=2:dvGen=2 expected:<2> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.TestMixedDocValuesUpdates.testManyReopensAndFields(TestMixedDocValuesUpdates.java:138)
        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.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 
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.index.TestNumericDocValuesUpdates.testManyReopensAndFields

Error Message:
invalid value for docID=21 id=doc-21, field=f2, 
reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 
doc=Document<stored,indexed,tokenized,omitNorms,indexOptions=DOCS<id:doc-21>> 
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: invalid value for docID=21 id=doc-21, field=f2, 
reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 
doc=Document<stored,indexed,tokenized,omitNorms,indexOptions=DOCS<id:doc-21>> 
expected:<2> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.TestNumericDocValuesUpdates.testManyReopensAndFields(TestNumericDocValuesUpdates.java:1006)
        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.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:46375

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:46375
        at 
__randomizedtesting.SeedInfo.seed([92BF84162FFA2AA4:1AEBBBCC8106475C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1667)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1694)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test(ChaosMonkeyNothingIsSafeWithPullReplicasTest.java:297)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        ... 52 more




Build Log:
[...truncated 930 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
   [junit4]   1> TEST: isNRT=true 
reader1=StandardDirectoryReader(segments:3:nrt _0(7.0.0):C2)
   [junit4]   1> TEST: now reopen
   [junit4] IGNOR/A 0.00s J0 | TestBinaryDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBinaryDocValuesUpdates -Dtests.method=testManyReopensAndFields 
-Dtests.seed=CD520DD07444213F -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-SG -Dtests.timezone=America/Indiana/Petersburg 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J0 | 
TestBinaryDocValuesUpdates.testManyReopensAndFields <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: invalid value for 
doc=21, field=f2, reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 expected:<2> but 
was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates.testManyReopensAndFields(TestBinaryDocValuesUpdates.java:844)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestBinaryDocValuesUpdates_CD520DD07444213F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{bdv=Lucene50(blocksize=128), k1=FSTOrd50, f=FSTOrd50, 
k2=Lucene50(blocksize=128), dvUpdateKey=Lucene50(blocksize=128), foo=FSTOrd50, 
upd=PostingsFormat(name=LuceneVarGapDocFreqInterval), updKey=FSTOrd50, 
id=Lucene50(blocksize=128), key=Lucene50(blocksize=128)}, 
docValues:{val=DocValuesFormat(name=Lucene70), 
ndv=DocValuesFormat(name=Direct), cf=DocValuesFormat(name=Asserting), 
ssdv=DocValuesFormat(name=Lucene70), sdv=DocValuesFormat(name=Lucene70), 
f=DocValuesFormat(name=Lucene70), control=DocValuesFormat(name=Lucene70), 
f0=DocValuesFormat(name=Lucene70), sort=DocValuesFormat(name=Lucene70), 
f1=DocValuesFormat(name=Asserting), f2=DocValuesFormat(name=Direct), 
cf0=DocValuesFormat(name=Lucene70), f3=DocValuesFormat(name=Lucene70), 
f4=DocValuesFormat(name=Lucene70), f5=DocValuesFormat(name=Asserting), 
bdv2=DocValuesFormat(name=Lucene70), number=DocValuesFormat(name=Asserting), 
bdv1=DocValuesFormat(name=Lucene70), bdv=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting), key=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1713, maxMBSortInHeap=7.710123103032478, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-SG, 
timezone=America/Indiana/Petersburg
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=1,free=223553424,total=324362240
   [junit4]   2> NOTE: All tests run in this JVM: [TestCachingCollector, 
TestBKD, TestOperations, TestLucene50CompoundFormat, TestClassicSimilarity, 
TestIsCurrent, TestApproximationSearchEquivalence, TestPostingsOffsets, 
TestBooleanRewrites, TestSimpleFSLockFactory, TestBytesStore, 
TestBooleanQueryVisitSubscorers, TestDocIDMerger, TestLiveFieldValues, 
Test2BTerms, TestSpanNotQuery, TestSmallFloat, TestSegmentMerger, 
TestTrackingDirectoryWrapper, TestAllFilesCheckIndexHeader, 
TestNativeFSLockFactory, TestSloppyPhraseQuery, TestBoolean2, TestUnicodeUtil, 
TestDeletionPolicy, TestMultiThreadTermVectors, TestUpgradeIndexMergePolicy, 
TestNeverDelete, TestFuzzyQuery, TestCharArrayMap, TestOfflineSorter, 
TestCodecHoldsOpenFiles, TestSimilarityProvider, TestPagedBytes, 
TestTotalHitCountCollector, TestManyFields, TestConstantScoreQuery, 
TestTopFieldCollector, TestDocsAndPositions, TestBooleanScorer, 
TestFlushByRamOrCountsPolicy, TestDeterminizeLexicon, 
TestGraphTokenStreamFiniteStrings, TestUTF32ToUTF8, 
TestDoubleRangeFieldQueries, TestIndexWriterExceptions, TestSearchAfter, 
TestExitableDirectoryReader, TestTermsEnum, TestLongValuesSource, 
TestSimpleAttributeImpl, TestBinaryDocValuesUpdates]
   [junit4] Completed [221/454 (1!)] on J0 in 6.02s, 29 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 572 lines...]
   [junit4] Suite: org.apache.lucene.index.TestMixedDocValuesUpdates
   [junit4] IGNOR/A 0.00s J1 | TestMixedDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestMixedDocValuesUpdates -Dtests.method=testManyReopensAndFields 
-Dtests.seed=CD520DD07444213F -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ko -Dtests.timezone=America/Toronto -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J1 | 
TestMixedDocValuesUpdates.testManyReopensAndFields <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: invalid numeric value 
for doc=15, field=f0, reader=_4(7.0.0):c28:fieldInfosGen=2:dvGen=2 expected:<2> 
but was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestMixedDocValuesUpdates.testManyReopensAndFields(TestMixedDocValuesUpdates.java:138)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{updKey=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Direct), key=PostingsFormat(name=Direct)}, 
docValues:{cf=DocValuesFormat(name=Lucene70), 
f=DocValuesFormat(name=Asserting), f0=DocValuesFormat(name=Asserting), 
f1=DocValuesFormat(name=Lucene70), f2=DocValuesFormat(name=Memory), 
cf0=DocValuesFormat(name=Direct), f3=DocValuesFormat(name=Direct), 
f4=DocValuesFormat(name=Asserting), cf2=DocValuesFormat(name=Lucene70), 
f5=DocValuesFormat(name=Lucene70), cf1=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70), key=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=1232, maxMBSortInHeap=6.479120152230063, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ko, timezone=America/Toronto
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=1,free=20424800,total=78401536
   [junit4]   2> NOTE: All tests run in this JVM: [TestDoc, 
FuzzyTermOnShortTermsTest, TestVirtualMethod, TestIndexFileDeleter, 
TestAllFilesDetectTruncation, TestMSBRadixSorter, TestAutomatonQueryUnicode, 
TestDocumentsWriterStallControl, TestRAMDirectory, 
TestParallelReaderEmptyIndex, TestLRUQueryCache, TestPointValues, 
TestQueryBuilder, TestBytesRefAttImpl, TestSortedSetSelector, 
TestSpanExplanationsOfNonMatches, TestLockFactory, Test2BDocs, 
TestIndexOrDocValuesQuery, TestFieldType, TestBooleanOr, TestFixedBitDocIdSet, 
TestForTooMuchCloning, TestIndexWriterOnJRECrash, TestAtomicUpdate, 
TestAddIndexes, TestMutableValues, TestSimpleExplanationsWithFillerDocs, 
TestIndexWriterOutOfFileDescriptors, TestToken, TestInfoStream, 
TestDeterminism, TestMultiTermConstantScore, TestRecyclingByteBlockAllocator, 
TestLucene50StoredFieldsFormat, TestDuelingCodecsAtNight, TestRateLimiter, 
TestFilterIterator, TestIntroSorter, TestDocumentsWriterDeleteQueue, 
TestIndexSorting, TestDocIdsWriter, TestSpanOrQuery, TestSameScoresWithThreads, 
TestTragicIndexWriterDeadlock, TestSpanFirstQuery, 
TestScoreCachingWrappingScorer, TestRegExp, TestSpanExplanations, 
TestDirectory, TestReaderClosed, TestSwappedIndexFiles, TestPhraseQuery, 
Test2BSortedDocValuesFixedSorted, TestTermsEnum2, TestTimSorter, 
TestSingleInstanceLockFactory, TestGraphTokenizers, TestTieredMergePolicy, 
TestSumDocFreq, Test2BPostingsBytes, TestDuelingCodecs, TestRollback, 
TestRecyclingIntBlockAllocator, TestCustomNorms, TestSparseFixedBitSet, 
TestCrash, TestFSTs, TestFieldValueQuery, TestParallelLeafReader, 
TestDocValuesQueries, TestBytesRefArray, TestIndexWriterDelete, 
TestExternalCodecs, TestMinimize, TestMultiMMap, TestSearcherManager, 
TestNorms, TestStandardAnalyzer, TestBufferedIndexInput, TestWeakIdentityMap, 
TestFixedBitSet, TestComplexExplanations, TestRegexpRandom2, 
TestFastDecompressionMode, TestFieldCacheRewriteMethod, TestSegmentTermDocs, 
TestPerFieldPostingsFormat2, TestMultiDocValues, TestCustomSearcherSort, 
TestBooleanMinShouldMatch, TestMultiPhraseQuery, TestLazyProxSkipping, 
TestBagOfPostings, TestIndexInput, TestSloppyPhraseQuery2, TestDocumentWriter, 
TestWildcard, TestNoDeletionPolicy, TestRegexpQuery, TestPerSegmentDeletes, 
TestSegmentTermEnum, TestBooleanQuery, TestPrefixCodedTerms, 
TestFileSwitchDirectory, TestIndexableField, TestPrefixRandom, 
TestParallelTermEnum, TestElevationComparator, TestBinaryTerms, 
TestIndexWriterConfig, TestPositionIncrement, TestDateSort, TestSimilarity, 
TestSetOnce, TestFilterLeafReader, TestPriorityQueue, TestDocCount, 
TestAttributeSource, TestNoMergePolicy, TestNamedSPILoader, 
TestPhrasePrefixQuery, TestBytesRef, TestCharFilter, TestCloseableThreadLocal, 
Test4GBStoredFields, TestIntsRef, TestIndexCommit, TestIOUtils, 
TestByteArrayDataInput, Test2BBinaryDocValues, TestCharacterUtils, 
TestReusableStringReader, TestPackedTokenAttributeImpl, 
TestBlockPostingsFormat, TestLucene60FieldInfoFormat, TestLucene60PointsFormat, 
TestIndexedDISI, TestLucene70NormsFormat, TestLucene70SegmentInfoFormat, 
TestGeoUtils, TestPolygon, Test2BSortedDocValuesOrds, TestCustomTermFreq, 
TestDocInverterPerFieldErrorInfo, TestFieldInvertState, TestFieldReuse, 
TestFilterCodecReader, TestFilterDirectoryReader, TestIndexManyDocuments, 
TestIndexReaderClose, TestIndexWriterExceptions2, TestMergePolicyWrapper, 
TestMixedDocValuesUpdates]
   [junit4] Completed [394/454 (2!)] on J1 in 4.57s, 4 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 39 lines...]
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestNumericDocValuesUpdates -Dtests.method=testManyReopensAndFields 
-Dtests.seed=CD520DD07444213F -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-SA -Dtests.timezone=America/Buenos_Aires -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J0 | 
TestNumericDocValuesUpdates.testManyReopensAndFields <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: invalid value for 
docID=21 id=doc-21, field=f2, reader=_4(7.0.0):c34:fieldInfosGen=2:dvGen=2 
doc=Document<stored,indexed,tokenized,omitNorms,indexOptions=DOCS<id:doc-21>> 
expected:<2> but was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CD520DD07444213F:FBAE6FFFF5B14223]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestNumericDocValuesUpdates.testManyReopensAndFields(TestNumericDocValuesUpdates.java:1006)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestNumericDocValuesUpdates_CD520DD07444213F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{ndv=Lucene50(blocksize=128), 
f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
k1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 dvUpdateKey=Lucene50(blocksize=128), 
foo=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 k2=PostingsFormat(name=Asserting), upd=FSTOrd50, 
updKey=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=Asserting), key=PostingsFormat(name=Asserting)}, 
docValues:{ndv=DocValuesFormat(name=Direct), ndv2=DocValuesFormat(name=Memory), 
ndv1=DocValuesFormat(name=Lucene70), f10=DocValuesFormat(name=Lucene70), 
f12=DocValuesFormat(name=Asserting), f11=DocValuesFormat(name=Memory), 
f14=DocValuesFormat(name=Lucene70), f13=DocValuesFormat(name=Direct), 
f0=DocValuesFormat(name=Memory), f16=DocValuesFormat(name=Asserting), 
f15=DocValuesFormat(name=Memory), f1=DocValuesFormat(name=Asserting), 
f2=DocValuesFormat(name=Direct), f18=DocValuesFormat(name=Lucene70), 
f17=DocValuesFormat(name=Direct), f3=DocValuesFormat(name=Lucene70), 
f4=DocValuesFormat(name=Memory), f19=DocValuesFormat(name=Memory), 
f5=DocValuesFormat(name=Asserting), f6=DocValuesFormat(name=Direct), 
f7=DocValuesFormat(name=Lucene70), number=DocValuesFormat(name=Asserting), 
f8=DocValuesFormat(name=Memory), f9=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Asserting), val=DocValuesFormat(name=Lucene70), 
f21=DocValuesFormat(name=Lucene70), f20=DocValuesFormat(name=Direct), 
sort=DocValuesFormat(name=Memory), cf0=DocValuesFormat(name=Lucene70), 
cf2=DocValuesFormat(name=Asserting), cf1=DocValuesFormat(name=Memory), 
cf4=DocValuesFormat(name=Lucene70), cf3=DocValuesFormat(name=Direct), 
cf6=DocValuesFormat(name=Asserting), cf5=DocValuesFormat(name=Memory), 
cf8=DocValuesFormat(name=Lucene70), cf7=DocValuesFormat(name=Direct), 
cf9=DocValuesFormat(name=Memory), ssdv=DocValuesFormat(name=Memory), 
sdv=DocValuesFormat(name=Lucene70), foo=DocValuesFormat(name=Memory), 
cf21=DocValuesFormat(name=Memory), cf20=DocValuesFormat(name=Lucene70), 
key=DocValuesFormat(name=Asserting), cf=DocValuesFormat(name=Asserting), 
cf18=DocValuesFormat(name=Memory), cf19=DocValuesFormat(name=Asserting), 
cf16=DocValuesFormat(name=Direct), f=DocValuesFormat(name=Memory), 
cf17=DocValuesFormat(name=Lucene70), cf14=DocValuesFormat(name=Memory), 
cf15=DocValuesFormat(name=Asserting), cf12=DocValuesFormat(name=Direct), 
control=DocValuesFormat(name=Lucene70), cf13=DocValuesFormat(name=Lucene70), 
cf10=DocValuesFormat(name=Memory), cf11=DocValuesFormat(name=Asserting), 
bdv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1524, 
maxMBSortInHeap=7.917099329965221, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-SA, timezone=America/Buenos_Aires
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=1,free=81297544,total=140185600
   [junit4]   2> NOTE: All tests run in this JVM: [TestCachingCollector, 
TestBKD, TestOperations, TestLucene50CompoundFormat, TestClassicSimilarity, 
TestIsCurrent, TestApproximationSearchEquivalence, TestPostingsOffsets, 
TestBooleanRewrites, TestSimpleFSLockFactory, TestBytesStore, 
TestBooleanQueryVisitSubscorers, TestDocIDMerger, TestLiveFieldValues, 
Test2BTerms, TestSpanNotQuery, TestSmallFloat, TestSegmentMerger, 
TestTrackingDirectoryWrapper, TestAllFilesCheckIndexHeader, 
TestNativeFSLockFactory, TestSloppyPhraseQuery, TestBoolean2, TestUnicodeUtil, 
TestDeletionPolicy, TestMultiThreadTermVectors, TestUpgradeIndexMergePolicy, 
TestNeverDelete, TestFuzzyQuery, TestCharArrayMap, TestOfflineSorter, 
TestCodecHoldsOpenFiles, TestSimilarityProvider, TestPagedBytes, 
TestTotalHitCountCollector, TestManyFields, TestConstantScoreQuery, 
TestTopFieldCollector, TestDocsAndPositions, TestBooleanScorer, 
TestFlushByRamOrCountsPolicy, TestDeterminizeLexicon, 
TestGraphTokenStreamFiniteStrings, TestUTF32ToUTF8, 
TestDoubleRangeFieldQueries, TestIndexWriterExceptions, TestSearchAfter, 
TestExitableDirectoryReader, TestTermsEnum, TestLongValuesSource, 
TestSimpleAttributeImpl, TestBinaryDocValuesUpdates, TestIntBlockPool, 
TestDateTools, TestLucene50TermVectorsFormat, TestBagOfPositions, 
FiniteStringsIteratorTest, TestFloatRangeFieldQueries, 
TestIndexingSequenceNumbers, TestSnapshotDeletionPolicy, TestLongBitSet, 
TestTerm, TestUniqueTermCount, TestSimpleExplanations, TestDocValuesIndexing, 
Test2BPoints, TestSearch, TestPersistentSnapshotDeletionPolicy, 
TestIndexWriterForceMerge, TestSort, TestMaxTermFrequency, 
TestDocsWithFieldSet, TestMultiCollector, TestMultiTermQueryRewrites, 
TestOmitNorms, TestAllFilesHaveChecksumFooter, TestDemoParallelLeafReader, 
TestIndexWriterFromReader, TestIndexWriterMaxDocs, TestIndexWriterOnVMError, 
TestMaxPosition, TestMergeRateLimiter, TestMultiTermsEnum, 
TestNRTReaderCleanup, TestNumericDocValuesUpdates]
   [junit4] Completed [407/454 (3!)] on J0 in 24.90s, 32 tests, 1 failure <<< 
FAILURES!

[...truncated 10149 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/init-core-data-001
   [junit4]   2> 251112 WARN  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[92BF84162FFA2AA4]-worker)
 [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 251112 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[92BF84162FFA2AA4]-worker)
 [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 251113 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[92BF84162FFA2AA4]-worker)
 [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 251113 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[92BF84162FFA2AA4]-worker)
 [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system 
property: /
   [junit4]   2> 251114 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ChaosMonkeyNothingIsSafeWithPullReplicasTest Starting 
ChaosMonkey test with 1 shards and 3 nodes
   [junit4]   2> 251115 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 251115 INFO  (Thread-2595) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 251115 INFO  (Thread-2595) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 251116 ERROR (Thread-2595) [    ] 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> 251215 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40787
   [junit4]   2> 251239 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 251243 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 251251 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 251253 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 251255 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 251258 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 251260 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 251262 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 251264 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 251267 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 251269 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 251271 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 251371 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 251372 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46005e{/,null,AVAILABLE}
   [junit4]   2> 251373 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1049d71{HTTP/1.1,[http/1.1]}{127.0.0.1:३६२१९}
   [junit4]   2> 251373 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server Started @२५२३९५ms
   [junit4]   2> 251373 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/tempDir-001/control/data,
 hostContext=/, hostPort=36219, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/control-001/cores}
   [junit4]   2> 251374 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 251374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 251374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 251374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 251374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-04T12:03:08.178Z
   [junit4]   2> 251376 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 251376 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/control-001/solr.xml
   [junit4]   2> 251381 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 251384 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40787/solr
   [junit4]   2> 251436 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 251436 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:36219_
   [junit4]   2> 251437 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.c.Overseer Overseer 
(id=98249591221125124-127.0.0.1:36219_-n_0000000000) starting
   [junit4]   2> 251440 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36219_
   [junit4]   2> 251441 INFO  
(zkCallback-457-thread-1-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 251639 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 251642 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 251643 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 251643 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36219_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/control-001/cores
   [junit4]   2> 251656 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 251657 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40787/solr ready
   [junit4]   2> 251659 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
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:36219_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 251660 INFO  
(OverseerThreadFactory-1269-thread-1-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 251766 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_    ] 
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> 251767 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 251873 INFO  
(zkCallback-457-thread-1-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] 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> 252793 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 252832 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253037 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253049 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253049 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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@4231c9
   [junit4]   2> 253053 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 253053 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 253056 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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=49, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=74.0556640625, 
floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=14.262658413034892, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7728668302794108
   [junit4]   2> 253069 WARN  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253103 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253103 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253104 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 253104 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 253106 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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=10, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=2.4287109375, 
floorSegmentMB=2.1796875, forceMergeDeletesPctAllowed=10.159706136104237, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359732090649829
   [junit4]   2> 253106 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@95f89[control_collection_shard1_replica_n1] main]
   [junit4]   2> 253108 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 253108 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253109 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 253109 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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 1571993461627813888
   [junit4]   2> 253111 INFO  
(searcherExecutor-1272-thread-1-processing-n:127.0.0.1:36219_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:36219_ 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@95f89[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36219/control_collection_shard1_replica_n1/
   [junit4]   2> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36219/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 253115 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253117 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36219/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 253219 INFO  
(zkCallback-457-thread-1-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] 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> 253268 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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> 253271 INFO  (qtp23376645-4885) [n:127.0.0.1:36219_ 
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=1505
   [junit4]   2> 253290 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 253389 INFO  
(zkCallback-457-thread-1-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] 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> 253662 INFO  
(OverseerCollectionConfigSetProcessor-98249591221125124-127.0.0.1:36219_-n_0000000000)
 [n:127.0.0.1:36219_    ] 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> 254290 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
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:36219_&wt=javabin&version=2}
 status=0 QTime=2632
   [junit4]   2> 254300 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 254301 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40787/solr ready
   [junit4]   2> 254301 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 254304 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
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=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 254308 INFO  
(OverseerThreadFactory-1269-thread-2-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 254308 WARN  
(OverseerThreadFactory-1269-thread-2-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 254515 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 254515 INFO  (qtp23376645-4883) [n:127.0.0.1:36219_    ] 
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=1&wt=javabin&version=2}
 status=0 QTime=211
   [junit4]   2> 254607 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001
 of type NRT
   [junit4]   2> 254608 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 254608 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@101be1c{/,null,AVAILABLE}
   [junit4]   2> 254609 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@617689{HTTP/1.1,[http/1.1]}{127.0.0.1:४१४२७}
   [junit4]   2> 254609 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server Started @२५५६३१ms
   [junit4]   2> 254609 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41427, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001/cores}
   [junit4]   2> 254610 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 254610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 254610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 254610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 254610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-04T12:03:11.414Z
   [junit4]   2> 254614 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 254615 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001/solr.xml
   [junit4]   2> 254621 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 254623 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40787/solr
   [junit4]   2> 254631 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 254631 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 254633 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41427_
   [junit4]   2> 254634 INFO  
(zkCallback-469-thread-1-processing-n:127.0.0.1:41427_) [n:127.0.0.1:41427_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 254634 INFO  (zkCallback-464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 254634 INFO  
(zkCallback-457-thread-1-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 254698 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 254703 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 254703 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 254704 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:41427_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001/cores
   [junit4]   2> 254731 INFO  (qtp31585966-4924) [n:127.0.0.1:41427_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41427_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 254733 INFO  
(OverseerThreadFactory-1269-thread-3-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:41427_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 254733 INFO  
(OverseerThreadFactory-1269-thread-3-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41427_ 
for creating new replica
   [junit4]   2> 254733 INFO  
(OverseerCollectionConfigSetProcessor-98249591221125124-127.0.0.1:36219_-n_0000000000)
 [n:127.0.0.1:36219_    ] 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> 254734 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_    ] 
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> 254735 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 255760 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 255780 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 255847 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255864 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255865 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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@4231c9
   [junit4]   2> 255865 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 255865 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-1-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 255867 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=74.0556640625, 
floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=14.262658413034892, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7728668302794108
   [junit4]   2> 255885 WARN  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255918 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 255918 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255918 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 255918 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 255920 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=2.4287109375, 
floorSegmentMB=2.1796875, forceMergeDeletesPctAllowed=10.159706136104237, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359732090649829
   [junit4]   2> 255920 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4edba1[collection1_shard1_replica_n0] main]
   [junit4]   2> 255921 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 255921 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255922 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 255922 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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 
1571993464577458176
   [junit4]   2> 255924 INFO  
(searcherExecutor-1283-thread-1-processing-n:127.0.0.1:41427_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@4edba1[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:41427/collection1_shard1_replica_n0/
   [junit4]   2> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:41427/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 255927 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 255929 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41427/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 256080 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 256083 INFO  (qtp31585966-4926) [n:127.0.0.1:41427_ 
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=1348
   [junit4]   2> 256087 INFO  (qtp31585966-4924) [n:127.0.0.1:41427_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:41427_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1356
   [junit4]   2> 256173 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-2-001
 of type NRT
   [junit4]   2> 256173 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 256174 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@851b12{/,null,AVAILABLE}
   [junit4]   2> 256174 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@14fbf06{HTTP/1.1,[http/1.1]}{127.0.0.1:३६३३७}
   [junit4]   2> 256174 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.e.j.s.Server Started @२५७१९६ms
   [junit4]   2> 256174 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36337, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-2-001/cores}
   [junit4]   2> 256175 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 256175 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 256175 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 256175 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 256175 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-04T12:03:12.979Z
   [junit4]   2> 256177 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 256177 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-2-001/solr.xml
   [junit4]   2> 256181 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 256183 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40787/solr
   [junit4]   2> 256188 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 256189 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 256190 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36337_
   [junit4]   2> 256191 INFO  
(zkCallback-469-thread-1-processing-n:127.0.0.1:41427_) [n:127.0.0.1:41427_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 256191 INFO  
(zkCallback-457-thread-2-processing-n:127.0.0.1:36219_) [n:127.0.0.1:36219_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 256191 INFO  (zkCallback-464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 256191 INFO  
(zkCallback-475-thread-1-processing-n:127.0.0.1:36337_) [n:127.0.0.1:36337_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 256319 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 256327 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 256327 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4231c9
   [junit4]   2> 256328 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4])
 [n:127.0.0.1:36337_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_92BF84162FFA2AA4-001/shard-2-001/cores
   [junit4]   2> 256351 INFO  (qtp17053952-4954) [n:127.0.0.1:36337_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36337_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 256352 INFO  
(OverseerThreadFactory-1269-thread-4-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:36337_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 256353 INFO  
(OverseerThreadFactory-1269-thread-4-processing-n:127.0.0.1:36219_) 
[n:127.0.0.1:36219_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36337_ 
for creating new replica
   [junit4]   2> 256353 INFO  
(OverseerCollectionConfigSetProcessor-98249591221125124-127.0.0.1:36219_-n_0000000000)
 [n:127.0.0.1:36219_    ] 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> 256354 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_    ] 
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> 256354 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 257376 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 257407 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 257465 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
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> 257476 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
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> 257476 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
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@4231c9
   [junit4]   2> 257476 INFO  (qtp17053952-4956) [n:127.0.0.1:36337_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 257476 INFO  (qtp170539

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

onkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.ClientCnxn Session 0x15d0d7b90100006 for server null, unexpected 
error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 955679 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 955680 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.ClientCnxn Session 0x15d0d7b90100006 for server null, unexpected 
error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 956179 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 956180 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.ClientCnxn Session 0x15d0d7b90100006 for server null, unexpected 
error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 956679 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.ClientCnxn Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   [junit4]   2> 957179 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 957180 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787))
 [    ] o.a.z.ClientCnxn Session 0x15d0d7b90100006 for server null, unexpected 
error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> Jul 04, 2017 12:14:54 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{rnd_b=PostingsFormat(name=LuceneFixedGap), a_t=BlockTreeOrds(blocksize=128), 
id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1814, 
maxMBSortInHeap=7.52325061354779, sim=RandomSimilarity(queryNorm=false): {}, 
locale=hi-IN, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=2,free=78207448,total=375808000
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, 
InfoHandlerTest, DistributedQueueTest, DistributedQueryComponentCustomSortTest, 
TestLeaderElectionZkExpiry, BasicAuthStandaloneTest, FastVectorHighlighterTest, 
DocumentBuilderTest, AutoCommitTest, BaseCdcrDistributedZkTest, 
TestDeleteCollectionOnDownNodes, TestQuerySenderListener, 
TestDFRSimilarityFactory, TestPointFields, CircularListTest, 
TestMiniSolrCloudClusterSSL, SuggesterFSTTest, SaslZkACLProviderTest, 
ReturnFieldsTest, TestSchemaSimilarityResource, AliasIntegrationTest, 
RemoteQueryErrorTest, TestCopyFieldCollectionResource, 
SolrMetricsIntegrationTest, SolrCoreMetricManagerTest, 
TermVectorComponentDistributedTest, CdcrUpdateLogTest, TestFilteredDocIdSet, 
XsltUpdateRequestHandlerTest, TestSearcherReuse, 
DocExpirationUpdateProcessorFactoryTest, TimeZoneUtilsTest, 
HdfsDirectoryFactoryTest, SuggestComponentTest, FacetPivotSmallTest, 
SolrIndexMetricsTest, TestCoreAdminApis, CheckHdfsIndexTest, 
SolrJmxReporterTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeyNothingIsSafeWithPullReplicasTest 
-Dtests.seed=92BF84162FFA2AA4 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hi-IN -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | ChaosMonkeyNothingIsSafeWithPullReplicasTest 
(suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest: 
   [junit4]    >    1) Thread[id=4916, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-EventThread,
 state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]    >    2) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   [junit4]    >    3) Thread[id=4914, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([92BF84162FFA2AA4]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4915, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[92BF84162FFA2AA4]-SendThread(127.0.0.1:40787),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([92BF84162FFA2AA4]:0)
   [junit4] Completed [269/725 (1!)] on J2 in 706.59s, 1 test, 3 errors <<< 
FAILURES!

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

Reply via email to