You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/02/08 00:00:41 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4607 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4607/

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

Error Message:
document count mismatch.  control=866 sum(shards)=865 cloudClient=865

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=866 sum(shards)=865 cloudClient=865
	at __randomizedtesting.SeedInfo.seed([E98E98FBBE65F865:686816E3C93A9859]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1215)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:213)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	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)


REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
collection already exists: testcollection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: testcollection
	at __randomizedtesting.SeedInfo.seed([E98E98FBBE65F865:686816E3C93A9859]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:495)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:283)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1623)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1649)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:164)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	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 10167 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 42829 T38 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zc_th/rq
   [junit4]   2> 42863 T38 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyNothingIsSafeTest-1391811899330
   [junit4]   2> 42874 T38 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 42884 T39 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 43085 T38 oasc.ZkTestServer.run start zk server on port:64455
   [junit4]   2> 43261 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 43397 T45 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a210faa name:ZooKeeperConnection Watcher:127.0.0.1:64455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 43398 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 43405 T38 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 43522 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 43526 T47 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e80094e name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 43526 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 43534 T38 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 43541 T38 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 43546 T38 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 43550 T38 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 43556 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 43601 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 43616 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 43617 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 43732 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 43733 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 43739 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 43740 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 43746 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 43747 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 43752 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 43753 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 43758 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 43759 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 43765 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 43766 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 43771 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 43772 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 43777 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 43778 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 43784 T38 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 43785 T38 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 44854 T38 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 45168 T38 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:40699
   [junit4]   2> 45218 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 45219 T38 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 45219 T38 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258
   [junit4]   2> 45219 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/'
   [junit4]   2> 45251 T38 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/solr.xml
   [junit4]   2> 45333 T38 oasc.CoreContainer.<init> New CoreContainer 1783652833
   [junit4]   2> 45333 T38 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/]
   [junit4]   2> 45396 T38 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 45397 T38 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 45397 T38 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 45398 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 45398 T38 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 45399 T38 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 45399 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 45399 T38 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 45400 T38 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 45410 T38 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 45410 T38 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 45411 T38 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 45411 T38 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64455/solr
   [junit4]   2> 45444 T38 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 45445 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 45448 T59 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40d08a8e name:ZooKeeperConnection Watcher:127.0.0.1:64455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45449 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 45460 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 45463 T61 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54525b64 name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45463 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 45475 T38 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 45488 T38 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 45510 T38 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 45513 T38 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40699_zc_th%2Frq
   [junit4]   2> 45521 T38 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40699_zc_th%2Frq
   [junit4]   2> 45526 T38 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 45529 T38 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 45563 T38 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40699_zc_th%2Frq
   [junit4]   2> 45564 T38 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 45567 T38 oasc.Overseer.start Overseer (id=91213784651857923-127.0.0.1:40699_zc_th%2Frq-n_0000000000) starting
   [junit4]   2> 45602 T38 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 45627 T63 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 45627 T38 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 45630 T38 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 45633 T38 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 45643 T63 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 45657 T62 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 45675 T64 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 45676 T64 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 45683 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45683 T64 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 45690 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 45691 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40699/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40699_zc_th%2Frq",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 45692 T62 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 45722 T62 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 45727 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45740 T61 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> 46685 T64 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 46686 T64 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/collection1
   [junit4]   2> 46686 T64 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 46687 T64 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 46688 T64 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 46689 T64 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 46690 T64 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/collection1/'
   [junit4]   2> 46693 T64 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/collection1/lib/classes/' to classloader
   [junit4]   2> 46694 T64 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/collection1/lib/README' to classloader
   [junit4]   2> 46826 T64 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 46903 T64 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 47005 T64 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 47024 T64 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 47688 T64 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 47694 T64 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 47698 T64 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 47711 T64 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 47807 T64 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 47871 T64 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1391811900258/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/
   [junit4]   2> 47873 T64 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6b6e76
   [junit4]   2> 47886 T64 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data
   [junit4]   2> 47887 T64 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/index/
   [junit4]   2> 47889 T64 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 47890 T64 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/index
   [junit4]   2> 47892 T64 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 47899 T64 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 47900 T64 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 47921 T64 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 47922 T64 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 47922 T64 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 47923 T64 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 47924 T64 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 47924 T64 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 47926 T64 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 47926 T64 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 47927 T64 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 47928 T64 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 47930 T64 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 47931 T64 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 47932 T64 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 47933 T64 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 47934 T64 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 47936 T64 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 47938 T64 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 47964 T64 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 47970 T64 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 47971 T64 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 47973 T64 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=583975077, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 47976 T64 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 47977 T64 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 47978 T64 oass.SolrIndexSearcher.<init> Opening Searcher@66f3f312[collection1] main
   [junit4]   2> 47992 T65 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66f3f312[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 48005 T64 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 48007 T38 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 48007 T68 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40699/zc_th/rq collection:control_collection shard:shard1
   [junit4]   2> 48007 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 48050 T68 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 48101 T68 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 48106 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48108 T68 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 48108 T68 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 48110 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@6c082c3f url=http://127.0.0.1:40699/zc_th/rq/collection1 node=127.0.0.1:40699_zc_th%2Frq C20_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:40699/zc_th/rq, core=collection1, node_name=127.0.0.1:40699_zc_th%2Frq}
   [junit4]   2> 48119 T68 C20 P40699 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40699/zc_th/rq/collection1/
   [junit4]   2> 48120 T68 C20 P40699 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 48120 T68 C20 P40699 oasc.SyncStrategy.syncToMe http://127.0.0.1:40699/zc_th/rq/collection1/ has no replicas
   [junit4]   2> 48121 T68 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40699/zc_th/rq/collection1/ shard1
   [junit4]   2> 48121 T68 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 48125 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48135 T61 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> 48167 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 48178 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48233 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 48236 T70 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2c8f0c name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 48236 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 48240 T38 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 48249 T38 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 48284 T70 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> 48284 T61 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> 48319 T68 oasc.ZkController.register We are http://127.0.0.1:40699/zc_th/rq/collection1/ and leader is http://127.0.0.1:40699/zc_th/rq/collection1/
   [junit4]   2> 48320 T68 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40699/zc_th/rq
   [junit4]   2> 48320 T68 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 48321 T68 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 48321 T68 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 48324 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48325 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48326 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48326 T68 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 48329 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 48333 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40699/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40699_zc_th%2Frq",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 48340 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 48448 T70 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> 48449 T61 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> 48643 T38 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 48644 T38 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 48647 T38 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47497
   [junit4]   2> 48648 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 48649 T38 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 48649 T38 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715
   [junit4]   2> 48650 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/'
   [junit4]   2> 48704 T38 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/solr.xml
   [junit4]   2> 48841 T38 oasc.CoreContainer.<init> New CoreContainer 1245173695
   [junit4]   2> 48842 T38 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/]
   [junit4]   2> 48844 T38 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 48845 T38 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 48845 T38 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 48846 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 48846 T38 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 48847 T38 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 48847 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 48848 T38 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 48848 T38 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 48862 T38 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 48863 T38 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 48864 T38 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 48865 T38 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64455/solr
   [junit4]   2> 48865 T38 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 48866 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 48873 T81 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@183562aa name:ZooKeeperConnection Watcher:127.0.0.1:64455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 48876 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 48924 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 48926 T83 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5316c9ca name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 48926 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 48936 T38 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 49945 T38 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47497_zc_th%2Frq
   [junit4]   2> 49950 T38 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47497_zc_th%2Frq
   [junit4]   2> 49957 T70 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 49957 T83 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 49957 T61 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 49981 T84 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 49982 T84 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 49985 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49985 T84 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 49986 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49987 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49990 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 49992 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47497/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47497_zc_th%2Frq",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 49993 T62 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 49993 T62 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 50000 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 50003 T61 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> 50003 T70 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> 50003 T83 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> 50987 T84 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 50987 T84 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/collection1
   [junit4]   2> 50988 T84 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 50989 T84 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 50990 T84 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 50992 T84 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 50992 T84 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/collection1/'
   [junit4]   2> 50994 T84 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/collection1/lib/README' to classloader
   [junit4]   2> 50995 T84 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/collection1/lib/classes/' to classloader
   [junit4]   2> 51100 T84 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 51214 T84 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 51317 T84 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 51347 T84 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 52148 T84 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 52153 T84 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 52156 T84 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 52166 T84 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 52250 T84 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 52251 T84 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1391811904715/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/
   [junit4]   2> 52251 T84 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6b6e76
   [junit4]   2> 52254 T84 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1
   [junit4]   2> 52255 T84 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/index/
   [junit4]   2> 52256 T84 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 52258 T84 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/index
   [junit4]   2> 52259 T84 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 52265 T84 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 52265 T84 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 52281 T84 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 52282 T84 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 52283 T84 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 52283 T84 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 52284 T84 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 52285 T84 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 52285 T84 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 52286 T84 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 52286 T84 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 52289 T84 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 52291 T84 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 52291 T84 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 52292 T84 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 52295 T84 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 52296 T84 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 52300 T84 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 52302 T84 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 52321 T84 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52327 T84 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 52327 T84 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 52331 T84 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=583975077, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 52333 T84 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 52334 T84 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 52334 T84 oass.SolrIndexSearcher.<init> Opening Searcher@7b75bce4[collection1] main
   [junit4]   2> 52353 T85 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b75bce4[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 52369 T84 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 52370 T38 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 52370 T88 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47497/zc_th/rq collection:collection1 shard:shard2
   [junit4]   2> 52371 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 52374 T88 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 52461 T88 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 52472 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52473 T88 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 52473 T88 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@9a15dde url=http://127.0.0.1:47497/zc_th/rq/collection1 node=127.0.0.1:47497_zc_th%2Frq C21_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:47497/zc_th/rq, core=collection1, node_name=127.0.0.1:47497_zc_th%2Frq}
   [junit4]   2> 52474 T88 C21 P47497 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47497/zc_th/rq/collection1/
   [junit4]   2> 52475 T88 C21 P47497 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 52475 T88 C21 P47497 oasc.SyncStrategy.syncToMe http://127.0.0.1:47497/zc_th/rq/collection1/ has no replicas
   [junit4]   2> 52475 T88 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47497/zc_th/rq/collection1/ shard2
   [junit4]   2> 52476 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 52476 T88 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 52491 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52498 T83 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> 52498 T70 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> 52498 T61 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> 52513 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 52520 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52625 T61 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> 52625 T83 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> 52625 T70 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> 52664 T88 oasc.ZkController.register We are http://127.0.0.1:47497/zc_th/rq/collection1/ and leader is http://127.0.0.1:47497/zc_th/rq/collection1/
   [junit4]   2> 52664 T88 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47497/zc_th/rq
   [junit4]   2> 52664 T88 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 52665 T88 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 52665 T88 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 52668 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52668 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52668 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52668 T88 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 52671 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 52672 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47497/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47497_zc_th%2Frq",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 52677 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 52746 T38 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 52748 T38 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 52751 T38 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:31010
   [junit4]   2> 52752 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 52752 T38 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 52753 T38 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839
   [junit4]   2> 52753 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/'
   [junit4]   2> 52782 T61 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> 52782 T83 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> 52782 T70 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> 52808 T38 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/solr.xml
   [junit4]   2> 52938 T38 oasc.CoreContainer.<init> New CoreContainer 1215814045
   [junit4]   2> 52939 T38 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/]
   [junit4]   2> 52941 T38 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 52941 T38 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 52942 T38 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 52942 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 52943 T38 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 52943 T38 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 52944 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 52944 T38 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 52945 T38 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 52959 T38 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 52960 T38 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 52960 T38 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 52961 T38 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64455/solr
   [junit4]   2> 52961 T38 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 52962 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 52966 T99 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@346ff796 name:ZooKeeperConnection Watcher:127.0.0.1:64455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 52966 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 52970 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 52975 T101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b18fda6 name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 52975 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 52987 T38 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 53993 T38 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:31010_zc_th%2Frq
   [junit4]   2> 53996 T38 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:31010_zc_th%2Frq
   [junit4]   2> 54000 T70 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 54000 T83 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 54000 T101 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 54000 T61 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 54020 T102 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 54020 T102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 54022 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 54022 T102 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 54022 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 54023 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 54025 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 54026 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:31010/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:31010_zc_th%2Frq",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 54027 T62 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 54027 T62 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 54031 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 54148 T70 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> 54148 T101 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> 54148 T83 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> 54148 T61 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> 55024 T102 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 55024 T102 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/collection1
   [junit4]   2> 55024 T102 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 55025 T102 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 55026 T102 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 55027 T102 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 55027 T102 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/collection1/'
   [junit4]   2> 55029 T102 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/collection1/lib/classes/' to classloader
   [junit4]   2> 55029 T102 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/collection1/lib/README' to classloader
   [junit4]   2> 55096 T102 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 55162 T102 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 55264 T102 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 55281 T102 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 55811 T102 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 55815 T102 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 55817 T102 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 55823 T102 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 55864 T102 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 55865 T102 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1391811908839/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/
   [junit4]   2> 55865 T102 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6b6e76
   [junit4]   2> 55867 T102 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2
   [junit4]   2> 55868 T102 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/index/
   [junit4]   2> 55869 T102 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 55870 T102 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/index
   [junit4]   2> 55871 T102 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 55875 T102 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 55875 T102 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 55884 T102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 55884 T102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 55885 T102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 55885 T102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 55885 T102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 55886 T102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 55886 T102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 55886 T102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 55887 T102 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 55888 T102 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 55889 T102 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 55889 T102 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 55890 T102 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 55891 T102 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 55892 T102 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 55893 T102 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 55894 T102 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 55910 T102 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 55914 T102 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 55914 T102 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 55917 T102 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=583975077, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 55918 T102 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1391811899329/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 55919 T102 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 55919 T102 oass.SolrIndexSearcher.<init> Opening Searcher@3d0cd13f[collection1] main
   [junit4]   2> 55929 T103 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d0cd13f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 55935 T102 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 55936 T38 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 55937 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 55936 T106 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:31010/zc_th/rq collection:collection1 shard:shard1
   [junit4]   2> 55939 T106 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 55955 T106 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 55966 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55966 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55966 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55966 T106 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 55967 T106 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@303f8b url=http://127.0.0.1:31010/zc_th/rq/collection1 node=127.0.0.1:31010_zc_th%2Frq C22_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:31010/zc_th/rq, core=collection1, node_name=127.0.0.1:31010_zc_th%2Frq}
   [junit4]   2> 55967 T106 C22 P31010 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:31010/zc_th/rq/collection1/
   [junit4]   2> 55967 T106 C22 P31010 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 55967 T106 C22 P31010 oasc.SyncStrategy.syncToMe http://127.0.0.1:31010/zc_th/rq/collection1/ has no replicas
   [junit4]   2> 55968 T106 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:31010/zc_th/rq/collection1/ shard1
   [junit4]   2> 55968 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 55968 T106 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 55977 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55980 T61 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> 55980 T83 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> 55980 T101 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> 55980 T70 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> 55985 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 55990 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56093 T83 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> 56093 T101 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> 56093 T70 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> 56093 T61 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> 56135 T106 oasc.ZkController.register We are http://127.0.0.1:31010/zc_th/rq/collection1/ and leader is http://127.0.0.1:31010/zc_th/rq/collection1/
   [junit4]   2> 56135 T106 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:31010/zc_th/rq
   [junit4]   2> 56135 T106 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 56135 T106 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 56136 T106 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 56137 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56138 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56138 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56138 T106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 56140 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 56141 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:31010/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:31010_zc_th%2Frq",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 56150 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56180 T38 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 56180 T38 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 56183 T38 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20709
   [junit4]   2> 56183 T38 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 56184 T38 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 56184 T38 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1391811912403
   [junit4]   2> 56185 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1391811912403/'
   [junit4]   2> 56216 T38 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1391811912403/solr.xml
   [junit4]   2> 56253 T101 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> 56253 T70 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> 56253 T83 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> 56253 T61 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> 56303 T38 oasc.CoreContainer.<init> New CoreContainer 661839323
   [junit4]   2> 56304 T38 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1391811912403/]
   [junit4]   2> 56306 T38 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 56306 T38 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 56306 T38 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 56307 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 56307 T38 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 56307 T38 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 56308 T38 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 56308 T38 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 56308 T38 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 56318 T38 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 56318 T38 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 56319 T38 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 56319 T38 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64455/solr
   [junit4]   2> 56322 T38 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 56322 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 56325 T117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66436918 name:ZooKeeperConnection Watcher:127.0.0.1:64455 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56325 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 56328 T38 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 56330 T119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dc188aa name:ZooKeeperConnection Watcher:127.0.0.1:64455/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56330 T38 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 56335 T38 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 57340 T38 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20709_zc_th%2Frq
   [junit4]   2> 57350 T38 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20709_zc_th%2Frq
   [junit4]   2> 57354 T101 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 57355 T119 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 57355 T70 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 57355 T83 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 57355 T61 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 57377 T120 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 57377 T120 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 57379 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57379 T120 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 57379 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57380 T61 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57382 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 57384 T62 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:20709/zc_th/rq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:20709_zc_th%2Frq",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 57384 T62 oasc.Overseer$Clus

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

eper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> ASYNC  NEW_CORE C688 name=collection1 org.apache.solr.core.SolrCore@326bfba4 url=http://127.0.0.1:24470/collection1 node=127.0.0.1:24470_ C688_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:24470, core=collection1, node_name=127.0.0.1:24470_}
   [junit4]   2> 949957 T3201 C688 P24470 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 949957 T3201 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 949957 T3201 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@326bfba4
   [junit4]   2> 949960 T3201 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=8,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=6,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=49,cumulative_deletesById=24,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=2}
   [junit4]   2> 949960 T3201 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 949961 T3201 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 949961 T3201 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 949961 T3201 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 949964 T3201 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 949965 T3201 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12/index.20140208083822326 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12/index.20140208083822326;done=false>>]
   [junit4]   2> 949965 T3201 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12/index.20140208083822326
   [junit4]   2> 949965 T3201 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12;done=false>>]
   [junit4]   2> 949965 T3201 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1391812653303/jetty12
   [junit4]   2> 949965 T3201 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 949966 T3201 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene46: {a_si=PostingsFormat(name=Lucene41WithOrds), _version_=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=NestedPulsing), id=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=in, timezone=Asia/Khandyga
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=89868648,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [FieldFacetExtrasTest, TestDocBasedVersionConstraints, TestCustomSort, TestAnalyzeInfixSuggestions, ResponseLogComponentTest, TestStressUserVersions, ClusterStateTest, SystemInfoHandlerTest, TestCloudManagedSchema, TestElisionMultitermQuery, SpatialFilterTest, QueryEqualityTest, SynonymTokenizerTest, BasicDistributedZkTest, QueryElevationComponentTest, PreAnalyzedUpdateProcessorTest, ExternalFileFieldSortTest, TestSolrQueryParserResource, TestPostingsSolrHighlighter, WordBreakSolrSpellCheckerTest, CopyFieldTest, BlockCacheTest, PeerSyncTest, SliceStateTest, UpdateParamsTest, TestLMDirichletSimilarityFactory, SchemaVersionSpecificBehaviorTest, TestSurroundQueryParser, DistributedDebugComponentTest, CoreAdminHandlerTest, LeaderElectionTest, JsonLoaderTest, SolrXmlInZkTest, TestLMJelinekMercerSimilarityFactory, TestCharFilters, AnalysisAfterCoreReloadTest, UnloadDistributedZkTest, SolrInfoMBeanTest, TestDocumentBuilder, RecoveryZkTest, DistributedSpellCheckComponentTest, InfoHandlerTest, ConnectionManagerTest, IndexSchemaTest, TestNRTOpen, TestBadConfig, CoreAdminCreateDiscoverTest, TestSolrQueryParser, TestLFUCache, TestBM25SimilarityFactory, TestDocSet, DistributedQueryElevationComponentTest, TestClassNameShortening, DistributedSuggestComponentTest, SolrIndexSplitterTest, TestCoreContainer, TestGroupingSearch, SimpleFacetsTest, SearchHandlerTest, BJQParserTest, TestTrie, TestManagedSchema, TestJoin, TestNonNRTOpen, TestSolrXMLSerializer, TermVectorComponentTest, TestRealTimeGet, TestReplicationHandler, TestWriterPerf, TestSolrXmlPersistor, TermsComponentTest, TestSerializedLuceneMatchVersion, TestSystemIdResolver, TestLRUCache, SolrTestCaseJ4Test, SpellPossibilityIteratorTest, BadComponentTest, TestQueryUtils, TestSolrDeletionPolicy1, DirectUpdateHandlerOptimizeTest, DocumentBuilderTest, TestPerFieldSimilarity, DateMathParserTest, TestSchemaVersionResource, ResourceLoaderTest, TestJmxMonitoredMap, TestDefaultSearchFieldResource, FieldMutatingUpdateProcessorTest, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J0 in 153.96s, 1 test, 1 error <<< FAILURES!

[...truncated 751 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:453: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:433: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:491: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1268: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:901: There were test failures: 368 suites, 1595 tests, 1 error, 1 failure, 35 ignored (7 assumptions)

Total time: 63 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure