You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/07/09 11:41:32 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_05) - Build # 10765 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10765/
Java: 32bit/jdk1.8.0_05 -client -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
shard2 is not consistent.  Got 106 from http://127.0.0.1:50640/hv_rx/kh/collection1lastClient and got 82 from http://127.0.0.1:36251/hv_rx/kh/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 106 from http://127.0.0.1:50640/hv_rx/kh/collection1lastClient and got 82 from http://127.0.0.1:36251/hv_rx/kh/collection1
	at __randomizedtesting.SeedInfo.seed([39221DE64F9369E:8274AFC613A656A2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1132)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1111)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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)


REGRESSION:  org.apache.solr.cloud.TestMiniSolrCloudCluster.testBasics

Error Message:
collection already exists: testSolrCloudCollection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: testSolrCloudCollection
	at __randomizedtesting.SeedInfo.seed([39221DE64F9369E:3E4A8FF25C1768EE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:659)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.createCollection(TestMiniSolrCloudCluster.java:230)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testBasics(TestMiniSolrCloudCluster.java:134)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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)




Build Log:
[...truncated 11325 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/init-core-data-001
   [junit4]   2> 659055 T3193 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 659055 T3193 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hv_rx/kh
   [junit4]   2> 659059 T3193 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 659059 T3193 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 659060 T3194 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 659160 T3193 oasc.ZkTestServer.run start zk server on port:59333
   [junit4]   2> 659161 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659164 T3200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d09a56 name:ZooKeeperConnection Watcher:127.0.0.1:59333 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659165 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659166 T3193 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 659172 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659173 T3202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1674bd6 name:ZooKeeperConnection Watcher:127.0.0.1:59333/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659174 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659175 T3193 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 659178 T3193 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 659179 T3193 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 659180 T3193 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 659181 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 659182 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 659184 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 659185 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 659187 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 659187 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 659188 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 659189 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 659191 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 659192 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 659193 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 659194 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 659196 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 659196 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 659198 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 659198 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 659199 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 659200 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 659202 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 659202 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 659205 T3193 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 659205 T3193 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 659504 T3193 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 659511 T3193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38693
   [junit4]   2> 659512 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 659513 T3193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 659514 T3193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002
   [junit4]   2> 659514 T3193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/'
   [junit4]   2> 659551 T3193 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/solr.xml
   [junit4]   2> 659563 T3193 oasc.CoreContainer.<init> New CoreContainer 29125254
   [junit4]   2> 659563 T3193 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/]
   [junit4]   2> 659564 T3193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 659564 T3193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 659564 T3193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 659564 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 659565 T3193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 659565 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 659565 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 659566 T3193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 659566 T3193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 659566 T3193 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 659567 T3193 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 659567 T3193 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 659567 T3193 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59333/solr
   [junit4]   2> 659568 T3193 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 659569 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659570 T3213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ebd7d9 name:ZooKeeperConnection Watcher:127.0.0.1:59333 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659571 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659574 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659575 T3215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8d4a name:ZooKeeperConnection Watcher:127.0.0.1:59333/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659575 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659577 T3193 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 659582 T3193 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 659585 T3193 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 659588 T3193 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 659590 T3193 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 659593 T3193 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 659594 T3193 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38693_hv_rx%2Fkh
   [junit4]   2> 659595 T3193 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38693_hv_rx%2Fkh
   [junit4]   2> 659599 T3193 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 659602 T3193 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 659607 T3193 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38693_hv_rx%2Fkh
   [junit4]   2> 659608 T3193 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 659611 T3193 oasc.Overseer.start Overseer (id=92071389327327235-127.0.0.1:38693_hv_rx%2Fkh-n_0000000000) starting
   [junit4]   2> 659615 T3193 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 659627 T3217 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 659627 T3193 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 659631 T3193 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 659634 T3193 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 659638 T3216 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 659642 T3218 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 659642 T3218 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 659644 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 659644 T3218 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 659646 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 659647 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38693/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38693_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 659648 T3216 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 659648 T3216 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 659651 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 659652 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 660645 T3218 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 660645 T3218 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 660646 T3218 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 660647 T3218 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 660649 T3218 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 660649 T3218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/collection1/'
   [junit4]   2> 660650 T3218 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 660651 T3218 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 660652 T3218 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 660687 T3218 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 660698 T3218 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 660699 T3218 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 660705 T3218 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 660820 T3218 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 660822 T3218 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 660823 T3218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 660825 T3218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 660850 T3218 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 660850 T3218 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 660852 T3218 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/
   [junit4]   2> 660853 T3218 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@178479f
   [junit4]   2> 660854 T3218 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data
   [junit4]   2> 660855 T3218 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/index/
   [junit4]   2> 660855 T3218 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 660856 T3218 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/index
   [junit4]   2> 660857 T3218 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.173828125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=28.30749875117375, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 670711 T3218 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 670711 T3218 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 670714 T3218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 670714 T3218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 670715 T3218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 670715 T3218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 670715 T3218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 670715 T3218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 670716 T3218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 670716 T3218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 670716 T3218 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 670716 T3218 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 670717 T3218 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 670717 T3218 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 670717 T3218 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 670718 T3218 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 670718 T3218 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 670718 T3218 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 670719 T3218 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 670721 T3218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 670722 T3218 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 670722 T3218 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 670723 T3218 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.994140625, floorSegmentMB=0.4130859375, forceMergeDeletesPctAllowed=10.806012086379713, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 670724 T3218 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 670724 T3218 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 670724 T3218 oass.SolrIndexSearcher.<init> Opening Searcher@11479de[collection1] main
   [junit4]   2> 670724 T3218 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 670725 T3218 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 670725 T3218 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 670726 T3218 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 670726 T3218 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 670726 T3218 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 670727 T3218 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 670727 T3218 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 670728 T3218 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 670729 T3218 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 670729 T3218 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 670729 T3218 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 670732 T3219 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11479de[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 670734 T3218 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 670734 T3222 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38693/hv_rx/kh collection:control_collection shard:shard1
   [junit4]   2> 670735 T3193 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 670735 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 670735 T3222 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 670736 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 670737 T3224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7acfeb name:ZooKeeperConnection Watcher:127.0.0.1:59333/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 670737 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 670738 T3193 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 670739 T3222 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 670740 T3193 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 670740 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670741 T3222 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 670741 T3222 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C885 name=collection1 org.apache.solr.core.SolrCore@8fc558 url=http://127.0.0.1:38693/hv_rx/kh/collection1 node=127.0.0.1:38693_hv_rx%2Fkh C885_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:38693/hv_rx/kh, core=collection1, node_name=127.0.0.1:38693_hv_rx%2Fkh}
   [junit4]   2> 670741 T3222 C885 P38693 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38693/hv_rx/kh/collection1/
   [junit4]   2> 670741 T3222 C885 P38693 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 670742 T3222 C885 P38693 oasc.SyncStrategy.syncToMe http://127.0.0.1:38693/hv_rx/kh/collection1/ has no replicas
   [junit4]   2> 670742 T3222 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38693/hv_rx/kh/collection1/ shard1
   [junit4]   2> 670742 T3222 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 670743 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 670745 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670745 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 670745 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 670748 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 670750 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670851 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 670851 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 670897 T3222 oasc.ZkController.register We are http://127.0.0.1:38693/hv_rx/kh/collection1/ and leader is http://127.0.0.1:38693/hv_rx/kh/collection1/
   [junit4]   2> 670898 T3222 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38693/hv_rx/kh
   [junit4]   2> 670898 T3222 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 670898 T3222 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 670898 T3222 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 670899 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670899 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670900 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 670900 T3222 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 670901 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 670902 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38693/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38693_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 670903 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 671004 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 671004 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 671030 T3193 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 671031 T3193 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 671033 T3193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51726
   [junit4]   2> 671033 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 671033 T3193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 671034 T3193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003
   [junit4]   2> 671034 T3193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/'
   [junit4]   2> 671048 T3193 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/solr.xml
   [junit4]   2> 671056 T3193 oasc.CoreContainer.<init> New CoreContainer 29179445
   [junit4]   2> 671057 T3193 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/]
   [junit4]   2> 671058 T3193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 671058 T3193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 671058 T3193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 671058 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 671059 T3193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 671059 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 671059 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 671060 T3193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 671060 T3193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 671061 T3193 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 671061 T3193 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 671061 T3193 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 671062 T3193 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59333/solr
   [junit4]   2> 671062 T3193 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 671063 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671064 T3235 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56afeb name:ZooKeeperConnection Watcher:127.0.0.1:59333 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671064 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671066 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671067 T3237 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1473e37 name:ZooKeeperConnection Watcher:127.0.0.1:59333/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671067 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671074 T3193 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 672077 T3193 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51726_hv_rx%2Fkh
   [junit4]   2> 672078 T3193 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51726_hv_rx%2Fkh
   [junit4]   2> 672089 T3238 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 672090 T3238 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 672091 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672091 T3238 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 672091 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672092 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672095 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 672096 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51726/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51726_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 672096 T3216 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 672096 T3216 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 672099 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672202 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 672202 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 672203 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673092 T3238 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 673092 T3238 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 673093 T3238 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 673093 T3238 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 673094 T3238 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 673094 T3238 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/collection1/'
   [junit4]   2> 673095 T3238 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 673095 T3238 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 673095 T3238 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 673125 T3238 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 673140 T3238 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 673141 T3238 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 673150 T3238 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 673255 T3238 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 673257 T3238 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 673257 T3238 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 673260 T3238 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 673274 T3238 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 673274 T3238 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 673275 T3238 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/
   [junit4]   2> 673275 T3238 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@178479f
   [junit4]   2> 673275 T3238 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1
   [junit4]   2> 673276 T3238 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/index/
   [junit4]   2> 673276 T3238 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 673277 T3238 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/index
   [junit4]   2> 673277 T3238 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.173828125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=28.30749875117375, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 673290 T3238 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 673291 T3238 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 673294 T3238 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 673295 T3238 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 673295 T3238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 673295 T3238 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 673296 T3238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 673296 T3238 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 673296 T3238 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 673297 T3238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 673297 T3238 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 673298 T3238 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 673299 T3238 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 673299 T3238 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 673299 T3238 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 673300 T3238 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 673301 T3238 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 673301 T3238 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 673302 T3238 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 673304 T3238 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 673305 T3238 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 673305 T3238 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 673306 T3238 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.994140625, floorSegmentMB=0.4130859375, forceMergeDeletesPctAllowed=10.806012086379713, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 673307 T3238 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 673308 T3238 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 673308 T3238 oass.SolrIndexSearcher.<init> Opening Searcher@1c7bd85[collection1] main
   [junit4]   2> 673308 T3238 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 673309 T3238 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 673310 T3238 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 673310 T3238 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 673310 T3238 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 673310 T3238 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 673311 T3238 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 673311 T3238 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 673312 T3238 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 673312 T3238 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 673316 T3239 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c7bd85[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 673319 T3238 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 673320 T3242 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51726/hv_rx/kh collection:collection1 shard:shard2
   [junit4]   2> 673320 T3193 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 673321 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 673322 T3242 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 673326 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 673329 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673329 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673329 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673329 T3242 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 673330 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 673330 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C886 name=collection1 org.apache.solr.core.SolrCore@1399b81 url=http://127.0.0.1:51726/hv_rx/kh/collection1 node=127.0.0.1:51726_hv_rx%2Fkh C886_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51726/hv_rx/kh, core=collection1, node_name=127.0.0.1:51726_hv_rx%2Fkh}
   [junit4]   2> 673330 T3242 C886 P51726 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51726/hv_rx/kh/collection1/
   [junit4]   2> 673331 T3242 C886 P51726 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 673331 T3242 C886 P51726 oasc.SyncStrategy.syncToMe http://127.0.0.1:51726/hv_rx/kh/collection1/ has no replicas
   [junit4]   2> 673332 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51726/hv_rx/kh/collection1/ shard2
   [junit4]   2> 673332 T3242 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 673333 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673346 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673348 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673450 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673450 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673450 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673497 T3242 oasc.ZkController.register We are http://127.0.0.1:51726/hv_rx/kh/collection1/ and leader is http://127.0.0.1:51726/hv_rx/kh/collection1/
   [junit4]   2> 673498 T3242 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51726/hv_rx/kh
   [junit4]   2> 673498 T3242 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 673498 T3242 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 673498 T3242 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 673500 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673500 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673500 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673501 T3242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 673501 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 673502 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51726/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51726_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 673503 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673605 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673605 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673605 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 673614 T3193 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 673615 T3193 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 673617 T3193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59952
   [junit4]   2> 673617 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 673618 T3193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 673618 T3193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004
   [junit4]   2> 673618 T3193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/'
   [junit4]   2> 673633 T3193 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/solr.xml
   [junit4]   2> 673642 T3193 oasc.CoreContainer.<init> New CoreContainer 9646055
   [junit4]   2> 673642 T3193 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/]
   [junit4]   2> 673643 T3193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 673643 T3193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 673643 T3193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 673644 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 673644 T3193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 673644 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 673645 T3193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 673645 T3193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 673645 T3193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 673646 T3193 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 673646 T3193 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 673646 T3193 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 673647 T3193 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59333/solr
   [junit4]   2> 673647 T3193 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 673648 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673649 T3253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fdba29 name:ZooKeeperConnection Watcher:127.0.0.1:59333 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673650 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673653 T3193 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673658 T3255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7167 name:ZooKeeperConnection Watcher:127.0.0.1:59333/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673658 T3193 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673665 T3193 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 674668 T3193 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59952_hv_rx%2Fkh
   [junit4]   2> 674669 T3193 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59952_hv_rx%2Fkh
   [junit4]   2> 674675 T3256 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 674676 T3256 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 674676 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674676 T3256 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 674677 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674677 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674678 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 674679 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59952/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59952_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 674679 T3216 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 674679 T3216 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 674680 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674782 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 674782 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 674782 T3255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 674782 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 675677 T3256 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 675677 T3256 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 675678 T3256 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 675678 T3256 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 675679 T3256 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 675679 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/collection1/'
   [junit4]   2> 675680 T3256 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 675681 T3256 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 675681 T3256 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 675711 T3256 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 675721 T3256 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 675723 T3256 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 675728 T3256 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 675825 T3256 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 675827 T3256 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 675828 T3256 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 675830 T3256 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 675846 T3256 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 675847 T3256 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 675847 T3256 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/
   [junit4]   2> 675847 T3256 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@178479f
   [junit4]   2> 675848 T3256 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2
   [junit4]   2> 675848 T3256 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/index/
   [junit4]   2> 675848 T3256 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 675849 T3256 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/index
   [junit4]   2> 675850 T3256 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.173828125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=28.30749875117375, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 675858 T3256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 675859 T3256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 675862 T3256 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 675863 T3256 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 675863 T3256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 675863 T3256 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 675863 T3256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 675864 T3256 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 675864 T3256 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 675864 T3256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 675864 T3256 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 675865 T3256 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 675866 T3256 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 675866 T3256 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 675866 T3256 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 675884 T3256 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 675885 T3256 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 675885 T3256 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 675886 T3256 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 675888 T3256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 675889 T3256 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 675889 T3256 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 675891 T3256 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.994140625, floorSegmentMB=0.4130859375, forceMergeDeletesPctAllowed=10.806012086379713, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 675892 T3256 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 675893 T3256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 675893 T3256 oass.SolrIndexSearcher.<init> Opening Searcher@884394[collection1] main
   [junit4]   2> 675893 T3256 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 675895 T3256 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 675895 T3256 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 675895 T3256 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 675895 T3256 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 675896 T3256 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 675896 T3256 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 675897 T3256 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 675897 T3256 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 675897 T3256 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 675902 T3257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@884394[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 675905 T3256 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 675907 T3260 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59952/hv_rx/kh collection:collection1 shard:shard3
   [junit4]   2> 675907 T3193 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 675908 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 675909 T3260 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 675916 T3260 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 675918 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 675918 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 675918 T3260 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 675919 T3260 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C887 name=collection1 org.apache.solr.core.SolrCore@147c9aa url=http://127.0.0.1:59952/hv_rx/kh/collection1 node=127.0.0.1:59952_hv_rx%2Fkh C887_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:59952/hv_rx/kh, core=collection1, node_name=127.0.0.1:59952_hv_rx%2Fkh}
   [junit4]   2> 675919 T3260 C887 P59952 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59952/hv_rx/kh/collection1/
   [junit4]   2> 675918 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 675920 T3260 C887 P59952 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 675920 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 675920 T3260 C887 P59952 oasc.SyncStrategy.syncToMe http://127.0.0.1:59952/hv_rx/kh/collection1/ has no replicas
   [junit4]   2> 675921 T3260 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59952/hv_rx/kh/collection1/ shard3
   [junit4]   2> 675921 T3260 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 675922 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 675924 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 675926 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676027 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676027 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676027 T3255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676027 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676075 T3260 oasc.ZkController.register We are http://127.0.0.1:59952/hv_rx/kh/collection1/ and leader is http://127.0.0.1:59952/hv_rx/kh/collection1/
   [junit4]   2> 676075 T3260 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59952/hv_rx/kh
   [junit4]   2> 676075 T3260 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 676076 T3260 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 676076 T3260 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 676077 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676077 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676077 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676078 T3260 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 676078 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 676079 T3216 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59952/hv_rx/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59952_hv_rx%2Fkh",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 676080 T3215 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676181 T3193 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 676182 T3237 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676182 T3215 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676182 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676182 T3193 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 676182 T3255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 676185 T3193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34885
   [junit4]   2> 676185 T3193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 676186 T3193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676186 T3193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-39221DE64F9369E-001/tempDir-005
   [junit4]   2> 676186 T3193 oa

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

okeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:312)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:309)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:309)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:1292)
   [junit4]   2> 	... 15 more
   [junit4]   2> 
   [junit4]   2> 1558057 T6909 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1558057 T6909 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1558057 T6909 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1558099 T6853 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=9394229
   [junit4]   2> 1558100 T6944 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:38124_solr
   [junit4]   2> 1558102 T6853 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1558154 T6853 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54460 54460
   [junit4]   2> 1558470 T6960 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1558682 T6925 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1558579 T6941 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1558704 T6854 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54460 54460
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.TestMiniSolrCloudCluster-39221DE64F9369E-001
   [junit4]   2> 50570 T6852 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1559601 T6992 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1559601 T6893 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, sim=DefaultSimilarity, locale=mk, timezone=Europe/Budapest
   [junit4]   2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0_05 (32-bit)/cpus=8,threads=1,free=118005488,total=332136448
   [junit4]   2> NOTE: All tests run in this JVM: [TestPerFieldSimilarity, TestDynamicFieldResource, URLClassifyProcessorTest, TestRecovery, TestPHPSerializedResponseWriter, AbstractAnalyticsStatsTest, SliceStateTest, TestWriterPerf, DistributedExpandComponentTest, TestMultiCoreConfBootstrap, HdfsChaosMonkeySafeLeaderTest, DateMathParserTest, FileBasedSpellCheckerTest, ModifyConfFileTest, ResourceLoaderTest, AutoCommitTest, SolrIndexConfigTest, FunctionTest, FieldAnalysisRequestHandlerTest, BadCopyFieldTest, LoggingHandlerTest, TestExceedMaxTermLength, TestUniqueKeyFieldResource, TestRecoveryHdfs, OverseerRolesTest, TestShardHandlerFactory, TestIndexingPerformance, RequestHandlersTest, ClusterStateTest, DOMUtilTest, CircularListTest, CollectionsAPIAsyncDistributedZkTest, SchemaVersionSpecificBehaviorTest, TermVectorComponentDistributedTest, SortByFunctionTest, TestExtendedDismaxParser, TestSerializedLuceneMatchVersion, TestSolrQueryParser, TestBinaryField, OpenCloseCoreStressTest, SolrXmlInZkTest, CSVRequestHandlerTest, TestQueryUtils, TestBM25SimilarityFactory, TestRandomMergePolicy, OutputWriterTest, RankQueryTest, SolrRequestParserTest, OverseerStatusTest, TestGroupingSearch, CopyFieldTest, BinaryUpdateRequestHandlerTest, TestSuggestSpellingConverter, DistributedSuggestComponentTest, MultiTermTest, DebugComponentTest, TestAddFieldRealTimeGet, DistributedQueryElevationComponentTest, ShardRoutingCustomTest, HardAutoCommitTest, TestReRankQParserPlugin, TestPseudoReturnFields, AtomicUpdatesTest, CoreContainerCoreInitFailuresTest, TestCollationField, TestSchemaResource, DistributedTermsComponentTest, ZkSolrClientTest, MultiThreadedOCPTest, AnalysisAfterCoreReloadTest, DistanceFunctionTest, SimplePostToolTest, TestJmxMonitoredMap, TestCloudInspectUtil, TestNonNRTOpen, DeleteReplicaTest, TestDocBasedVersionConstraints, TestFunctionQuery, CursorMarkTest, TestIndexSearcher, TestXIncludeConfig, BlockDirectoryTest, TestDefaultSearchFieldResource, PolyFieldTest, MigrateRouteKeyTest, RemoteQueryErrorTest, InfoHandlerTest, TestUpdate, BasicZkTest, SOLR749Test, CoreAdminCreateDiscoverTest, TestLazyCores, SolrInfoMBeanTest, ConnectionManagerTest, HdfsDirectoryTest, TestFileDictionaryLookup, TestQueryTypes, TestFreeTextSuggestions, SuggestComponentTest, TestDocumentBuilder, QueryParsingTest, AlternateDirectoryTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestReload, TestRangeQuery, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, TestFiltering, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, TestSolrIndexConfig, TestMergePolicyConfig, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, ScriptEngineTest, TestSolrXMLSerializer, TestSystemIdResolver, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, NoFacetTest, RangeFacetTest, AssignTest, DeleteInactiveReplicaTest, DeleteShardTest, HttpPartitionTest, SSLMigrationTest, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster]
   [junit4] Completed on J1 in 39.60s, 1 test, 1 error <<< FAILURES!

[...truncated 200 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 418 suites, 1709 tests, 1 error, 1 failure, 38 ignored (17 assumptions)

Total time: 68 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_05 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any