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 2013/08/09 17:33:42 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 717 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/717/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:49764/collection1, http://127.0.0.1:49799/collection1, http://127.0.0.1:49768/collection1, http://127.0.0.1:49755/collection1, http://127.0.0.1:49789/collection1, http://127.0.0.1:49782/collection1, http://127.0.0.1:49775/collection1, http://127.0.0.1:49761/collection1, http://127.0.0.1:49758/collection1, http://127.0.0.1:49794/collection1, http://127.0.0.1:49809/collection1, http://127.0.0.1:49804/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:49764/collection1, http://127.0.0.1:49799/collection1, http://127.0.0.1:49768/collection1, http://127.0.0.1:49755/collection1, http://127.0.0.1:49789/collection1, http://127.0.0.1:49782/collection1, http://127.0.0.1:49775/collection1, http://127.0.0.1:49761/collection1, http://127.0.0.1:49758/collection1, http://127.0.0.1:49794/collection1, http://127.0.0.1:49809/collection1, http://127.0.0.1:49804/collection1]
	at __randomizedtesting.SeedInfo.seed([43434CDF7DA6989:85D2BAD5808509B5]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:333)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:318)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1104)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:137)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:49764/collection1 returned non ok status:500, message:Server Error
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:264)
	... 46 more


REGRESSION:  org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsOld

Error Message:
Core 00000_core bad! expected:<796> but was:<0>

Stack Trace:
java.lang.AssertionError: Core 00000_core bad! expected:<796> but was:<0>
	at __randomizedtesting.SeedInfo.seed([43434CDF7DA6989:2805BE936B3A44EA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:307)
	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:201)
	at org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsOld(OpenCloseCoreStressTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 9567 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 944634 T1779 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 944645 T1779 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeySafeLeaderTest-1376059154959
   [junit4]   2> 944647 T1779 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 944648 T1780 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 944752 T1779 oasc.ZkTestServer.run start zk server on port:49748
   [junit4]   2> 944754 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 944763 T1786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@417579dd name:ZooKeeperConnection Watcher:127.0.0.1:49748 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 944764 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 944764 T1779 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 944780 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 944804 T1788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7468b77e name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 944806 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 944808 T1779 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 944819 T1779 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 944826 T1779 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 944832 T1779 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 944840 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 944841 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 944855 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 944857 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 944867 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 944868 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 944883 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 944884 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 944892 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 944893 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 944901 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 944901 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 944909 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 944910 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 944918 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 944919 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 944927 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 944927 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 944935 T1779 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 944936 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 945396 T1779 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 945413 T1779 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49751
   [junit4]   2> 945414 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 945414 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 945415 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266
   [junit4]   2> 945415 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/'
   [junit4]   2> 945457 T1779 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/solr.xml
   [junit4]   2> 945576 T1779 oasc.CoreContainer.<init> New CoreContainer 1086450981
   [junit4]   2> 945577 T1779 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/]
   [junit4]   2> 945579 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 945580 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 945580 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 945580 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 945581 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 945581 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 945582 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 945582 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 945583 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 945583 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 945604 T1779 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49748/solr
   [junit4]   2> 945604 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 945607 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 945613 T1799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46183eec name:ZooKeeperConnection Watcher:127.0.0.1:49748 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 945613 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 945624 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 945643 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 945648 T1801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57aa0cf1 name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 945649 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 945654 T1779 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 945664 T1779 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 945675 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 945687 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49751_
   [junit4]   2> 945689 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49751_
   [junit4]   2> 945698 T1779 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 945711 T1779 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 945717 T1779 oasc.Overseer.start Overseer (id=90181412779917315-127.0.0.1:49751_-n_0000000000) starting
   [junit4]   2> 945726 T1779 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 945737 T1803 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 945746 T1779 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 945753 T1779 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 945757 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 945766 T1802 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 945774 T1804 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 945774 T1804 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 945779 T1804 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 947283 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 947285 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49751_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49751"}
   [junit4]   2> 947286 T1802 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 947286 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 947296 T1801 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> 947784 T1804 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 947785 T1804 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/collection1
   [junit4]   2> 947785 T1804 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 947787 T1804 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 947787 T1804 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 947790 T1804 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/collection1/'
   [junit4]   2> 947792 T1804 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/collection1/lib/classes/' to classloader
   [junit4]   2> 947792 T1804 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/collection1/lib/README' to classloader
   [junit4]   2> 947897 T1804 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 947991 T1804 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 947997 T1804 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 948010 T1804 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 948955 T1804 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 948967 T1804 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 948977 T1804 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 949015 T1804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 949023 T1804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 949031 T1804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 949037 T1804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 949042 T1804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 949042 T1804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 949045 T1804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 949046 T1804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 949046 T1804 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 949105 T1804 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1376059155266/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data/
   [junit4]   2> 949106 T1804 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@673a26c2
   [junit4]   2> 949108 T1804 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data
   [junit4]   2> 949110 T1804 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data/index/
   [junit4]   2> 949111 T1804 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 949112 T1804 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data/index
   [junit4]   2> 949128 T1804 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 949128 T1804 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 949135 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 949135 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 949137 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 949138 T1804 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 949139 T1804 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 949140 T1804 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 949141 T1804 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 949142 T1804 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 949144 T1804 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 949160 T1804 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 949172 T1804 oass.SolrIndexSearcher.<init> Opening Searcher@50b1d8ac main
   [junit4]   2> 949176 T1804 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 949180 T1804 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 949192 T1805 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50b1d8ac main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 949194 T1804 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 949194 T1804 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49751 collection:control_collection shard:shard1
   [junit4]   2> 949195 T1804 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 949217 T1804 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 949248 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 949256 T1804 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 949256 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 949257 T1804 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49751/collection1/
   [junit4]   2> 949257 T1804 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 949257 T1804 oasc.SyncStrategy.syncToMe http://127.0.0.1:49751/collection1/ has no replicas
   [junit4]   2> 949258 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49751/collection1/ shard1
   [junit4]   2> 949258 T1804 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 950357 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 950380 T1801 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> 950419 T1804 oasc.ZkController.register We are http://127.0.0.1:49751/collection1/ and leader is http://127.0.0.1:49751/collection1/
   [junit4]   2> 950419 T1804 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49751
   [junit4]   2> 950420 T1804 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 950420 T1804 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 950420 T1804 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 950424 T1804 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 950426 T1779 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 950427 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 950427 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 950451 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 950462 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 950465 T1808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@388d573d name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 950466 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 950470 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 950477 T1779 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 950970 T1779 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 950982 T1779 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49755
   [junit4]   2> 950984 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 950987 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 950987 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791
   [junit4]   2> 950988 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/'
   [junit4]   2> 951031 T1779 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/solr.xml
   [junit4]   2> 951148 T1779 oasc.CoreContainer.<init> New CoreContainer 1288147186
   [junit4]   2> 951149 T1779 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/]
   [junit4]   2> 951151 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 951151 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 951152 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 951152 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 951153 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 951153 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 951201 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 951201 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 951202 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 951202 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 951223 T1779 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49748/solr
   [junit4]   2> 951224 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 951231 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951237 T1819 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65da26e0 name:ZooKeeperConnection Watcher:127.0.0.1:49748 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951238 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951243 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 951260 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951274 T1821 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bf2bfc3 name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951275 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951292 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 951909 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 951915 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49751_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49751"}
   [junit4]   2> 951928 T1808 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> 951929 T1801 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> 951929 T1821 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> 952306 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49755_
   [junit4]   2> 952329 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49755_
   [junit4]   2> 952349 T1821 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 952359 T1808 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 952360 T1808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 952361 T1801 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 952361 T1801 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 952368 T1821 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 952406 T1822 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 952407 T1822 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 952410 T1822 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 953450 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 953453 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49755_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49755"}
   [junit4]   2> 953453 T1802 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 953454 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 953465 T1801 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> 953466 T1821 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> 953466 T1808 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> 954413 T1822 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 954414 T1822 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/collection1
   [junit4]   2> 954414 T1822 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 954417 T1822 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 954417 T1822 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 954422 T1822 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/collection1/'
   [junit4]   2> 954437 T1822 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/collection1/lib/classes/' to classloader
   [junit4]   2> 954438 T1822 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/collection1/lib/README' to classloader
   [junit4]   2> 954594 T1822 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 954755 T1822 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 954760 T1822 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 954780 T1822 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 955929 T1822 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 955957 T1822 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 955961 T1822 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 956006 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 956014 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 956022 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 956027 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 956027 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 956028 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 956031 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 956031 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 956032 T1822 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 956033 T1822 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1376059160791/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1/
   [junit4]   2> 956033 T1822 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@673a26c2
   [junit4]   2> 956036 T1822 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1
   [junit4]   2> 956042 T1822 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1/index/
   [junit4]   2> 956043 T1822 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 956048 T1822 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1/index
   [junit4]   2> 956056 T1822 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 956056 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 956064 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 956065 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 956066 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 956067 T1822 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 956068 T1822 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 956068 T1822 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 956069 T1822 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 956070 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 956071 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 956095 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 956120 T1822 oass.SolrIndexSearcher.<init> Opening Searcher@7fb455d9 main
   [junit4]   2> 956127 T1822 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 956139 T1822 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 956154 T1823 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fb455d9 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 956160 T1822 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 956161 T1822 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49755 collection:collection1 shard:shard1
   [junit4]   2> 956162 T1822 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 956183 T1822 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 956204 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 956212 T1822 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 956212 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 956212 T1822 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49755/collection1/
   [junit4]   2> 956213 T1822 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 956213 T1822 oasc.SyncStrategy.syncToMe http://127.0.0.1:49755/collection1/ has no replicas
   [junit4]   2> 956213 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49755/collection1/ shard1
   [junit4]   2> 956213 T1822 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 956514 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 956537 T1821 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> 956540 T1801 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> 956542 T1808 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> 956549 T1822 oasc.ZkController.register We are http://127.0.0.1:49755/collection1/ and leader is http://127.0.0.1:49755/collection1/
   [junit4]   2> 956552 T1822 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49755
   [junit4]   2> 956553 T1822 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 956553 T1822 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 956553 T1822 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 956558 T1822 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 956562 T1779 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 956562 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 956563 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 957369 T1779 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 957383 T1779 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49758
   [junit4]   2> 957383 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 957384 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957384 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892
   [junit4]   2> 957385 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/'
   [junit4]   2> 957502 T1779 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/solr.xml
   [junit4]   2> 957696 T1779 oasc.CoreContainer.<init> New CoreContainer 581169989
   [junit4]   2> 957697 T1779 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/]
   [junit4]   2> 957699 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 957700 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 957700 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 957701 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 957701 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 957701 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 957702 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 957702 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 957703 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 957703 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 957727 T1779 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49748/solr
   [junit4]   2> 957727 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 957730 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 957734 T1835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ff96eae name:ZooKeeperConnection Watcher:127.0.0.1:49748 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957735 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 957742 T1781 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x140638462170007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 957742 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 957759 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 957765 T1837 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65d7f0f7 name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957765 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 957785 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 958071 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 958075 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49755_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49755"}
   [junit4]   2> 958089 T1821 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> 958090 T1837 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> 958096 T1801 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> 958101 T1808 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> 958797 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49758_
   [junit4]   2> 958800 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49758_
   [junit4]   2> 958808 T1821 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 958815 T1837 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 958816 T1837 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 958820 T1801 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 958820 T1801 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 958826 T1821 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 958827 T1808 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 958827 T1808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 958843 T1838 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 958843 T1838 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 958845 T1838 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 959615 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 959619 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49758_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49758"}
   [junit4]   2> 959619 T1802 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 959619 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 959634 T1808 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> 959635 T1821 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> 959640 T1801 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> 959645 T1837 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> 959847 T1838 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 959848 T1838 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/collection1
   [junit4]   2> 959848 T1838 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 959851 T1838 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 959851 T1838 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 959855 T1838 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/collection1/'
   [junit4]   2> 959858 T1838 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/collection1/lib/classes/' to classloader
   [junit4]   2> 959858 T1838 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/collection1/lib/README' to classloader
   [junit4]   2> 959976 T1838 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 960089 T1838 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960093 T1838 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960106 T1838 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 961467 T1838 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 961486 T1838 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961494 T1838 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961547 T1838 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961557 T1838 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961566 T1838 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961570 T1838 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961571 T1838 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961571 T1838 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961580 T1838 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961580 T1838 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961581 T1838 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 961581 T1838 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1376059166892/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2/
   [junit4]   2> 961581 T1838 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@673a26c2
   [junit4]   2> 961583 T1838 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2
   [junit4]   2> 961583 T1838 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2/index/
   [junit4]   2> 961584 T1838 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 961587 T1838 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2/index
   [junit4]   2> 961593 T1838 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 961594 T1838 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961601 T1838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961602 T1838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961603 T1838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961604 T1838 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961605 T1838 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961605 T1838 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961606 T1838 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961607 T1838 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961607 T1838 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961621 T1838 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961632 T1838 oass.SolrIndexSearcher.<init> Opening Searcher@14201057 main
   [junit4]   2> 961643 T1838 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961645 T1838 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961667 T1839 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14201057 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 961671 T1838 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 961671 T1838 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49758 collection:collection1 shard:shard2
   [junit4]   2> 961672 T1838 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 961693 T1838 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 961725 T1838 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 961737 T1838 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 961738 T1838 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 961738 T1838 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49758/collection1/
   [junit4]   2> 961738 T1838 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 961739 T1838 oasc.SyncStrategy.syncToMe http://127.0.0.1:49758/collection1/ has no replicas
   [junit4]   2> 961739 T1838 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49758/collection1/ shard2
   [junit4]   2> 961740 T1838 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 962693 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 962716 T1821 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> 962721 T1837 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> 962725 T1801 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> 962727 T1808 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> 962749 T1838 oasc.ZkController.register We are http://127.0.0.1:49758/collection1/ and leader is http://127.0.0.1:49758/collection1/
   [junit4]   2> 962750 T1838 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49758
   [junit4]   2> 962750 T1838 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 962751 T1838 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 962751 T1838 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 962757 T1838 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 962760 T1779 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 962761 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 962761 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 963296 T1779 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 963306 T1779 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49761
   [junit4]   2> 963309 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 963310 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 963310 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089
   [junit4]   2> 963311 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/'
   [junit4]   2> 963357 T1779 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/solr.xml
   [junit4]   2> 963479 T1779 oasc.CoreContainer.<init> New CoreContainer 708848398
   [junit4]   2> 963480 T1779 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/]
   [junit4]   2> 963482 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 963483 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 963483 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 963483 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 963484 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 963484 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 963485 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 963485 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 963486 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 963486 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 963507 T1779 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49748/solr
   [junit4]   2> 963509 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 963516 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 963521 T1851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1440a7f4 name:ZooKeeperConnection Watcher:127.0.0.1:49748 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 963521 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 963528 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 963546 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 963551 T1853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba3466f name:ZooKeeperConnection Watcher:127.0.0.1:49748/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 963551 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 963566 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 964264 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 964266 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49758_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49758"}
   [junit4]   2> 964277 T1808 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> 964278 T1853 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> 964283 T1801 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> 964287 T1837 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> 964288 T1821 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> 964588 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49761_
   [junit4]   2> 964594 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49761_
   [junit4]   2> 964611 T1821 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 964617 T1821 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 964619 T1808 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 964619 T1808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 964626 T1837 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 964627 T1837 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 964627 T1801 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 964628 T1801 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 964629 T1853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 964637 T1853 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 964666 T1854 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 964668 T1854 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 964674 T1854 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 965799 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 965803 T1802 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49761_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49761"}
   [junit4]   2> 965803 T1802 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 965803 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 965830 T1808 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> 965831 T1821 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> 965832 T1801 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> 965833 T1837 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> 965834 T1853 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> 966684 T1854 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 966685 T1854 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/collection1
   [junit4]   2> 966685 T1854 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 966688 T1854 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 966688 T1854 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 966698 T1854 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/collection1/'
   [junit4]   2> 966701 T1854 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/collection1/lib/classes/' to classloader
   [junit4]   2> 966702 T1854 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/collection1/lib/README' to classloader
   [junit4]   2> 966864 T1854 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 967038 T1854 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 967043 T1854 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 967096 T1854 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 968748 T1854 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 968782 T1854 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 968788 T1854 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 968842 T1854 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 968859 T1854 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 968871 T1854 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 968880 T1854 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 968881 T1854 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 968882 T1854 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 968887 T1854 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 968888 T1854 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 968888 T1854 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 968889 T1854 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1376059173089/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3/
   [junit4]   2> 968889 T1854 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@673a26c2
   [junit4]   2> 968893 T1854 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3
   [junit4]   2> 968895 T1854 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3/index/
   [junit4]   2> 968896 T1854 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 968896 T1854 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3/index
   [junit4]   2> 968904 T1854 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1376059154959/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 968904 T1854 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 968922 T1854 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 968923 T1854 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 968924 T1854 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 968926 T1854 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 968927 T1854 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 968928 T1854 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 968929 T1854 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 968935 T1854 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 968936 T1854 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 968960 T1854 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 968978 T1854 oass.SolrIndexSearcher.<init> Opening Searcher@13f037fa main
   [junit4]   2> 968981 T1854 oasu.CommitTracker.<

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

lbacks=0,expungeDeletes=0,docsPending=785,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=785,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2639104 T5092 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2639105 T5092 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2639105 T5092 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> ASYNC  NEW_CORE C2581 name=00001_core org.apache.solr.core.SolrCore@17398876
   [junit4]   2> 2639133 T5092 C2581 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71a24c1f),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71a24c1f),segFN=segments_2,generation=2}
   [junit4]   2> 2639134 T5092 C2581 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2639136 T5092 oasc.SolrCore.closeSearcher [00001_core] Closing main searcher on request.
   [junit4]   2> 2639142 T5092 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2639143 T5092 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index;done=false>>]
   [junit4]   2> 2639143 T5092 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index
   [junit4]   2> 2639310 T5092 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data;done=false>>]
   [junit4]   2> 2639312 T5092 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data
   [junit4]   2> 2639314 T5092 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2642928 T5092 oas.SolrTestCaseJ4.tearDown ###Ending test30SecondsOld
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OpenCloseCoreStressTest -Dtests.method=test30SecondsOld -Dtests.seed=43434CDF7DA6989 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Asmara -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 45.8s | OpenCloseCoreStressTest.test30SecondsOld <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Core 00000_core bad! expected:<796> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43434CDF7DA6989:2805BE936B3A44EA]:0)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:307)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:201)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsOld(OpenCloseCoreStressTest.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test1HourNew
   [junit4]    > Assumption #1: 'weekly' test group is disabled (@Weekly)
   [junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test1HourOld
   [junit4]    > Assumption #1: 'weekly' test group is disabled (@Weekly)
   [junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test10MinutesOld
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4]   2> 2642945 T5092 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Lucene41WithOrds), text=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=fi, timezone=Africa/Asmara
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=95393136,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomMergePolicy, TestLMDirichletSimilarityFactory, SpellCheckCollatorTest, TestFastLRUCache, HdfsLockFactoryTest, TestElisionMultitermQuery, ZkCLITest, SolrInfoMBeanTest, TestMultiCoreConfBootstrap, TestBinaryField, BadIndexSchemaTest, TestCloudManagedSchemaAddField, TestSolrQueryParser, RecoveryZkTest, NoCacheHeaderTest, TestSolrXmlPersistence, ZkNodePropsTest, WordBreakSolrSpellCheckerTest, ConvertedLegacyTest, HdfsCollectionsAPIDistributedZkTest, TestWordDelimiterFilterFactory, CachingDirectoryFactoryTest, TestNumberUtils, AutoCommitTest, ShardRoutingTest, TestDocSet, IndexBasedSpellCheckerTest, BasicZkTest, TestRecovery, RequestHandlersTest, DistributedQueryElevationComponentTest, TestStressVersions, DOMUtilTest, TestManagedSchemaFieldResource, TestInfoStreamLogging, UniqFieldsUpdateProcessorFactoryTest, URLClassifyProcessorTest, AlternateDirectoryTest, QueryResultKeyTest, DisMaxRequestHandlerTest, MoreLikeThisHandlerTest, TestTrie, TestSort, TestDFRSimilarityFactory, DocumentBuilderTest, TestFunctionQuery, DistanceFunctionTest, BadComponentTest, TestSweetSpotSimilarityFactory, TestSolrXml, TestLazyCores, NotRequiredUniqueKeyTest, SolrCmdDistributorTest, ClusterStateUpdateTest, BasicDistributedZk2Test, TestFastOutputStream, TestPseudoReturnFields, TestOmitPositions, TestFiltering, TermsComponentTest, TestShardHandlerFactory, SolrCoreCheckLockOnStartupTest, TestCollationField, ClusterStateTest, ChaosMonkeySafeLeaderTest, TestSolrDeletionPolicy2, PrimitiveFieldTypeTest, TestJmxIntegration, SliceStateTest, TestSolrCoreProperties, TestSchemaNameResource, TestSurroundQueryParser, SoftAutoCommitTest, TestPhraseSuggestions, DirectUpdateHandlerTest, SOLR749Test, TimeZoneUtilsTest, UpdateRequestProcessorFactoryTest, AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest, TestFieldResource, FileUtilsTest, TestJmxMonitoredMap, SignatureUpdateProcessorFactoryTest, TestConfig, UpdateParamsTest, SynonymTokenizerTest, TestSolrQueryParserResource, TestUpdate, HdfsBasicDistributedZk2Test, SolrRequestParserTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestBadConfig, OverseerCollectionProcessorTest, BasicDistributedZkTest, TestCharFilters, OverseerTest, SolrCoreTest, TermVectorComponentTest, HdfsUnloadDistributedZkTest, SpellPossibilityIteratorTest, TestIndexingPerformance, DeleteShardTest, TestValueSourceCache, ParsingFieldUpdateProcessorsTest, HdfsDirectoryTest, TestJoin, DateFieldTest, TestDistributedGrouping, PathHierarchyTokenizerFactoryTest, TestPartialUpdateDeduplication, DirectSolrSpellCheckerTest, TestFaceting, QueryElevationComponentTest, TestFoldingMultitermQuery, TestSchemaVersionResource, TestSolrDeletionPolicy1, FullSolrCloudDistribCmdsTest, OpenExchangeRatesOrgProviderTest, LeaderElectionIntegrationTest, TestSuggestSpellingConverter, TestXIncludeConfig, TestIBSimilarityFactory, TestCloudManagedSchema, TestSchemaSimilarityResource, ReturnFieldsTest, EchoParamsTest, TestArbitraryIndexDir, LoggingHandlerTest, TestRecoveryHdfs, TestCopyFieldCollectionResource, SystemInfoHandlerTest, BlockDirectoryTest, SolrTestCaseJ4Test, DistributedSpellCheckComponentTest, HardAutoCommitTest, TestReloadAndDeleteDocs, ShowFileRequestHandlerTest, RegexBoostProcessorTest, TestQueryTypes, TestFastWriter, ScriptEngineTest, ZkControllerTest, TestCodecSupport, CopyFieldTest, CoreAdminHandlerTest, DistributedTermsComponentTest, TestQuerySenderNoQuery, CoreContainerCoreInitFailuresTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest]
   [junit4] Completed in 96.89s, 6 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 484 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 318 suites, 1345 tests, 1 error, 1 failure, 40 ignored (5 assumptions)

Total time: 110 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure