Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/756/

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

Error Message:
There were too many update fails (63 > 60) - we expect it can happen, but 
shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails (63 > 60) - we 
expect it can happen, but shouldn't easily
        at 
__randomizedtesting.SeedInfo.seed([7DEC2F94F229C5B5:F5B8104E5CD5A84D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:223)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Error from server at http://127.0.0.1:44909: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Error reading cluster properties Caused by: 
KeeperErrorCode = Session expired for /clusterprops.json

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44909: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Error reading cluster properties Caused by: 
KeeperErrorCode = Session expired for /clusterprops.json
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:301)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:429)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:168)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=8399, name=collection1, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=8399, name=collection1, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42006: Could not find collection : 
awholynewstresscollection_collection1_0
        at __randomizedtesting.SeedInfo.seed([7DEC2F94F229C5B5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)




Build Log:
[...truncated 10203 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/init-core-data-001
   [junit4]   2> 338918 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[7DEC2F94F229C5B5]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/b
   [junit4]   2> 338920 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 338921 INFO  (Thread-1835) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 338921 INFO  (Thread-1835) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 339021 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43997
   [junit4]   2> 339021 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 339022 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 339025 INFO  (zkCallback-265-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2fd6596 name:ZooKeeperConnection 
Watcher:127.0.0.1:43997 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 339025 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 339025 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 339025 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 339030 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 339031 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 339035 INFO  (zkCallback-266-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d9cf8bc 
name:ZooKeeperConnection Watcher:127.0.0.1:43997/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 339035 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 339035 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 339035 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 339037 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 339039 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 339040 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 339043 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 339043 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 339045 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 339046 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 339047 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 339048 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 339049 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 339049 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 339057 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 339058 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 339059 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 339059 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 339061 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 339061 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 339063 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 339063 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 339064 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 339065 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 339066 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 339066 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 339068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 339068 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 339366 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1
   [junit4]   2> 339374 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 339378 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62d780ed{/_/b,null,AVAILABLE}
   [junit4]   2> 339383 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@32f9840f{HTTP/1.1}{127.0.0.1:59792}
   [junit4]   2> 339383 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.Server Started @342820ms
   [junit4]   2> 339383 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/tempDir-001/control/data,
 hostContext=/_/b, hostPort=59792, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores}
   [junit4]   2> 339384 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 339384 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/'
   [junit4]   2> 339400 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 339400 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 339402 INFO  (zkCallback-267-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b2e5510 
name:ZooKeeperConnection Watcher:127.0.0.1:43997/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 339402 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 339402 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 339406 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 339406 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/solr.xml
   [junit4]   2> 339411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores
   [junit4]   2> 339411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 574879457
   [junit4]   2> 339411 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/]
   [junit4]   2> 339412 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/lib
   [junit4]   2> 339412 WARN  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/lib).
   [junit4]   2> 339419 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 339421 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 339421 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 339421 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 339422 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43997/solr
   [junit4]   2> 339422 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 339422 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 339422 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 339424 INFO  (zkCallback-269-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a3e8d72 
name:ZooKeeperConnection Watcher:127.0.0.1:43997 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 339424 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 339424 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 339432 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 339433 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@51c21096 
name:ZooKeeperConnection Watcher:127.0.0.1:43997/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 339433 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 339434 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 339437 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 339439 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 339441 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 339443 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 339445 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 339446 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 339448 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 339449 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59792__%2Fb
   [junit4]   2> 339449 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:59792__%2Fb
   [junit4]   2> 339451 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 339452 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 339454 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 339454 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000
   [junit4]   2> 339455 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59792__%2Fb
   [junit4]   2> 339455 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 339457 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer Overseer 
(id=94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) starting
   [junit4]   2> 339458 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 339468 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 339469 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 339488 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 339488 INFO  
(OverseerCollectionProcessor-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000)
 [n:127.0.0.1:59792__%2Fb    ] o.a.s.c.OverseerCollectionProcessor Process 
current queue of collection creations
   [junit4]   2> 339491 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 339491 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 339492 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores
   [junit4]   2> 339493 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1,
 collection=control_collection, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/,
 coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 339494 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/
   [junit4]   2> 339494 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 339495 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 339495 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 339496 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 339498 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 339499 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59792/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:59792__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 339499 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
   [junit4]   2> 339499 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 339500 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59792/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:59792__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 339500 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 339500 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 339502 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 339503 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader Updated cluster state 
version to 1
   [junit4]   2> 340497 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 340497 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 340498 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 340498 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 340498 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 340499 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/'
   [junit4]   2> 340513 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 340518 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 340522 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 340529 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 340530 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 340534 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 340605 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 340606 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 340606 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 340609 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 340623 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
   [junit4]   2> 340623 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 340624 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 340630 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 340630 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36475fd0
   [junit4]   2> 340631 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data
   [junit4]   2> 340631 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/index/
   [junit4]   2> 340631 WARN  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 340631 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/index
   [junit4]   2> 340632 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=0.5234375, 
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=28.11111982380389, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.49794158998129745
   [junit4]   2> 340638 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 340638 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 340638 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/
   [junit4]   2> 340650 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 340651 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 340651 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 340651 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 340651 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 340651 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 340652 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 340652 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 340652 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 340654 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 340655 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 340656 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 340657 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 340660 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 340660 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 340661 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 340661 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 340662 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 340662 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 340662 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.2880859375, 
floorSegmentMB=0.4501953125, forceMergeDeletesPctAllowed=25.271185341899532, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.835211279710715
   [junit4]   2> 340663 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 340663 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 340663 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@26c084f8[collection1] 
main
   [junit4]   2> 340664 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 340664 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 340664 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based 
storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 340665 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 340665 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 340665 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 340665 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 340665 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 340666 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 340666 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 340666 INFO  
(searcherExecutor-902-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@26c084f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 340666 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 340667 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 340667 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 340667 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1508676772601790464
   [junit4]   2> 340669 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest 
version 1508676772601790464
   [junit4]   2> 340669 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 340669 INFO  
(coreLoadExecutor-901-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 340670 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:59792/_/b 
collection:control_collection shard:shard1
   [junit4]   2> 340671 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 340674 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94292298173251588-core_node1-n_0000000000
   [junit4]   2> 340674 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 340675 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 340676 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 340676 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 340676 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:59792/_/b/collection1/
   [junit4]   2> 340676 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 340676 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 340677 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59792/_/b/collection1/ has no replicas
   [junit4]   2> 340677 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59792/_/b/collection1/ shard1
   [junit4]   2> 340677 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 340680 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 340681 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:59792/_/b";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 340783 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 340785 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader Updated cluster state 
version to 2
   [junit4]   2> 340831 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:59792/_/b/collection1/ and leader is 
http://127.0.0.1:59792/_/b/collection1/
   [junit4]   2> 340831 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59792/_/b
   [junit4]   2> 340831 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 340831 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 340832 INFO  
(coreZkRegister-895-thread-1-processing-n:127.0.0.1:59792__%2Fb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59792__%2Fb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 340833 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 340834 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59792/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:59792__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 340834 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59792/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:59792__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 340937 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 340939 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader Updated cluster state 
version to 3
   [junit4]   2> 341001 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 341002 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 341003 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7f7a53a name:ZooKeeperConnection 
Watcher:127.0.0.1:43997/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 341003 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 341004 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 341004 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 341007 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 341303 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores/collection1
   [junit4]   2> 341304 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001
   [junit4]   2> 341304 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 341306 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d97c815{/_/b,null,AVAILABLE}
   [junit4]   2> 341306 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@98aaad9{HTTP/1.1}{127.0.0.1:58249}
   [junit4]   2> 341307 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.e.j.s.Server Started @344744ms
   [junit4]   2> 341307 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_/b, hostPort=58249, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores}
   [junit4]   2> 341307 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 341307 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/'
   [junit4]   2> 341322 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 341323 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 341324 INFO  (zkCallback-273-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@caffb7a name:ZooKeeperConnection 
Watcher:127.0.0.1:43997/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 341324 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 341324 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 341326 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 341326 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/solr.xml
   [junit4]   2> 341331 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores
   [junit4]   2> 341331 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1034492286
   [junit4]   2> 341331 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/]
   [junit4]   2> 341331 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/lib
   [junit4]   2> 341332 WARN  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/lib).
   [junit4]   2> 341339 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 341340 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 341340 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 341341 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 341341 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43997/solr
   [junit4]   2> 341341 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 341341 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 341341 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 341343 INFO  (zkCallback-275-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@66c0a0d2 
name:ZooKeeperConnection Watcher:127.0.0.1:43997 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 341343 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 341344 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 341346 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 341347 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e34b351 
name:ZooKeeperConnection Watcher:127.0.0.1:43997/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 341347 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 341351 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 342355 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58249__%2Fb
   [junit4]   2> 342356 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:58249__%2Fb
   [junit4]   2> 342359 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 342359 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292298173251592-127.0.0.1:58249__%2Fb-n_0000000001
   [junit4]   2> 342360 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000 
to know if I could be the leader
   [junit4]   2> 342361 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 342361 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 342362 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores
   [junit4]   2> 342363 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores/collection1,
 collection=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores/collection1/,
 coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 342363 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores/collection1/
   [junit4]   2> 342364 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 342366 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 342366 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
   [junit4]   2> 342366 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[7DEC2F94F229C5B5]) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 342366 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 342369 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 342369 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 342370 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58249/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:58249__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 342370 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58249/_/b";,
   [junit4]   2>   "node_name":"127.0.0.1:58249__%2Fb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 342370 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: collection1
   [junit4]   2> 342371 INFO  
(OverseerStateUpdate-94292298173251588-127.0.0.1:59792__%2Fb-n_0000000000) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 342474 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 2)
   [junit4]   2> 342474 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 2)
   [junit4]   2> 342474 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 342476 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb    ] o.a.s.c.c.ZkStateReader Updated cluster state 
version to 4
   [junit4]   2> 342476 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 342476 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:59792__%2Fb) 
[n:127.0.0.1:59792__%2Fb    ] o.a.s.c.c.ZkStateReader Updated cluster state 
version to 4
   [junit4]   2> 343369 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 343369 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:collection1
   [junit4]   2> 343370 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 343370 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
Load collection config from:/collections/collection1
   [junit4]   2> 343371 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 343371 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_7DEC2F94F229C5B5-001/shard-1-001/cores/collection1/'
   [junit4]   2> 343386 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 343398 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 343402 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 343410 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 343412 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 343416 INFO  
(coreLoadExecutor-912-thread-1-processing-n:127.0.0.1:58249__%2Fb) 
[n:127.0.0.1:58249__%2Fb c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 343510 INFO  (coreLoadExecutor-912-thread-1-processing-n:127.

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

ent.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at 
http://127.0.0.1:32869: KeeperErrorCode = Session expired for 
/overseer/collection-queue-work/qn-
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    >        ... 5 moreThrowable #6: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=10002, name=collection3, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:39013, http://127.0.0.1:35626, 
http://127.0.0.1:32869, http://127.0.0.1:44909, http://127.0.0.1:41301]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7DEC2F94F229C5B5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:897)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this request:[http://127.0.0.1:39013, 
http://127.0.0.1:35626, http://127.0.0.1:32869, http://127.0.0.1:44909, 
http://127.0.0.1:41301]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:32869: KeeperErrorCode = Session expired for 
/overseer/collection-queue-work/qn-
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    >        ... 5 moreThrowable #7: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=10003, name=collection4, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:39013, http://127.0.0.1:35626, 
http://127.0.0.1:32869, http://127.0.0.1:44909, http://127.0.0.1:41301]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7DEC2F94F229C5B5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:897)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this request:[http://127.0.0.1:39013, 
http://127.0.0.1:35626, http://127.0.0.1:32869, http://127.0.0.1:44909, 
http://127.0.0.1:41301]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:32869: KeeperErrorCode = Session expired for 
/overseer/collection-queue-work/qn-
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    >        ... 5 more
   [junit4]   2> 2335214 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7DEC2F94F229C5B5]-worker) 
[n:127.0.0.1:32869_ c:awholynewstresscollection_collection2_1 s:shard3 
r:core_node13 x:awholynewstresscollection_collection2_1_shard3_replica4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_7DEC2F94F229C5B5-001
   [junit4]   2> Aug 05, 2015 11:24:44 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene53, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ms_MY, 
timezone=Asia/Aqtobe
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_45 (64-bit)/cpus=4,threads=1,free=155567064,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestOmitPositions, 
TestFieldTypeResource, VersionInfoTest, 
VMParamsZkACLAndCredentialsProvidersTest, AlternateDirectoryTest, 
DocumentBuilderTest, QueryResultKeyTest, DocValuesMultiTest, 
DeleteLastCustomShardedReplicaTest, TestIndexSearcher, TestLFUCache, 
SuggestComponentTest, SharedFSAutoReplicaFailoverTest, 
TestLMJelinekMercerSimilarityFactory, PreAnalyzedUpdateProcessorTest, 
BadCopyFieldTest, TestCopyFieldCollectionResource, TestComponentsName, 
TestAuthenticationFramework, TestBlobHandler, CdcrUpdateLogTest, 
TestManagedSchemaFieldResource, DistributedFacetPivotWhiteBoxTest, 
SSLMigrationTest, TestJettySolrRunner, EchoParamsTest, ClusterStateUpdateTest, 
BigEndianAscendingWordSerializerTest, TestSolrQueryParserResource, 
TestAnalyzedSuggestions, TestDistributedGrouping, UpdateParamsTest, 
TestReqParamsAPI, SystemInfoHandlerTest, SuggesterTSTTest, TestFastLRUCache, 
DistributedMLTComponentTest, OverseerStatusTest, 
TestLMDirichletSimilarityFactory, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestReRankQParserPlugin, SpellingQueryConverterTest, TestCoreContainer, 
AliasIntegrationTest, TestFuzzyAnalyzedSuggestions, BasicFunctionalityTest, 
TestCharFilters, TestWriterPerf, ConvertedLegacyTest, TestInitParams, 
OpenCloseCoreStressTest, HdfsLockFactoryTest, TestStressUserVersions, 
CollectionStateFormat2Test, TestSchemaNameResource, 
SpellPossibilityIteratorTest, ZkControllerTest, ScriptEngineTest, 
BadComponentTest, TestCloudSchemaless, TestMaxScoreQueryParser, 
HttpPartitionTest, TestObjectReleaseTracker, TestSolrDynamicMBean, 
TestSchemaSimilarityResource, TestSolrDeletionPolicy2, TestFastWriter, 
TestSolrCoreProperties, TestClusterStateMutator, TestDynamicLoading, 
MigrateRouteKeyTest, TestConfigSets, AssignTest, TestStressVersions, 
CollectionTooManyReplicasTest, LukeRequestHandlerTest, 
TestMiniSolrCloudCluster, TestHashPartitioner, CoreAdminRequestStatusTest, 
PreAnalyzedFieldTest, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [245/532] on J1 in 418.20s, 1 test, 1 error <<< FAILURES!

[...truncated 917 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:723:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:660:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:514:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1429:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:984:
 There were test failures: 532 suites, 2107 tests, 2 errors, 1 failure, 26 
ignored (14 assumptions)

Total time: 195 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to