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

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_51) - Build # 3693 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3693/
Java: 32bit/jdk1.7.0_51 -server -XX:+UseConcMarkSweepGC

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

Error Message:
expected:<0> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<4>
	at __randomizedtesting.SeedInfo.seed([9A148BCC8FD77B2E:1BF205D4F8881B12]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:140)
	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:744)


REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1

Stack Trace:
org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at __randomizedtesting.SeedInfo.seed([9A148BCC8FD77B2E:9E1C043F9D72940F]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$10.execute(SolrZkClient.java:429)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:426)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:383)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:370)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:156)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:153)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:584)
	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:744)




Build Log:
[...truncated 10415 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 1115065 T4473 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1115072 T4473 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-ChaosMonkeySafeLeaderTest-1392114598960
   [junit4]   2> 1115078 T4473 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1115079 T4474 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1115188 T4473 oasc.ZkTestServer.run start zk server on port:62656
   [junit4]   2> 1115192 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1115200 T4480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1560666 name:ZooKeeperConnection Watcher:127.0.0.1:62656 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1115201 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1115201 T4473 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1115208 T4475 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144207f043b0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1115211 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1115215 T4482 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15663ec name:ZooKeeperConnection Watcher:127.0.0.1:62656/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1115215 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1115216 T4473 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1115223 T4473 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1115228 T4473 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1115234 T4473 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1115240 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1115240 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1115250 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1115250 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1115256 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1115257 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1115264 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1115264 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1115270 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1115271 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1115276 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1115276 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1115284 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1115284 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1115292 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1115292 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1115297 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1115298 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1115305 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1115305 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1115311 T4473 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1115312 T4473 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1116053 T4473 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1116065 T4473 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62663
   [junit4]   2> 1116066 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1116066 T4473 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1116066 T4473 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203
   [junit4]   2> 1116068 T4473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\'
   [junit4]   2> 1116118 T4473 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\solr.xml
   [junit4]   2> 1116260 T4473 oasc.CoreContainer.<init> New CoreContainer 24960313
   [junit4]   2> 1116260 T4473 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\]
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1116266 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1116269 T4473 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1116269 T4473 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1116278 T4473 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1116280 T4473 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1116280 T4473 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1116280 T4473 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62656/solr
   [junit4]   2> 1116282 T4473 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1116285 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1116289 T4493 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ff60e name:ZooKeeperConnection Watcher:127.0.0.1:62656 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1116291 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1116297 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1116301 T4495 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d478e7 name:ZooKeeperConnection Watcher:127.0.0.1:62656/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1116301 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1116306 T4473 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1116314 T4473 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1116322 T4473 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1116327 T4473 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62663_
   [junit4]   2> 1116329 T4473 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62663_
   [junit4]   2> 1116341 T4473 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1116346 T4473 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1116358 T4473 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62663_
   [junit4]   2> 1116358 T4473 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1116364 T4473 oasc.Overseer.start Overseer (id=91233622358163459-127.0.0.1:62663_-n_0000000000) starting
   [junit4]   2> 1116378 T4473 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1116388 T4497 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1116389 T4473 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1116391 T4497 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1116397 T4473 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1116403 T4473 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1116412 T4496 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1116419 T4498 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1116419 T4498 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1116424 T4498 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1116424 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1116428 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1116429 T4496 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:62663",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62663_",
   [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> 1116429 T4496 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1116429 T4496 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1116438 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1116440 T4495 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> 1117524 T4498 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1117524 T4498 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\collection1
   [junit4]   2> 1117524 T4498 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1117526 T4498 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1117526 T4498 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1117530 T4498 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1117530 T4498 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\collection1\'
   [junit4]   2> 1117532 T4498 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203/collection1/lib/classes/' to classloader
   [junit4]   2> 1117532 T4498 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203/collection1/lib/README' to classloader
   [junit4]   2> 1117648 T4498 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1117777 T4498 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1117782 T4498 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1117798 T4498 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1118686 T4498 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1118691 T4498 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1118695 T4498 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1118702 T4498 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1118756 T4498 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1118758 T4498 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1392114599203\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/control/data\
   [junit4]   2> 1118758 T4498 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1897bdf
   [junit4]   2> 1118758 T4498 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\control\data
   [junit4]   2> 1118758 T4498 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/control/data\index/
   [junit4]   2> 1118761 T4498 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1118761 T4498 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\control\data\index
   [junit4]   2> 1118763 T4498 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1118774 T4498 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\control\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1118774 T4498 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1118778 T4498 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1118778 T4498 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1118779 T4498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1118779 T4498 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1118779 T4498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1118779 T4498 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1118781 T4498 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1118781 T4498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1118781 T4498 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1118782 T4498 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1118783 T4498 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1118783 T4498 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1118783 T4498 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1118784 T4498 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1118784 T4498 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1118784 T4498 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1118792 T4498 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1118799 T4498 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1118799 T4498 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1118800 T4498 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=46.1748046875, floorSegmentMB=1.46875, forceMergeDeletesPctAllowed=4.495079438487549, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1118800 T4498 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\control\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1118800 T4498 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1118803 T4498 oass.SolrIndexSearcher.<init> Opening Searcher@cf674a[collection1] main
   [junit4]   2> 1118808 T4499 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cf674a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1118812 T4498 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1118814 T4473 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1118814 T4502 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62663 collection:control_collection shard:shard1
   [junit4]   2> 1118815 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1118820 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1118820 T4502 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1118825 T4504 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d0bc4 name:ZooKeeperConnection Watcher:127.0.0.1:62656/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1118826 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1118832 T4473 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1118842 T4473 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1118847 T4502 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1118854 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1118856 T4502 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1118856 T4502 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1746 name=collection1 org.apache.solr.core.SolrCore@4fa073 url=http://127.0.0.1:62663/collection1 node=127.0.0.1:62663_ C1746_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:62663, core=collection1, node_name=127.0.0.1:62663_}
   [junit4]   2> 1118856 T4502 C1746 P62663 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62663/collection1/
   [junit4]   2> 1118856 T4502 C1746 P62663 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1118856 T4502 C1746 P62663 oasc.SyncStrategy.syncToMe http://127.0.0.1:62663/collection1/ has no replicas
   [junit4]   2> 1118856 T4502 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62663/collection1/ shard1
   [junit4]   2> 1118856 T4502 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1118862 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1118880 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1118885 T4504 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> 1118886 T4495 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> 1118904 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1118913 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1119026 T4495 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> 1119026 T4504 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> 1119057 T4502 oasc.ZkController.register We are http://127.0.0.1:62663/collection1/ and leader is http://127.0.0.1:62663/collection1/
   [junit4]   2> 1119057 T4502 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62663
   [junit4]   2> 1119057 T4502 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1119057 T4502 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1119057 T4502 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1119062 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1119062 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1119062 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1119065 T4502 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1119068 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1119070 T4496 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62663",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62663_",
   [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":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1119078 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1119184 T4495 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> 1119184 T4504 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> 1119636 T4473 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1119637 T4473 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1119642 T4473 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62675
   [junit4]   2> 1119643 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1119643 T4473 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1119643 T4473 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727
   [junit4]   2> 1119644 T4473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\'
   [junit4]   2> 1119684 T4473 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\solr.xml
   [junit4]   2> 1119808 T4473 oasc.CoreContainer.<init> New CoreContainer 18651467
   [junit4]   2> 1119808 T4473 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\]
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1119812 T4473 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1119817 T4473 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1119817 T4473 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1119817 T4473 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1119819 T4473 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62656/solr
   [junit4]   2> 1119819 T4473 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1119822 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1119830 T4515 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9440d6 name:ZooKeeperConnection Watcher:127.0.0.1:62656 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1119831 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1119834 T4475 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144207f043b0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1119837 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1119840 T4517 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38cdba name:ZooKeeperConnection Watcher:127.0.0.1:62656/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1119841 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1119849 T4473 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1120846 T4473 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62675_
   [junit4]   2> 1120849 T4473 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62675_
   [junit4]   2> 1120856 T4495 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1120856 T4504 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1120856 T4517 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1120873 T4518 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1120873 T4518 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1120876 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1120876 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1120876 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1120877 T4518 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1120879 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1120880 T4496 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62675",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62675_",
   [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":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1120881 T4496 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1120881 T4496 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1120888 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1120890 T4495 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> 1120890 T4517 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> 1120890 T4504 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> 1121867 T4518 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1121867 T4518 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\collection1
   [junit4]   2> 1121868 T4518 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1121869 T4518 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1121869 T4518 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1121871 T4518 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1121871 T4518 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\collection1\'
   [junit4]   2> 1121874 T4518 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727/collection1/lib/classes/' to classloader
   [junit4]   2> 1121877 T4518 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727/collection1/lib/README' to classloader
   [junit4]   2> 1121968 T4518 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1122098 T4518 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1122102 T4518 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1122117 T4518 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1122981 T4518 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1122987 T4518 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1122990 T4518 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1123001 T4518 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1123058 T4518 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1123058 T4518 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1392114602727\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/jetty1\
   [junit4]   2> 1123058 T4518 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1897bdf
   [junit4]   2> 1123058 T4518 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty1
   [junit4]   2> 1123058 T4518 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/jetty1\index/
   [junit4]   2> 1123061 T4518 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1123061 T4518 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty1\index
   [junit4]   2> 1123062 T4518 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1123071 T4518 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty1\index,segFN=segments_1,generation=1}
   [junit4]   2> 1123071 T4518 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1123074 T4518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1123075 T4518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1123075 T4518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1123076 T4518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1123076 T4518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1123076 T4518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1123077 T4518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1123077 T4518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1123077 T4518 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1123078 T4518 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1123079 T4518 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1123079 T4518 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1123079 T4518 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1123081 T4518 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1123081 T4518 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1123082 T4518 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1123090 T4518 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1123097 T4518 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1123097 T4518 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1123098 T4518 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=46.1748046875, floorSegmentMB=1.46875, forceMergeDeletesPctAllowed=4.495079438487549, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1123100 T4518 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty1\index,segFN=segments_1,generation=1}
   [junit4]   2> 1123100 T4518 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1123100 T4518 oass.SolrIndexSearcher.<init> Opening Searcher@167ab2e[collection1] main
   [junit4]   2> 1123103 T4519 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@167ab2e[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1123107 T4518 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1123108 T4473 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1123109 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1123109 T4522 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62675 collection:collection1 shard:shard1
   [junit4]   2> 1123113 T4522 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1123138 T4522 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1123145 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123147 T4522 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1123147 T4522 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1747 name=collection1 org.apache.solr.core.SolrCore@432278 url=http://127.0.0.1:62675/collection1 node=127.0.0.1:62675_ C1747_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:62675, core=collection1, node_name=127.0.0.1:62675_}
   [junit4]   2> 1123147 T4522 C1747 P62675 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62675/collection1/
   [junit4]   2> 1123147 T4522 C1747 P62675 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1123147 T4522 C1747 P62675 oasc.SyncStrategy.syncToMe http://127.0.0.1:62675/collection1/ has no replicas
   [junit4]   2> 1123147 T4522 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62675/collection1/ shard1
   [junit4]   2> 1123147 T4522 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1123154 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1123167 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123171 T4517 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> 1123172 T4495 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> 1123173 T4504 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> 1123190 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1123198 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123303 T4517 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> 1123304 T4495 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> 1123305 T4504 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> 1123333 T4522 oasc.ZkController.register We are http://127.0.0.1:62675/collection1/ and leader is http://127.0.0.1:62675/collection1/
   [junit4]   2> 1123333 T4522 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62675
   [junit4]   2> 1123333 T4522 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1123333 T4522 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1123333 T4522 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1123336 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123336 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123337 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123337 T4522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1123342 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1123343 T4496 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62675",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62675_",
   [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":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1123350 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1123454 T4517 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> 1123455 T4504 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> 1123455 T4495 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> 1123898 T4473 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1123899 T4473 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1123905 T4473 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62684
   [junit4]   2> 1123906 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1123906 T4473 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1123907 T4473 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994
   [junit4]   2> 1123907 T4473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\'
   [junit4]   2> 1123945 T4473 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\solr.xml
   [junit4]   2> 1124074 T4473 oasc.CoreContainer.<init> New CoreContainer 8057623
   [junit4]   2> 1124074 T4473 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\]
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1124080 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1124083 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1124083 T4473 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1124083 T4473 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1124092 T4473 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1124095 T4473 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1124095 T4473 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1124095 T4473 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62656/solr
   [junit4]   2> 1124095 T4473 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1124121 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1124131 T4533 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ed9655 name:ZooKeeperConnection Watcher:127.0.0.1:62656 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1124132 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1124135 T4475 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144207f043b0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1124137 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1124148 T4535 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@106f3f3 name:ZooKeeperConnection Watcher:127.0.0.1:62656/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1124148 T4473 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1124165 T4473 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1125160 T4473 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62684_
   [junit4]   2> 1125162 T4473 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62684_
   [junit4]   2> 1125170 T4517 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1125171 T4504 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1125171 T4535 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1125171 T4495 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1125191 T4536 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1125192 T4536 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1125195 T4536 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1125195 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1125196 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1125196 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1125200 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1125200 T4496 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62684",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62684_",
   [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":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1125200 T4496 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1125200 T4496 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1125208 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1125210 T4517 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> 1125211 T4495 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> 1125211 T4504 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> 1125211 T4535 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> 1126185 T4536 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1126185 T4536 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\collection1
   [junit4]   2> 1126185 T4536 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1126187 T4536 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1126187 T4536 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1126189 T4536 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1126189 T4536 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\collection1\'
   [junit4]   2> 1126191 T4536 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994/collection1/lib/classes/' to classloader
   [junit4]   2> 1126191 T4536 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994/collection1/lib/README' to classloader
   [junit4]   2> 1126299 T4536 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1126429 T4536 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1126434 T4536 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1126449 T4536 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1127347 T4536 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1127354 T4536 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1127356 T4536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1127366 T4536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1127426 T4536 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1127428 T4536 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1392114606994\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/jetty2\
   [junit4]   2> 1127428 T4536 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1897bdf
   [junit4]   2> 1127431 T4536 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty2
   [junit4]   2> 1127431 T4536 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957/jetty2\index/
   [junit4]   2> 1127434 T4536 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 1127434 T4536 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty2\index
   [junit4]   2> 1127436 T4536 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1127445 T4536 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty2\index,segFN=segments_1,generation=1}
   [junit4]   2> 1127445 T4536 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1127452 T4536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1127454 T4536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1127454 T4536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1127455 T4536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1127455 T4536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1127455 T4536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1127456 T4536 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1127457 T4536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1127457 T4536 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1127458 T4536 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1127459 T4536 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1127459 T4536 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1127459 T4536 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1127461 T4536 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1127462 T4536 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1127462 T4536 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1127477 T4536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1127487 T4536 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1127487 T4536 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1127488 T4536 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=46.1748046875, floorSegmentMB=1.46875, forceMergeDeletesPctAllowed=4.495079438487549, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1127489 T4536 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1392114598957\jetty2\index,segFN=segments_1,generation=1}
   [junit4]   2> 1127489 T4536 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1127492 T4536 oass.SolrIndexSearcher.<init> Opening Searcher@cd7715[collection1] main
   [junit4]   2> 1127498 T4537 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cd7715[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1127501 T4536 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1127502 T4473 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1127503 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1127503 T4540 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62684 collection:collection1 shard:shard3
   [junit4]   2> 1127511 T4540 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1127530 T4540 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1127536 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127540 T4540 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1127540 T4540 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1748 name=collection1 org.apache.solr.core.SolrCore@1cda762 url=http://127.0.0.1:62684/collection1 node=127.0.0.1:62684_ C1748_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:62684, core=collection1, node_name=127.0.0.1:62684_}
   [junit4]   2> 1127540 T4540 C1748 P62684 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62684/collection1/
   [junit4]   2> 1127540 T4540 C1748 P62684 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1127541 T4540 C1748 P62684 oasc.SyncStrategy.syncToMe http://127.0.0.1:62684/collection1/ has no replicas
   [junit4]   2> 1127542 T4540 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62684/collection1/ shard3
   [junit4]   2> 1127542 T4540 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1127546 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1127564 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127568 T4517 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> 1127570 T4495 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> 1127571 T4504 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> 1127572 T4535 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> 1127585 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1127592 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127698 T4517 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> 1127699 T4495 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> 1127699 T4504 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> 1127699 T4535 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> 1127728 T4540 oasc.ZkController.register We are http://127.0.0.1:62684/collection1/ and leader is http://127.0.0.1:62684/collection1/
   [junit4]   2> 1127728 T4540 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62684
   [junit4]   2> 1127728 T4540 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1127728 T4540 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1127728 T4540 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1127731 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127731 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127731 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127734 T4540 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1127737 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1127738 T4496 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62684",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62684_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1127746 T4495 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1127850 T4535 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> 1127851 T4495 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> 1127851 T4504 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> 1127852 T4517 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> 1128194 T4473 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1128195 T4473 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1128201 T4473 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62693
   [junit4]   2> 1128202 T4473 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1128203 T4473 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1128203 T4473 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1392114611387
   [junit4]   2> 1128203 T4473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1392114611387\'
   [junit4]   2> 1128251 T4473 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1392114611387\solr.xml
   [junit4]   2> 1128387 T4473 oasc.CoreContainer.<init> New CoreContainer 7109976
   [junit4]   2> 1128389 T4473 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1392114611387\]
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1128392 T4473 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1128394 T4473 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1128394 T4473 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1128401 T4473 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1128401 T4473 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1128401 T4473 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1128403 T4473 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62656/solr
   [junit4]   2> 1128404 T4473 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1128406 T4473 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1128411 T4551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@995718 name:ZooKeeperConnection Watcher:127.0.0.1:62656 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1128411 T4473 oascc.ConnectionManager.waitForConnected Clie

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

ged
   [junit4]   2> 2289274 T7754 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> 2289275 T7766 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> 2289279 T7429 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2289282 T7749 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1442090ea4b0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 2289284 T7766 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 2289284 T7754 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 2289287 T7749 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1442090ea4b0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 2289289 T7749 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1442090ea4b0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 2289291 T7429 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:64485 64485
   [junit4]   2> 2290997 T7763 oasc.Overseer$ClusterStateUpdater.run WARN Solr cannot talk to ZK, exiting Overseer main queue loop org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue-work
   [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.DistributedQueue.orderedChildren(DistributedQueue.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:160)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.poll(DistributedQueue.java:445)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:201)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 2291871 T7429 oas.SolrTestCaseJ4.tearDown ###Ending testDoubleAssignment
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2291874 T7429 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2291874 T7429 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2295305 T7429 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=fr_BE, timezone=Brazil/Acre
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_51 (32-bit)/cpus=2,threads=1,free=184826072,total=408973312
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomMergePolicy, TestFreeTextSuggestions, TestAnalyzedSuggestions, AliasIntegrationTest, ClusterStateTest, ConnectionManagerTest, TestCopyFieldCollectionResource, StatsComponentTest, TestSolr4Spatial, TestPseudoReturnFields, ZkControllerTest, TestNRTOpen, SolrTestCaseJ4Test, TestSchemaVersionResource, UpdateRequestProcessorFactoryTest, RequiredFieldsTest, TestFoldingMultitermQuery, TestCollationKeyRangeQueries, TestSchemaNameResource, TestNonNRTOpen, TestRecoveryHdfs, TestRandomDVFaceting, TestBM25SimilarityFactory, TestDynamicFieldResource, CopyFieldTest, LegacyHTMLStripCharFilterTest, BadComponentTest, TestFuzzyAnalyzedSuggestions, TestBlendedInfixSuggestions, CustomCollectionTest, TestStressLucene, TestSolrQueryParserDefaultOperatorResource, TestSweetSpotSimilarityFactory, DistributedTermsComponentTest, SpellCheckComponentTest, TestSolrCoreProperties, TestManagedSchemaFieldResource, DocValuesMissingTest, ScriptEngineTest, TestCloudManagedSchema, SolrIndexConfigTest, SolrPluginUtilsTest, TestDefaultSearchFieldResource, OverseerRolesTest, WordBreakSolrSpellCheckerTest, RequestHandlersTest, SolrXmlInZkTest, BasicDistributedZkTest, TestDocumentBuilder, FileBasedSpellCheckerTest, ShardSplitTest, CursorPagingTest, TestReversedWildcardFilterFactory, TestFastLRUCache, PreAnalyzedFieldTest, TestNumberUtils, HdfsUnloadDistributedZkTest, TestLFUCache, XsltUpdateRequestHandlerTest, TestSort, TestPhraseSuggestions, SuggestComponentTest, TestCodecSupport, PingRequestHandlerTest, TestSolrXml, TestNonDefinedSimilarityFactory, AssignTest, URLClassifyProcessorTest, SoftAutoCommitTest, PrimitiveFieldTypeTest, PeerSyncTest, TestXIncludeConfig, CurrencyFieldOpenExchangeTest, MultiTermTest, TestUtils, HdfsSyncSliceTest, TestBadConfig, QueryResultKeyTest, HdfsRecoveryZkTest, ShardRoutingCustomTest, TestArbitraryIndexDir, TestFaceting, FastVectorHighlighterTest, BlockDirectoryTest, TriLevelCompositeIdRoutingTest, DistributedDebugComponentTest, TestReplicationHandler, QueryParsingTest, TestExtendedDismaxParser, TestSurroundQueryParser, SimpleFacetsTest, HdfsBasicDistributedZk2Test, TestSolrDeletionPolicy2, TestDynamicFieldCollectionResource, TestIndexSearcher, CoreAdminHandlerTest, TestCollationFieldDocValues, TestFieldTypeResource, AlternateDirectoryTest, TestSolrDeletionPolicy1, TestRecovery, PrimUtilsTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestDistribDocBasedVersion, TestFastOutputStream, LoggingHandlerTest, ChaosMonkeySafeLeaderTest, JsonLoaderTest, SimplePostToolTest, PathHierarchyTokenizerFactoryTest, TestCoreContainer, SystemInfoHandlerTest, CSVRequestHandlerTest, CollectionsAPIDistributedZkTest, TestFastWriter, CacheHeaderTest, TestDocSet, SuggesterTSTTest, TestFileDictionaryLookup, SyncSliceTest, HdfsChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource, RAMDirectoryFactoryTest, TestLazyCores, ReturnFieldsTest, CircularListTest, TestSchemaResource, TestCollapseQParserPlugin, TestManagedSchema, TestValueSourceCache, TestUniqueKeyFieldResource, DirectSolrConnectionTest, CurrencyFieldXmlFileTest, ResponseLogComponentTest, TestQueryUtils, TestSystemIdResolver, StatelessScriptUpdateProcessorFactoryTest, TestRandomFaceting, SchemaVersionSpecificBehaviorTest, TestCSVResponseWriter, TestPHPSerializedResponseWriter, TestJmxIntegration, TestRangeQuery, TestAnalyzeInfixSuggestions, UUIDFieldTest, ParsingFieldUpdateProcessorsTest, TestSearchPerf, JSONWriterTest, TestDocBasedVersionConstraints, TestMaxScoreQueryParser, SpellPossibilityIteratorTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, SpellingQueryConverterTest, HighlighterConfigTest, TestLuceneMatchVersion, DebugComponentTest, DateMathParserTest, CoreAdminCreateDiscoverTest, SolrInfoMBeanTest, DistribCursorPagingTest, HdfsDirectoryTest, SuggesterTest, SolrIndexSplitterTest, TermVectorComponentDistributedTest, TestClassNameShortening, TestCharFilters, RegexBoostProcessorTest, DeleteShardTest, BasicZkTest, OpenExchangeRatesOrgProviderTest, EnumFieldTest, TestAtomicUpdateErrorCases, DeleteReplicaTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest]
   [junit4] Completed in 40.35s, 8 tests, 1 error <<< FAILURES!

[...truncated 547 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 362 suites, 1562 tests, 1 error, 1 failure, 41 ignored (13 assumptions)

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