Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/256/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

3 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=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)    2) 
Thread[id=11747, 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)    3) Thread[id=11749, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest: 
   1) Thread[id=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
   2) Thread[id=11747, 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)
   3) Thread[id=11749, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-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)
        at __randomizedtesting.SeedInfo.seed([457929DC7B642189]: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=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 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=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 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([457929DC7B642189]:0)


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

Error Message:
shard1 is not consistent.  Got 664 from 
http://127.0.0.1:39137/mm_k/p/collection1_shard1_replica_n43 (previous client) 
and got 684 from http://127.0.0.1:41933/mm_k/p/collection1_shard1_replica_n47

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 664 from 
http://127.0.0.1:39137/mm_k/p/collection1_shard1_replica_n43 (previous client) 
and got 684 from http://127.0.0.1:41933/mm_k/p/collection1_shard1_replica_n47
        at 
__randomizedtesting.SeedInfo.seed([457929DC7B642189:CD2D1606D5984C71]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test(ChaosMonkeyNothingIsSafeWithPullReplicasTest.java:275)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12423 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest
   [junit4]   2> 1667221 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[457929DC7B642189]-worker)
 [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/init-core-data-001
   [junit4]   2> 1667222 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[457929DC7B642189]-worker)
 [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1667223 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[457929DC7B642189]-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> 1667223 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[457929DC7B642189]-worker)
 [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system 
property: /mm_k/p
   [junit4]   2> 1667224 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ChaosMonkeyNothingIsSafeWithPullReplicasTest Starting 
ChaosMonkey test with 2 shards and 8 nodes
   [junit4]   2> 1667225 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1667227 INFO  (Thread-2294) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1667227 INFO  (Thread-2294) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1667234 ERROR (Thread-2294) [    ] 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> 1667327 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkTestServer start zk server on port:37509
   [junit4]   2> 1667346 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667354 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667356 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667359 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667361 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667363 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667365 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667367 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667369 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667371 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667373 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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> 1667376 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 1667477 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1667483 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f1b57d{/mm_k/p,null,AVAILABLE}
   [junit4]   2> 1667483 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1c41aa4{HTTP/1.1,[http/1.1]}{127.0.0.1:38867}
   [junit4]   2> 1667483 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server Started @1669008ms
   [junit4]   2> 1667483 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/mm_k/p, hostPort=38867, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/control-001/cores}
   [junit4]   2> 1667484 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1667484 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.1.0
   [junit4]   2> 1667484 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1667484 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1667484 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T02:42:22.341Z
   [junit4]   2> 1667488 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1667488 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/control-001/solr.xml
   [junit4]   2> 1667495 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1667498 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1667610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1667610 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:38867_mm_k%2Fp
   [junit4]   2> 1667612 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.Overseer Overseer 
(id=98479540934148100-127.0.0.1:38867_mm_k%2Fp-n_0000000000) starting
   [junit4]   2> 1667619 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38867_mm_k%2Fp
   [junit4]   2> 1667623 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1667887 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1667894 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1667894 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1667896 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/control-001/cores
   [junit4]   2> 1667917 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1667918 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:37509/solr ready
   [junit4]   2> 1667921 INFO  (qtp23598913-11716) [n:127.0.0.1:38867_mm_k%2Fp  
  ] 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:38867_mm_k%252Fp&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1667927 INFO  
(OverseerThreadFactory-4283-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1668034 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp  
  ] 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> 1668034 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1668144 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1669053 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1669070 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669153 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669181 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669182 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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@ce3979
   [junit4]   2> 1669182 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1669182 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1669186 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1669206 WARN  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669247 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669247 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669249 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1669249 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1669250 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1669250 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d04e95[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1669251 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1669252 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669252 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1669255 INFO  
(searcherExecutor-4286-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:38867_mm_k%2Fp 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@1d04e95[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1669255 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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 1575672657070784512
   [junit4]   2> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38867/mm_k/p/control_collection_shard1_replica_n1/
   [junit4]   2> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38867/mm_k/p/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1669260 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669263 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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:38867/mm_k/p/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1669367 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1669414 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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> 1669415 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp 
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=1381
   [junit4]   2> 1669425 INFO  (qtp23598913-11716) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1669521 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1669929 INFO  
(OverseerCollectionConfigSetProcessor-98479540934148100-127.0.0.1:38867_mm_k%2Fp-n_0000000000)
 [n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1670425 INFO  (qtp23598913-11716) [n:127.0.0.1:38867_mm_k%2Fp  
  ] 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:38867_mm_k%252Fp&wt=javabin&version=2}
 status=0 QTime=2504
   [junit4]   2> 1670432 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1670433 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:37509/solr ready
   [junit4]   2> 1670434 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 1670435 INFO  (qtp23598913-11713) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1670437 INFO  
(OverseerThreadFactory-4283-thread-2-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1670438 WARN  
(OverseerThreadFactory-4283-thread-2-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1670641 INFO  (qtp23598913-11713) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1670642 INFO  (qtp23598913-11713) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 1670736 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001
 of type NRT
   [junit4]   2> 1670736 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1670740 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c1ea6f{/mm_k/p,null,AVAILABLE}
   [junit4]   2> 1670740 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1692911{HTTP/1.1,[http/1.1]}{127.0.0.1:46363}
   [junit4]   2> 1670740 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server Started @1672265ms
   [junit4]   2> 1670741 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mm_k/p, 
hostPort=46363, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001/cores}
   [junit4]   2> 1670741 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1670741 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.1.0
   [junit4]   2> 1670741 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1670741 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1670741 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T02:42:25.598Z
   [junit4]   2> 1670754 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1670754 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001/solr.xml
   [junit4]   2> 1670762 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1670768 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1670771 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15dde9ee7060008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1670782 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1670784 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1670786 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46363_mm_k%2Fp
   [junit4]   2> 1670787 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1670787 INFO  (zkCallback-3145-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1670788 INFO  
(zkCallback-3150-thread-1-processing-n:127.0.0.1:46363_mm_k%2Fp) 
[n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1670934 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1670941 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1670941 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1670943 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001/cores
   [junit4]   2> 1670967 INFO  (qtp23598913-11716) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:46363_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1670970 INFO  
(OverseerThreadFactory-4283-thread-3-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46363_mm_k%2Fp for creating new replica
   [junit4]   2> 1670970 INFO  
(OverseerCollectionConfigSetProcessor-98479540934148100-127.0.0.1:38867_mm_k%2Fp-n_0000000000)
 [n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1670974 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1670975 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1671993 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1672027 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1672151 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1672178 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1672179 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1672179 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1672179 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1672185 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1672207 WARN  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 1672266 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1672266 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1672268 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1672268 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1672270 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1672271 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17479b[collection1_shard2_replica_n41] main]
   [junit4]   2> 1672272 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1672273 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1672274 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1672277 INFO  
(searcherExecutor-4297-thread-1-processing-n:127.0.0.1:46363_mm_k%2Fp 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) 
[n:127.0.0.1:46363_mm_k%2Fp c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@17479b[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1672277 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575672660239581184
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46363/mm_k/p/collection1_shard2_replica_n41/
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:46363/mm_k/p/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1672285 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1672290 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46363/mm_k/p/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1672441 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1672447 INFO  (qtp9364111-11757) [n:127.0.0.1:46363_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1472
   [junit4]   2> 1672451 INFO  (qtp23598913-11716) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46363_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1483
   [junit4]   2> 1672532 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001
 of type NRT
   [junit4]   2> 1672533 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1672534 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17bd57a{/mm_k/p,null,AVAILABLE}
   [junit4]   2> 1672534 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1366725{HTTP/1.1,[http/1.1]}{127.0.0.1:39137}
   [junit4]   2> 1672534 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server Started @1674059ms
   [junit4]   2> 1672534 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/mm_k/p, hostPort=39137, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001/cores}
   [junit4]   2> 1672535 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1672535 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.1.0
   [junit4]   2> 1672536 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1672536 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1672536 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T02:42:27.393Z
   [junit4]   2> 1672540 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1672540 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001/solr.xml
   [junit4]   2> 1672545 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1672549 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1672563 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672566 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672568 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39137_mm_k%2Fp
   [junit4]   2> 1672569 INFO  (zkCallback-3145-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672569 INFO  
(zkCallback-3150-thread-1-processing-n:127.0.0.1:46363_mm_k%2Fp) 
[n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672569 INFO  
(zkCallback-3138-thread-2-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672569 INFO  
(zkCallback-3156-thread-1-processing-n:127.0.0.1:39137_mm_k%2Fp) 
[n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672807 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1672814 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1672814 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1672816 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001/cores
   [junit4]   2> 1672852 INFO  (qtp23598913-11717) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39137_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1672854 INFO  
(OverseerCollectionConfigSetProcessor-98479540934148100-127.0.0.1:38867_mm_k%2Fp-n_0000000000)
 [n:127.0.0.1:38867_mm_k%2Fp    ] 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> 1672854 INFO  
(OverseerThreadFactory-4283-thread-4-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:39137_mm_k%2Fp for creating new replica
   [junit4]   2> 1672856 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1672857 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1673871 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1673886 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1673983 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1674003 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1674004 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1674004 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1674004 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1674008 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1674032 WARN  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 1674078 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1674078 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1674079 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1674079 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1674080 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1674081 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1237070[collection1_shard1_replica_n43] main]
   [junit4]   2> 1674082 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1674082 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1674083 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1674085 INFO  
(searcherExecutor-4308-thread-1-processing-n:127.0.0.1:39137_mm_k%2Fp 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) 
[n:127.0.0.1:39137_mm_k%2Fp c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@1237070[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1674085 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575672662135406592
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:39137/mm_k/p/collection1_shard1_replica_n43/
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:39137/mm_k/p/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1674091 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1674094 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39137/mm_k/p/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1674244 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1674245 INFO  (qtp587437-11787) [n:127.0.0.1:39137_mm_k%2Fp 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1389
   [junit4]   2> 1674249 INFO  (qtp23598913-11717) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39137_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1397
   [junit4]   2> 1674361 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001
 of type NRT
   [junit4]   2> 1674363 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1674372 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e834be{/mm_k/p,null,AVAILABLE}
   [junit4]   2> 1674374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@8257bc{HTTP/1.1,[http/1.1]}{127.0.0.1:39047}
   [junit4]   2> 1674374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server Started @1675899ms
   [junit4]   2> 1674374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mm_k/p, 
hostPort=39047, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001/cores}
   [junit4]   2> 1674375 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1674375 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.1.0
   [junit4]   2> 1674375 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1674375 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1674375 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T02:42:29.232Z
   [junit4]   2> 1674392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1674392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001/solr.xml
   [junit4]   2> 1674401 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1674405 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1674413 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 1674415 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1674419 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39047_mm_k%2Fp
   [junit4]   2> 1674420 INFO  
(zkCallback-3156-thread-1-processing-n:127.0.0.1:39137_mm_k%2Fp) 
[n:127.0.0.1:39137_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674420 INFO  
(zkCallback-3150-thread-1-processing-n:127.0.0.1:46363_mm_k%2Fp) 
[n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674421 INFO  (zkCallback-3145-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674421 INFO  
(zkCallback-3138-thread-1-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674435 INFO  
(zkCallback-3162-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp) 
[n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674673 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1674680 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1674680 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1674682 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:39047_mm_k%2Fp    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001/cores
   [junit4]   2> 1674773 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39047_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1674828 INFO  
(OverseerCollectionConfigSetProcessor-98479540934148100-127.0.0.1:38867_mm_k%2Fp-n_0000000000)
 [n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1674829 INFO  
(OverseerThreadFactory-4283-thread-5-processing-n:127.0.0.1:38867_mm_k%2Fp) 
[n:127.0.0.1:38867_mm_k%2Fp    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:39047_mm_k%2Fp for creating new replica
   [junit4]   2> 1674835 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp  
  ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1674836 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1675881 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1675903 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1675969 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1675981 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1675982 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979
   [junit4]   2> 1675982 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1675982 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1675985 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1676006 WARN  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 1676059 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1676059 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1676060 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1676060 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1676062 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1676062 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1052da[collection1_shard2_replica_n45] main]
   [junit4]   2> 1676064 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1676064 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1676065 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1676066 INFO  
(searcherExecutor-4319-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2  
x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@1052da[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1676067 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575672664213684224
   [junit4]   2> 1676070 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1676070 INFO  
(updateExecutor-3159-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1676070 INFO  (qtp14294786-11816) [n:127.0.0.1:39047_mm_k%2Fp 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1235
   [junit4]   2> 1676070 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1676071 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1676071 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 1676071 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1676071 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:46363/mm_k/p/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:39047/mm_k/p/collection1_shard2_replica_n45/]
   [junit4]   2> 1676074 INFO  (qtp23598913-11712) [n:127.0.0.1:38867_mm_k%2Fp  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39047_mm_k%252Fp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1301
   [junit4]   2> 1676075 INFO  
(recoveryExecutor-3160-thread-1-processing-n:127.0.0.1:39047_mm_k%2Fp 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39047_mm_k%2Fp c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:46363/mm_k/p]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:39047_mm_k%252Fp&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1676076 INFO  (qtp9364111-11759) [n:127.0.0.1:46363_mm_k%2Fp   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1676077 INFO  (qtp9364111-11759) [n:127.0.0.1:46363_mm_k%2Fp   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:39047_mm_k%2Fp, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:39047/mm_k/p","node_name":"127.0.0.1:39047_mm_k%2Fp","state":"down","type":"NRT"}
   [junit4]   2> 1676165 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-4-001
 of type NRT
   [junit4]   2> 1676166 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1676167 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c8e4c{/mm_k/p,null,AVAILABLE}
   [junit4]   2> 1676168 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@2e095c{HTTP/1.1,[http/1.1]}{127.0.0.1:41933}
   [junit4]   2> 1676168 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.e.j.s.Server Started @1677693ms
   [junit4]   2> 1676168 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] 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/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mm_k/p, 
hostPort=41933, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-4-001/cores}
   [junit4]   2> 1676168 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1676169 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.1.0
   [junit4]   2> 1676169 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1676169 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1676169 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T02:42:31.026Z
   [junit4]   2> 1676172 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1676172 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_457929DC7B642189-001/shard-4-001/solr.xml
   [junit4]   2> 1676177 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ce3979, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1676181 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1676188 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:41933_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (4)
   [junit4]   2> 1676190 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:41933_mm_k%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1676191 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189])
 [n:127.0.0.1:41933_mm_k%2Fp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41933_mm_k%2Fp
   [junit4]   2> 1676192 INFO  
(zkCallback-3150-thread-1-processing-n:127.0.0.1:46363_mm_k%2Fp) 
[n:127.0.0.1:46363_mm_k%2Fp    ] o.a.s.c.c.ZkStateReader 

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

edException: 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> 1838370 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509))
 [    ] o.a.z.ClientCnxn Session 0x15dde9ee7060006 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> 1838870 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509))
 [    ] 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> 1839370 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509))
 [    ] 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> 1839370 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509))
 [    ] o.a.z.ClientCnxn Session 0x15dde9ee7060006 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> Aug 14, 2017 2:45:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 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=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=8125, maxDocsPerChunk=3, blockSize=464), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=8125, blockSize=464)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=sr, timezone=Pacific/Wake
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=2,free=363280016,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestTolerantUpdateProcessorRandomCloud, PropertiesRequestHandlerTest, 
DeleteShardTest, TestStressVersions, ShardRoutingTest, CSVRequestHandlerTest, 
AlternateDirectoryTest, TestScoreJoinQPScore, V2StandaloneTest, 
TestConfigSetProperties, TestSSLRandomization, ScriptEngineTest, 
BooleanFieldTest, TestElisionMultitermQuery, MergeStrategyTest, 
AnalyticsQueryTest, DistributedExpandComponentTest, TestConfigsApi, 
TestSystemIdResolver, ResourceLoaderTest, TestMacroExpander, 
TestFuzzyAnalyzedSuggestions, TestManagedSchema, 
CloneFieldUpdateProcessorFactoryTest, TestPerFieldSimilarity, 
TestReloadAndDeleteDocs, TestHighFrequencyDictionaryFactory, 
DirectSolrSpellCheckerTest, TestDeleteCollectionOnDownNodes, HttpPartitionTest, 
ConjunctionSolrSpellCheckerTest, TestPrepRecovery, ExplicitHLLTest, 
TestPostingsSolrHighlighter, SSLMigrationTest, TestAddFieldRealTimeGet, 
TestSimpleTrackingShardHandler, LeaderFailureAfterFreshStartTest, 
SharedFSAutoReplicaFailoverTest, DateRangeFieldTest, CdcrRequestHandlerTest, 
IndexSchemaTest, TestFiltering, TestReRankQParserPlugin, 
TestSolrConfigHandlerConcurrent, TestPKIAuthenticationPlugin, 
ClassificationUpdateProcessorFactoryTest, SolrCloudReportersTest, 
TestPointFields, TestLegacyFieldReuse, TestAtomicUpdateErrorCases, 
TestCoreDiscovery, TestUseDocValuesAsStored, BadComponentTest, 
TestSolrConfigHandler, MoveReplicaHDFSUlogDirTest, 
TestComplexPhraseQParserPlugin, TestBlendedInfixSuggestions, 
DistributedMLTComponentTest, WrapperMergePolicyFactoryTest, 
TestDefaultStatsCache, ConfigureRecoveryStrategyTest, TestCloudNestedDocsSort, 
DistributedTermsComponentTest, HLLUtilTest, TestBackupRepositoryFactory, 
UUIDUpdateProcessorFallbackTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestRTGBase, SystemInfoHandlerTest, TestInPlaceUpdatesStandalone, 
TestSchemaResource, SimpleMLTQParserTest, TestZkAclsWithHadoopAuth, 
TestFastLRUCache, TestLockTree, TestReplicaProperties, TestBulkSchemaAPI, 
TestAuthenticationFramework, TestManagedSynonymFilterFactory, 
TestXIncludeConfig, TestHashPartitioner, SmileWriterTest, 
PeerSyncWithIndexFingerprintCachingTest, HdfsBasicDistributedZk2Test, 
TestDocTermOrds, CdcrBootstrapTest, TestEmbeddedSolrServerSchemaAPI, 
TemplateUpdateProcessorTest, DistributedIntervalFacetingTest, 
UpdateRequestProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, 
TestTestInjection, SpatialFilterTest, ZkCLITest, MoreLikeThisHandlerTest, 
TestValueSourceCache, TestSQLHandler, ParsingFieldUpdateProcessorsTest, 
HdfsChaosMonkeySafeLeaderTest, JsonLoaderTest, TestSearchPerf, 
BigEndianAscendingWordDeserializerTest, TestJsonFacets, 
IndexSchemaRuntimeFieldTest, DistanceFunctionTest, TestSortByMinMaxFunction, 
SpellCheckComponentTest, SuggesterTSTTest, StatsReloadRaceTest, 
DisMaxRequestHandlerTest, TestMultiValuedNumericRangeQuery, SOLR749Test, 
DOMUtilTest, SolrGraphiteReporterTest, FileBasedSpellCheckerTest, 
TestCursorMarkWithoutUniqueKey, TestStandardQParsers, ClusterStateUpdateTest, 
TestCharFilters, TestExactStatsCache, OpenCloseCoreStressTest, OverseerTest, 
ZkSolrClientTest, TestRangeQuery, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, ActionThrottleTest, 
BaseCdcrDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeyNothingIsSafeWithPullReplicasTest 
-Dtests.seed=457929DC7B642189 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr -Dtests.timezone=Pacific/Wake -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | 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=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 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]    >    2) Thread[id=11747, 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]    >    3) Thread[id=11749, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-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]    >        at 
__randomizedtesting.SeedInfo.seed([457929DC7B642189]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11748, 
name=TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[457929DC7B642189]-SendThread(127.0.0.1:37509),
 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([457929DC7B642189]:0)
   [junit4] Completed [504/728 (1!)] on J1 in 172.67s, 1 test, 1 failure, 2 
errors <<< FAILURES!

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

Reply via email to