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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10584 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10584/
Java: 32bit/jdk1.8.0_20-ea-b15 -server -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56226 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56226 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([A054FFA4380B9E7:E0DC009512556C6]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:151)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:102)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:84)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanPath(AbstractZkTestCase.java:181)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanSolrZkNode(AbstractZkTestCase.java:177)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:613)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56226 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:143)
	... 47 more


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

Error Message:
KeeperErrorCode = ConnectionLoss for /overseer_elect/leader

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /overseer_elect/leader
	at __randomizedtesting.SeedInfo.seed([A054FFA4380B9E7:8BE3C1E234DFD9DB]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
	at org.apache.solr.cloud.OverseerCollectionProcessor.getLeaderId(OverseerCollectionProcessor.java:488)
	at org.apache.solr.cloud.OverseerCollectionProcessor.getLeaderNode(OverseerCollectionProcessor.java:479)
	at org.apache.solr.cloud.RollingRestartTest.waitUntilOverseerDesignateIsLeader(RollingRestartTest.java:126)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:96)
	at org.apache.solr.cloud.RollingRestartTest.doTest(RollingRestartTest.java:61)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11629 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/init-core-data-001
   [junit4]   2> 777157 T4176 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 777158 T4176 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 777160 T4176 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 777161 T4176 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 777161 T4177 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 777261 T4176 oasc.ZkTestServer.run start zk server on port:47146
   [junit4]   2> 777262 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777265 T4183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145364 name:ZooKeeperConnection Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777265 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777265 T4176 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 777268 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777269 T4185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@187e7c5 name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777269 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777269 T4176 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 777271 T4176 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 777272 T4176 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 777273 T4176 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 777274 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 777275 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 777277 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 777277 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 777279 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 777280 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 777281 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 777282 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 777283 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 777283 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 777285 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 777285 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 777288 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 777288 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 777291 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 777291 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 777293 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 777293 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 777295 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 777296 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 777297 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 777298 T4176 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 777300 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777301 T4187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a027c name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777301 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777541 T4176 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 777544 T4176 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 777546 T4176 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:33593
   [junit4]   2> 777547 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 777548 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 777548 T4176 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002
   [junit4]   2> 777548 T4176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/'
   [junit4]   2> 777558 T4176 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/solr.xml
   [junit4]   2> 777575 T3 oasu.ConcurrentLRUCache.finalize ERROR ConcurrentLRUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 777577 T4176 oasc.CoreContainer.<init> New CoreContainer 29480431
   [junit4]   2> 777578 T4176 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/]
   [junit4]   2> 777578 T4176 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 777578 T4176 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 777582 T4176 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 777582 T4176 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 777583 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 777583 T4176 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47146/solr
   [junit4]   2> 777583 T4176 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 777584 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777585 T4198 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@104866b name:ZooKeeperConnection Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777586 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777588 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777588 T4200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df4306 name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777588 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777589 T4176 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 777591 T4176 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 777593 T4176 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 777595 T4176 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 777602 T4176 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 777605 T4176 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 777606 T4176 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33593_
   [junit4]   2> 777606 T4176 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33593_
   [junit4]   2> 777608 T4176 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 777609 T4176 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 777611 T4176 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:33593_
   [junit4]   2> 777611 T4176 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 777612 T4176 oasc.Overseer.start Overseer (id=92033557374697476-127.0.0.1:33593_-n_0000000000) starting
   [junit4]   2> 777614 T4176 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 777623 T4202 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 777623 T4176 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 777625 T4176 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 777625 T4176 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 777627 T4201 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 777628 T4203 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 777628 T4203 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 777628 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 777628 T4203 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 777629 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 777629 T4201 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:33593",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33593_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 777629 T4201 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 777630 T4201 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 777630 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 777631 T4200 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> 778629 T4203 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 778629 T4203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 778630 T4203 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 778630 T4203 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 778630 T4203 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 778631 T4203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/collection1/'
   [junit4]   2> 778631 T4203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 778631 T4203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 778632 T4203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 778649 T4203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 778658 T4203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 778660 T4203 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 778667 T4203 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 778754 T4203 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 778755 T4203 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 778755 T4203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 778759 T4203 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 778760 T4203 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 778772 T4203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 778775 T4203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 778777 T4203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 778777 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 778778 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 778778 T4203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 778779 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 778779 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 778779 T4203 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 778779 T4203 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 778780 T4203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002/collection1/, dataDir=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/
   [junit4]   2> 778780 T4203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df260
   [junit4]   2> 778781 T4203 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data
   [junit4]   2> 778781 T4203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/index/
   [junit4]   2> 778781 T4203 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 778782 T4203 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/index
   [junit4]   2> 778782 T4203 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=22.806640625, floorSegmentMB=1.7470703125, forceMergeDeletesPctAllowed=12.846891929602776, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49847484786435814
   [junit4]   2> 778786 T4203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 778786 T4203 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 778788 T4203 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 778788 T4203 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 778789 T4203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 778789 T4203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 778790 T4203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 778790 T4203 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 778790 T4203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 778790 T4203 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 778793 T4203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 778794 T4203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 778794 T4203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 778795 T4203 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=22.3779296875, floorSegmentMB=1.4951171875, forceMergeDeletesPctAllowed=4.494182264132764, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 778795 T4203 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 778795 T4203 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 778796 T4203 oass.SolrIndexSearcher.<init> Opening Searcher@1a1422c[collection1] main
   [junit4]   2> 778796 T4203 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 778797 T4203 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 778797 T4203 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 778797 T4203 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 778797 T4203 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 778798 T4203 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 778798 T4203 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 778798 T4203 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 778798 T4203 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 778799 T4203 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 778800 T4204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a1422c[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 778801 T4203 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 778802 T4207 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:33593 collection:control_collection shard:shard1
   [junit4]   2> 778802 T4176 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 778802 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 778804 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 778806 T4207 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 778806 T4209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@143fc4b name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 778806 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 778807 T4176 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 778811 T4207 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 778812 T4176 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 778813 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778813 T4207 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 778813 T4207 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 778814 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1251 name=collection1 org.apache.solr.core.SolrCore@1ebdb7c url=https://127.0.0.1:33593/collection1 node=127.0.0.1:33593_ C1251_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:33593, core=collection1, node_name=127.0.0.1:33593_}
   [junit4]   2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:33593/collection1/
   [junit4]   2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.syncToMe https://127.0.0.1:33593/collection1/ has no replicas
   [junit4]   2> 778815 T4207 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:33593/collection1/ shard1
   [junit4]   2> 778815 T4207 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 778816 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778827 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778830 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778931 T4200 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> 778931 T4209 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> 778979 T4207 oasc.ZkController.register We are https://127.0.0.1:33593/collection1/ and leader is https://127.0.0.1:33593/collection1/
   [junit4]   2> 778979 T4207 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:33593
   [junit4]   2> 778979 T4207 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 778979 T4207 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 778980 T4207 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778981 T4207 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778982 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 778982 T4201 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:33593",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33593_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 778983 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 779084 T4209 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> 779085 T4200 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> 779093 T4176 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 779094 T4176 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 779097 T4176 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 779098 T4176 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49478
   [junit4]   2> 779100 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 779100 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 779100 T4176 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003
   [junit4]   2> 779101 T4176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/'
   [junit4]   2> 779111 T4176 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/solr.xml
   [junit4]   2> 779119 T4176 oasc.CoreContainer.<init> New CoreContainer 2115909
   [junit4]   2> 779119 T4176 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/]
   [junit4]   2> 779120 T4176 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 779120 T4176 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 779124 T4176 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 779125 T4176 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 779125 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 779125 T4176 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47146/solr
   [junit4]   2> 779126 T4176 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 779126 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 779128 T4220 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15795a3 name:ZooKeeperConnection Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 779128 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 779131 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 779133 T4222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b80794 name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 779133 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 779148 T4176 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 780150 T4176 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49478_
   [junit4]   2> 780152 T4176 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49478_
   [junit4]   2> 780155 T4200 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 780155 T4209 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 780155 T4222 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 780159 T4223 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 780160 T4223 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 780160 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 780160 T4223 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 780160 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 780161 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 780161 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 780161 T4201 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49478",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49478_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 780162 T4201 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 780162 T4201 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 780163 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 780264 T4209 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> 780264 T4222 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> 780264 T4200 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> 781161 T4223 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 781161 T4223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 781161 T4223 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 781162 T4223 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 781162 T4223 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 781163 T4223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/'
   [junit4]   2> 781163 T4223 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 781163 T4223 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 781164 T4223 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 781181 T4223 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 781189 T4223 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 781190 T4223 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 781194 T4223 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 781305 T4223 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 781306 T4223 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 781306 T4223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 781310 T4223 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 781311 T4223 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 781317 T4223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 781319 T4223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 781321 T4223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 781322 T4223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 781323 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 781323 T4223 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 781323 T4223 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 781323 T4223 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/, dataDir=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/
   [junit4]   2> 781323 T4223 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df260
   [junit4]   2> 781324 T4223 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1
   [junit4]   2> 781324 T4223 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/index/
   [junit4]   2> 781324 T4223 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 781325 T4223 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/index
   [junit4]   2> 781325 T4223 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=22.806640625, floorSegmentMB=1.7470703125, forceMergeDeletesPctAllowed=12.846891929602776, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49847484786435814
   [junit4]   2> 781329 T4223 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 781329 T4223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 781331 T4223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 781331 T4223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 781331 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 781332 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 781332 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 781333 T4223 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 781336 T4223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 781337 T4223 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 781337 T4223 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 781338 T4223 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=22.3779296875, floorSegmentMB=1.4951171875, forceMergeDeletesPctAllowed=4.494182264132764, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 781338 T4223 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 781339 T4223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 781339 T4223 oass.SolrIndexSearcher.<init> Opening Searcher@1094f79[collection1] main
   [junit4]   2> 781339 T4223 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 781340 T4223 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 781340 T4223 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 781340 T4223 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 781340 T4223 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 781341 T4223 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 781341 T4223 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 781341 T4223 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 781341 T4223 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 781342 T4223 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 781344 T4224 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1094f79[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 781345 T4223 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 781345 T4227 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49478 collection:collection1 shard:shard2
   [junit4]   2> 781346 T4176 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 781346 T4227 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 781346 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 781349 T4227 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781350 T4227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 781351 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 781351 T4227 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1252 name=collection1 org.apache.solr.core.SolrCore@7e1798 url=https://127.0.0.1:49478/collection1 node=127.0.0.1:49478_ C1252_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49478, core=collection1, node_name=127.0.0.1:49478_}
   [junit4]   2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49478/collection1/
   [junit4]   2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.syncToMe https://127.0.0.1:49478/collection1/ has no replicas
   [junit4]   2> 781352 T4227 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49478/collection1/ shard2
   [junit4]   2> 781352 T4227 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 781352 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781355 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781357 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781458 T4200 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> 781458 T4209 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> 781458 T4222 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> 781505 T4227 oasc.ZkController.register We are https://127.0.0.1:49478/collection1/ and leader is https://127.0.0.1:49478/collection1/
   [junit4]   2> 781506 T4227 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49478
   [junit4]   2> 781506 T4227 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 781506 T4227 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 781506 T4227 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 781507 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781508 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781508 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781508 T4227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 781509 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 781510 T4201 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49478",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49478_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 781511 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 781610 T4176 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 781611 T4176 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 781612 T4209 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> 781613 T4222 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> 781612 T4200 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> 781614 T4176 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 781614 T4176 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48074
   [junit4]   2> 781616 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 781617 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 781617 T4176 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004
   [junit4]   2> 781617 T4176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/'
   [junit4]   2> 781628 T4176 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/solr.xml
   [junit4]   2> 781636 T4176 oasc.CoreContainer.<init> New CoreContainer 3556786
   [junit4]   2> 781636 T4176 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/]
   [junit4]   2> 781637 T4176 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 781637 T4176 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 781640 T4176 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 781642 T4176 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 781643 T4176 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 781643 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 781644 T4176 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47146/solr
   [junit4]   2> 781644 T4176 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 781645 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 781646 T4238 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68e24a name:ZooKeeperConnection Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 781647 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 781649 T4176 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 781650 T4240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d64e09 name:ZooKeeperConnection Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 781650 T4176 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 781661 T4176 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 782663 T4176 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48074_
   [junit4]   2> 782664 T4176 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48074_
   [junit4]   2> 782667 T4222 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 782667 T4240 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 782667 T4200 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 782667 T4209 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 782670 T4241 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 782671 T4241 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 782671 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 782672 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 782671 T4241 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 782672 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 782673 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 782673 T4201 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48074",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48074_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 782673 T4201 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 782674 T4201 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 782675 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 782778 T4240 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> 782778 T4222 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> 782778 T4200 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> 782778 T4209 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> 783672 T4241 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 783673 T4241 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 783673 T4241 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 783674 T4241 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 783675 T4241 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 783676 T4241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/collection1/'
   [junit4]   2> 783677 T4241 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 783677 T4241 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 783678 T4241 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 783711 T4241 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 783722 T4241 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 783724 T4241 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 783728 T4241 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 783830 T4241 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 783831 T4241 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 783832 T4241 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 783835 T4241 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 783837 T4241 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 783844 T4241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 783846 T4241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 783848 T4241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 783848 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 783848 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 783849 T4241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 783849 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 783849 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 783849 T4241 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 783850 T4241 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 783850 T4241 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004/collection1/, dataDir=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/
   [junit4]   2> 783850 T4241 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df260
   [junit4]   2> 783851 T4241 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2
   [junit4]   2> 783851 T4241 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/index/
   [junit4]   2> 783851 T4241 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 783852 T4241 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/index
   [junit4]   2> 783852 T4241 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=22.806640625, floorSegmentMB=1.7470703125, forceMergeDeletesPctAllowed=12.846891929602776, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49847484786435814
   [junit4]   2> 783856 T4241 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 783857 T4241 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 783859 T4241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 783859 T4241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 783860 T4241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 783860 T4241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 783860 T4241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 783860 T4241 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 783864 T4241 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 783865 T4241 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 783865 T4241 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 783866 T4241 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=22.3779296875, floorSegmentMB=1.4951171875, forceMergeDeletesPctAllowed=4.494182264132764, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 783866 T4241 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 783866 T4241 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 783867 T4241 oass.SolrIndexSearcher.<init> Opening Searcher@1cedc43[collection1] main
   [junit4]   2> 783867 T4241 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 783868 T4241 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 783868 T4241 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 783868 T4241 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 783868 T4241 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 783869 T4241 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 783869 T4241 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 783869 T4241 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 783869 T4241 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 783870 T4241 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 783872 T4242 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cedc43[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 783873 T4241 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 783874 T4245 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:48074 collection:collection1 shard:shard1
   [junit4]   2> 783874 T4176 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 783875 T4245 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 783875 T4176 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 783879 T4245 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783880 T4245 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 783881 T4245 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1253 name=collection1 org.apache.solr.core.SolrCore@c6dcf8 url=https://127.0.0.1:48074/collection1 node=127.0.0.1:48074_ C1253_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:48074, core=collection1, node_name=127.0.0.1:48074_}
   [junit4]   2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:48074/collection1/
   [junit4]   2> 783881 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.syncToMe https://127.0.0.1:48074/collection1/ has no replicas
   [junit4]   2> 783882 T4245 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:48074/collection1/ shard1
   [junit4]   2> 783882 T4245 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 783883 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783885 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783887 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 783988 T4240 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> 783988 T4209 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> 783988 T4200 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> 783988 T4222 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> 784038 T4245 oasc.ZkController.register We are https://127.0.0.1:48074/collection1/ and leader is https://127.0.0.1:48074/collection1/
   [junit4]   2> 784038 T4245 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:48074
   [junit4]   2> 784038 T4245 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 784038 T4245 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 784038 T4245 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 784041 T4245 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 784042 T4201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 784043 T4201 oasc.Overseer$ClusterSta

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

.run Overseer Loop exiting : 127.0.0.1:60465_solr
   [junit4]   2> 912883 T4629 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 912882 T4611 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard9/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 912882 T4605 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard10/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 912885 T4297 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 912884 T4773 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:288)
   [junit4]   2> 
   [junit4]   2> 912884 T4587 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 912886 T4297 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 915886 T4297 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.OverseerTest-A054FFA4380B9E7-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_YE, timezone=Asia/Bangkok
   [junit4]   2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=177289512,total=299892736
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashPartitioner, TestComponentsName, ZkCLITest, ZkControllerTest, DocValuesMultiTest, SpellCheckCollatorTest, ReturnFieldsTest, AnalyticsMergeStrategyTest, DateMathParserTest, SyncSliceTest, TestFoldingMultitermQuery, FieldMutatingUpdateProcessorTest, SuggesterTest, SliceStateTest, SpellPossibilityIteratorTest, CoreAdminHandlerTest, ShardRoutingTest, UnloadDistributedZkTest, TestExpandComponent, TestAnalyzedSuggestions, TestStressRecovery, DocumentBuilderTest, QueryEqualityTest, PathHierarchyTokenizerFactoryTest, HdfsUnloadDistributedZkTest, OverseerStatusTest, PrimitiveFieldTypeTest, TestNonNRTOpen, TestStressVersions, JsonLoaderTest, TestJmxIntegration, TestManagedSchema, TestManagedSynonymFilterFactory, SignatureUpdateProcessorFactoryTest, RecoveryZkTest, TestTrie, ShowFileRequestHandlerTest, TestUtils, StatelessScriptUpdateProcessorFactoryTest, ExternalFileFieldSortTest, CustomCollectionTest, CursorMarkTest, HighlighterConfigTest, TestCopyFieldCollectionResource, ResponseLogComponentTest, TestSolrCoreProperties, TestSurroundQueryParser, TestCloudManagedSchemaConcurrent, PrimUtilsTest, XsltUpdateRequestHandlerTest, TestAddFieldRealTimeGet, TestBM25SimilarityFactory, HttpPartitionTest, BadIndexSchemaTest, NotRequiredUniqueKeyTest, TestSolrXmlPersistor, TestConfig, TestSolrIndexConfig, TestNRTOpen, TestFaceting, TestUniqueKeyFieldResource, TestQuerySenderListener, ConnectionManagerTest, OpenExchangeRatesOrgProviderTest, DirectUpdateHandlerTest, UpdateParamsTest, HighlighterTest, TestWordDelimiterFilterFactory, TestManagedResource, TestManagedStopFilterFactory, StandardRequestHandlerTest, TestSolrXMLSerializer, TestRestManager, FastVectorHighlighterTest, HdfsBasicDistributedZk2Test, TestMaxScoreQueryParser, MinimalSchemaTest, MigrateRouteKeyTest, SuggesterTSTTest, TestCodecSupport, OverseerCollectionProcessorTest, SolrTestCaseJ4Test, TestCoreDiscovery, ChangedSchemaMergeTest, SolrCoreCheckLockOnStartupTest, TestLMJelinekMercerSimilarityFactory, SSLMigrationTest, RAMDirectoryFactoryTest, TestSolr4Spatial, TestSort, TestReload, TestFuzzyAnalyzedSuggestions, TestAnalyzeInfixSuggestions, TestDistributedSearch, HdfsBasicDistributedZkTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, OverseerTest]
   [junit4] Completed on J0 in 58.44s, 9 tests, 1 error <<< FAILURES!

[...truncated 601 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 404 suites, 1654 tests, 2 errors, 37 ignored (16 assumptions)

Total time: 71 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_20-ea-b15) - Build # 10586 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10586/
Java: 64bit/jdk1.8.0_20-ea-b15 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
shard3 is not consistent.  Got 124 from https://127.0.0.1:43513/collection1lastClient and got 97 from https://127.0.0.1:41504/collection1

Stack Trace:
java.lang.AssertionError: shard3 is not consistent.  Got 124 from https://127.0.0.1:43513/collection1lastClient and got 97 from https://127.0.0.1:41504/collection1
	at __randomizedtesting.SeedInfo.seed([6EE9CDF0553812A0:EF0F43E82267729C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1139)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1118)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11332 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/init-core-data-001
   [junit4]   2> 523820 T2837 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 523820 T2837 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 523829 T2837 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 523829 T2837 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 523830 T2838 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 523930 T2837 oasc.ZkTestServer.run start zk server on port:36142
   [junit4]   2> 523930 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 523955 T2844 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cfdd78d name:ZooKeeperConnection Watcher:127.0.0.1:36142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523955 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 523956 T2837 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 523959 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 523960 T2846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dc489d4 name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523960 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 523961 T2837 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 523962 T2837 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 523965 T2837 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 523968 T2837 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 523969 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 523969 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 523972 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 523972 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 523974 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 523975 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 523976 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 523976 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 523978 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 523978 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 523980 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 523980 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 523981 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 523981 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 523983 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 523983 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 523984 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 523985 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 523986 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 523986 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 523988 T2837 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 523988 T2837 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 523990 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 523991 T2848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@781b215c name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523991 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 524214 T2837 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 524216 T2837 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 524222 T2837 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:37624
   [junit4]   2> 524223 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 524223 T2837 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 524224 T2837 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002
   [junit4]   2> 524224 T2837 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/'
   [junit4]   2> 524234 T2837 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/solr.xml
   [junit4]   2> 524266 T2837 oasc.CoreContainer.<init> New CoreContainer 1956327342
   [junit4]   2> 524266 T2837 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/]
   [junit4]   2> 524267 T2837 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 524267 T2837 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 524268 T2837 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 524268 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 524268 T2837 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 524269 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 524269 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 524269 T2837 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 524270 T2837 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 524272 T2837 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 524273 T2837 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 524273 T2837 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 524273 T2837 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36142/solr
   [junit4]   2> 524274 T2837 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 524277 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 524281 T2859 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1684a0c1 name:ZooKeeperConnection Watcher:127.0.0.1:36142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 524281 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 524287 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 524288 T2861 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@346e978b name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 524288 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 524296 T2837 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 524298 T2837 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 524300 T2837 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 524302 T2837 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 524306 T2837 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 524309 T2837 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 524310 T2837 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37624_
   [junit4]   2> 524310 T2837 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37624_
   [junit4]   2> 524312 T2837 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 524314 T2837 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 524320 T2837 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:37624_
   [junit4]   2> 524320 T2837 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 524322 T2837 oasc.Overseer.start Overseer (id=92034654493540356-127.0.0.1:37624_-n_0000000000) starting
   [junit4]   2> 524324 T2837 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 524331 T2862 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 524338 T2863 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 524338 T2837 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 524342 T2837 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 524343 T2837 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 524350 T2864 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 524350 T2864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 524351 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 524351 T2864 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 524352 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 524352 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:37624",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37624_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 524353 T2862 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 524353 T2862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 524359 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 524360 T2861 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> 525352 T2864 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 525352 T2864 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 525352 T2864 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 525352 T2864 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 525353 T2864 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 525353 T2864 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/collection1/'
   [junit4]   2> 525354 T2864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 525354 T2864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 525354 T2864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 525391 T2864 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 525433 T2864 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 525434 T2864 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 525444 T2864 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 525773 T2864 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 525778 T2864 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 525781 T2864 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 525784 T2864 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 525795 T2864 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 525795 T2864 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 525796 T2864 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-002/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/
   [junit4]   2> 525796 T2864 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c77beb
   [junit4]   2> 525796 T2864 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data
   [junit4]   2> 525797 T2864 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/index/
   [junit4]   2> 525797 T2864 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 525797 T2864 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/index
   [junit4]   2> 525798 T2864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45323171654301364]
   [junit4]   2> 525802 T2864 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 525802 T2864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 525805 T2864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 525805 T2864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 525805 T2864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 525806 T2864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 525806 T2864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 525806 T2864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 525806 T2864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 525807 T2864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 525807 T2864 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 525807 T2864 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 525808 T2864 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 525808 T2864 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 525808 T2864 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 525808 T2864 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 525809 T2864 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 525809 T2864 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 525811 T2864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 525814 T2864 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 525814 T2864 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 525815 T2864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=24.9990234375, floorSegmentMB=0.2841796875, forceMergeDeletesPctAllowed=26.032892391016553, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6961733212407666
   [junit4]   2> 525816 T2864 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 525816 T2864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 525816 T2864 oass.SolrIndexSearcher.<init> Opening Searcher@483309a5[collection1] main
   [junit4]   2> 525817 T2864 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 525817 T2864 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 525817 T2864 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 525818 T2864 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 525818 T2864 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 525818 T2864 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 525818 T2864 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 525819 T2864 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 525819 T2864 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 525819 T2864 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 525821 T2865 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@483309a5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 525821 T2864 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 525822 T2868 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:37624 collection:control_collection shard:shard1
   [junit4]   2> 525822 T2837 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 525822 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 525825 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 525825 T2868 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 525827 T2870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c999d6e name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 525827 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 525828 T2837 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 525829 T2837 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 525830 T2868 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 525831 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525831 T2868 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 525832 T2868 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 525832 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C357 name=collection1 org.apache.solr.core.SolrCore@7c42cba url=https://127.0.0.1:37624/collection1 node=127.0.0.1:37624_ C357_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:37624, core=collection1, node_name=127.0.0.1:37624_}
   [junit4]   2> 525832 T2868 C357 P37624 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:37624/collection1/
   [junit4]   2> 525832 T2868 C357 P37624 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 525832 T2868 C357 P37624 oasc.SyncStrategy.syncToMe https://127.0.0.1:37624/collection1/ has no replicas
   [junit4]   2> 525833 T2868 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:37624/collection1/ shard1
   [junit4]   2> 525833 T2868 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 525833 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525839 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525840 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525942 T2870 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> 525942 T2861 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> 525990 T2868 oasc.ZkController.register We are https://127.0.0.1:37624/collection1/ and leader is https://127.0.0.1:37624/collection1/
   [junit4]   2> 525990 T2868 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:37624
   [junit4]   2> 525990 T2868 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 525990 T2868 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 525990 T2868 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 525991 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525992 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525992 T2868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 525992 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 525993 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 525993 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:37624",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37624_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 525995 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 526096 T2870 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> 526096 T2861 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> 526118 T2837 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 526119 T2837 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 526122 T2837 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 526123 T2837 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:44520
   [junit4]   2> 526124 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 526125 T2837 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 526125 T2837 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003
   [junit4]   2> 526125 T2837 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/'
   [junit4]   2> 526135 T2837 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/solr.xml
   [junit4]   2> 526142 T2837 oasc.CoreContainer.<init> New CoreContainer 2107297376
   [junit4]   2> 526142 T2837 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/]
   [junit4]   2> 526142 T2837 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 526143 T2837 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 526143 T2837 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 526143 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 526143 T2837 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 526144 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 526144 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 526144 T2837 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 526144 T2837 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 526146 T2837 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 526146 T2837 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 526146 T2837 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 526147 T2837 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36142/solr
   [junit4]   2> 526147 T2837 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 526147 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 526148 T2881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48a61ada name:ZooKeeperConnection Watcher:127.0.0.1:36142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 526149 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 526150 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 526151 T2883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cad3085 name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 526151 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 526155 T2837 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 527156 T2837 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44520_
   [junit4]   2> 527158 T2837 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44520_
   [junit4]   2> 527160 T2861 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 527160 T2870 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 527160 T2883 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 527163 T2884 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 527163 T2884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 527164 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 527164 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 527164 T2884 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 527164 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 527165 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 527165 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44520",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44520_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 527165 T2862 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 527165 T2862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 527170 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 527272 T2870 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> 527272 T2883 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> 527272 T2861 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> 528164 T2884 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 528164 T2884 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 528165 T2884 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 528165 T2884 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 528166 T2884 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 528166 T2884 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/collection1/'
   [junit4]   2> 528166 T2884 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 528166 T2884 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 528167 T2884 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 528183 T2884 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 528193 T2884 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 528194 T2884 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 528199 T2884 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 528309 T2884 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 528310 T2884 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 528311 T2884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 528314 T2884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 528325 T2884 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 528326 T2884 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 528326 T2884 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-003/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/
   [junit4]   2> 528326 T2884 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c77beb
   [junit4]   2> 528327 T2884 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1
   [junit4]   2> 528327 T2884 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/index/
   [junit4]   2> 528327 T2884 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 528328 T2884 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/index
   [junit4]   2> 528328 T2884 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45323171654301364]
   [junit4]   2> 528332 T2884 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 528332 T2884 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 528334 T2884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 528334 T2884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 528334 T2884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 528334 T2884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 528335 T2884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 528335 T2884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 528335 T2884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 528335 T2884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 528335 T2884 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 528336 T2884 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 528336 T2884 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 528336 T2884 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 528336 T2884 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 528336 T2884 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 528337 T2884 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 528337 T2884 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 528338 T2884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 528339 T2884 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 528339 T2884 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 528340 T2884 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=24.9990234375, floorSegmentMB=0.2841796875, forceMergeDeletesPctAllowed=26.032892391016553, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6961733212407666
   [junit4]   2> 528341 T2884 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 528341 T2884 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 528341 T2884 oass.SolrIndexSearcher.<init> Opening Searcher@390466d6[collection1] main
   [junit4]   2> 528341 T2884 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 528342 T2884 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 528342 T2884 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 528342 T2884 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 528342 T2884 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 528343 T2884 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 528345 T2884 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 528345 T2884 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 528345 T2884 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 528346 T2884 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 528349 T2884 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 528350 T2888 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:44520 collection:collection1 shard:shard2
   [junit4]   2> 528350 T2837 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 528351 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 528351 T2885 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@390466d6[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 528361 T2888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 528367 T2888 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 528368 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528369 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528369 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528369 T2888 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 528369 T2888 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C358 name=collection1 org.apache.solr.core.SolrCore@1639aafb url=https://127.0.0.1:44520/collection1 node=127.0.0.1:44520_ C358_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:44520, core=collection1, node_name=127.0.0.1:44520_}
   [junit4]   2> 528370 T2888 C358 P44520 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:44520/collection1/
   [junit4]   2> 528370 T2888 C358 P44520 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 528370 T2888 C358 P44520 oasc.SyncStrategy.syncToMe https://127.0.0.1:44520/collection1/ has no replicas
   [junit4]   2> 528370 T2888 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:44520/collection1/ shard2
   [junit4]   2> 528370 T2888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 528369 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 528372 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528374 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528376 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528479 T2870 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> 528479 T2861 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> 528479 T2883 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> 528525 T2888 oasc.ZkController.register We are https://127.0.0.1:44520/collection1/ and leader is https://127.0.0.1:44520/collection1/
   [junit4]   2> 528525 T2888 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:44520
   [junit4]   2> 528525 T2888 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 528526 T2888 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 528526 T2888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 528527 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528527 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528527 T2888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 528527 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528529 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 528529 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44520",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44520_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 528530 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 528593 T2837 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 528594 T2837 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 528596 T2837 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 528597 T2837 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:43513
   [junit4]   2> 528599 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 528599 T2837 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 528599 T2837 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004
   [junit4]   2> 528599 T2837 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/'
   [junit4]   2> 528610 T2837 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/solr.xml
   [junit4]   2> 528616 T2837 oasc.CoreContainer.<init> New CoreContainer 487265000
   [junit4]   2> 528617 T2837 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/]
   [junit4]   2> 528617 T2837 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 528617 T2837 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 528617 T2837 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 528618 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 528618 T2837 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 528618 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 528618 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 528618 T2837 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 528619 T2837 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 528620 T2837 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 528620 T2837 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 528621 T2837 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 528621 T2837 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36142/solr
   [junit4]   2> 528621 T2837 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 528622 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 528623 T2899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@223a2d00 name:ZooKeeperConnection Watcher:127.0.0.1:36142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528623 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 528626 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 528628 T2901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b150401 name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528628 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 528633 T2870 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> 528633 T2861 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> 528633 T2883 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> 528634 T2837 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 529636 T2837 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43513_
   [junit4]   2> 529638 T2837 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43513_
   [junit4]   2> 529640 T2883 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 529640 T2901 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 529640 T2861 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 529640 T2870 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 529643 T2902 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 529643 T2902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 529644 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 529644 T2902 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 529644 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 529645 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 529645 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 529645 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:43513",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43513_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 529646 T2862 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 529646 T2862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 529647 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 529748 T2861 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> 529749 T2883 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> 529749 T2901 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> 529748 T2870 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> 530645 T2902 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 530645 T2902 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 530646 T2902 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 530646 T2902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 530647 T2902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 530647 T2902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/collection1/'
   [junit4]   2> 530647 T2902 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 530647 T2902 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 530648 T2902 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 530664 T2902 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 530672 T2902 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 530673 T2902 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 530677 T2902 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 530754 T2902 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 530755 T2902 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 530756 T2902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 530758 T2902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 530767 T2902 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 530768 T2902 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 530768 T2902 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-004/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/
   [junit4]   2> 530768 T2902 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c77beb
   [junit4]   2> 530768 T2902 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2
   [junit4]   2> 530769 T2902 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/index/
   [junit4]   2> 530769 T2902 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 530769 T2902 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/index
   [junit4]   2> 530770 T2902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45323171654301364]
   [junit4]   2> 530773 T2902 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 530773 T2902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 530776 T2902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 530776 T2902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 530777 T2902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 530777 T2902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 530777 T2902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 530777 T2902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 530778 T2902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 530778 T2902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 530778 T2902 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 530779 T2902 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 530779 T2902 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 530779 T2902 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 530779 T2902 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 530780 T2902 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 530780 T2902 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 530781 T2902 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 530783 T2902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 530784 T2902 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 530784 T2902 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 530785 T2902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=24.9990234375, floorSegmentMB=0.2841796875, forceMergeDeletesPctAllowed=26.032892391016553, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6961733212407666
   [junit4]   2> 530785 T2902 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 530786 T2902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 530786 T2902 oass.SolrIndexSearcher.<init> Opening Searcher@76ae89ce[collection1] main
   [junit4]   2> 530786 T2902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 530787 T2902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 530787 T2902 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 530787 T2902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 530787 T2902 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 530787 T2902 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530788 T2902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 530788 T2902 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530788 T2902 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 530788 T2902 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 530790 T2903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76ae89ce[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 530791 T2902 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 530791 T2906 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:43513 collection:collection1 shard:shard3
   [junit4]   2> 530791 T2837 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 530792 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 530793 T2906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 530796 T2906 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 530797 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530797 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530797 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530797 T2906 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 530798 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 530798 T2906 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C359 name=collection1 org.apache.solr.core.SolrCore@6761cc5d url=https://127.0.0.1:43513/collection1 node=127.0.0.1:43513_ C359_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:43513, core=collection1, node_name=127.0.0.1:43513_}
   [junit4]   2> 530798 T2906 C359 P43513 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:43513/collection1/
   [junit4]   2> 530799 T2906 C359 P43513 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 530799 T2906 C359 P43513 oasc.SyncStrategy.syncToMe https://127.0.0.1:43513/collection1/ has no replicas
   [junit4]   2> 530799 T2906 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:43513/collection1/ shard3
   [junit4]   2> 530799 T2906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 530799 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530802 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530803 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530907 T2870 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> 530907 T2861 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> 530907 T2901 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> 530907 T2883 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> 530952 T2906 oasc.ZkController.register We are https://127.0.0.1:43513/collection1/ and leader is https://127.0.0.1:43513/collection1/
   [junit4]   2> 530953 T2906 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:43513
   [junit4]   2> 530953 T2906 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 530953 T2906 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 530953 T2906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 530954 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530954 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530954 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530955 T2906 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 530955 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 530955 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:43513",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43513_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 530956 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 531018 T2837 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 531019 T2837 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 531021 T2837 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 531022 T2837 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:38046
   [junit4]   2> 531023 T2837 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 531024 T2837 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 531024 T2837 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-005
   [junit4]   2> 531024 T2837 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-005/'
   [junit4]   2> 531034 T2837 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-005/solr.xml
   [junit4]   2> 531040 T2837 oasc.CoreContainer.<init> New CoreContainer 6497014
   [junit4]   2> 531040 T2837 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-005/]
   [junit4]   2> 531041 T2837 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 531041 T2837 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 531041 T2837 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 531041 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 531042 T2837 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 531042 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 531042 T2837 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 531042 T2837 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 531042 T2837 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 531044 T2837 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 531044 T2837 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 531044 T2837 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 531045 T2837 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36142/solr
   [junit4]   2> 531045 T2837 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 531046 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 531047 T2917 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4159624d name:ZooKeeperConnection Watcher:127.0.0.1:36142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 531047 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 531048 T2837 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 531049 T2919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37e61d5d name:ZooKeeperConnection Watcher:127.0.0.1:36142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 531049 T2837 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 531053 T2837 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 531060 T2883 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> 531060 T2901 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> 531060 T2919 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> 531060 T2870 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> 531060 T2861 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> 532054 T2837 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38046_
   [junit4]   2> 532055 T2837 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38046_
   [junit4]   2> 532057 T2883 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 532057 T2861 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 532057 T2919 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 532057 T2870 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 532057 T2901 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 532060 T2920 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 532060 T2920 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 532061 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 532061 T2920 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 532061 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 532061 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 532062 T2862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 532062 T2862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:38046",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38046_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 532062 T2862 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 532062 T2862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 532064 T2861 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [juni

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

ngeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=241,cumulative_deletesById=117,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=22342,transaction_logs_total_number=1}
   [junit4]   2> 601346 T2837 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 601346 T2837 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 601347 T2837 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 601347 T2837 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 601348 T2837 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 601348 T2837 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11;done=false>>]
   [junit4]   2> 601349 T2837 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11
   [junit4]   2> 601349 T2837 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11/index;done=false>>]
   [junit4]   2> 601349 T2837 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001/tempDir-001/jetty11/index
   [junit4]   2> 601350 T3502 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:51961_
   [junit4]   2> 601362 T2837 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 601413 T2837 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 59408
   [junit4]   2> 601414 T2837 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 601415 T2837 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:36142 36142
   [junit4]   2> 601952 T2838 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:36142 36142
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.method=testDistribSearch -Dtests.seed=6EE9CDF0553812A0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Indian/Cocos -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 78.1s J1 | ChaosMonkeySafeLeaderTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: shard3 is not consistent.  Got 124 from https://127.0.0.1:43513/collection1lastClient and got 97 from https://127.0.0.1:41504/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6EE9CDF0553812A0:EF0F43E82267729C]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1139)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1118)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 601963 T2837 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-6EE9CDF0553812A0-001
   [junit4]   2> 78149 T2836 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 602769 T3155 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 602851 T3082 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 602851 T3082 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 602851 T3082 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 602851 T3082 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 602851 T3505 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:288)
   [junit4]   2> 
   [junit4]   2> 602851 T3082 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> NOTE: test params are: codec=Lucene49: {rnd_b=MockFixedIntBlock(blockSize=1281), _version_=FSTOrd41, a_t=FSTOrd41, a_si=PostingsFormat(name=Lucene41WithOrds), id=MockFixedIntBlock(blockSize=1281)}, docValues:{}, sim=DefaultSimilarity, locale=da_DK, timezone=Indian/Cocos
   [junit4]   2> NOTE: Linux 3.8.0-42-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=1,free=78802496,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, TestRandomFaceting, TestMergePolicyConfig, SolrCoreTest, TermVectorComponentDistributedTest, TestSystemIdResolver, TestLFUCache, PreAnalyzedFieldTest, BJQParserTest, QueryParsingTest, FileBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, TestRequestStatusCollectionAPI, TestFastWriter, SuggesterFSTTest, RollingRestartTest, TestRecovery, QueryElevationComponentTest, SolrIndexConfigTest, TestFileDictionaryLookup, TestInitQParser, TestSchemaResource, TestSweetSpotSimilarityFactory, TestHighlightDedupGrouping, DocValuesMissingTest, MultiTermTest, PreAnalyzedUpdateProcessorTest, TestIndexingPerformance, TestSolrQueryParser, TestOmitPositions, HdfsWriteToMultipleCollectionsTest, RemoteQueryErrorTest, NumericFieldsTest, TestQueryTypes, SolrXmlInZkTest, TestCloudInspectUtil, TestFieldCollectionResource, ShardRoutingCustomTest, LukeRequestHandlerTest, ZkSolrClientTest, TestSolrQueryParserResource, CollectionsAPIAsyncDistributedZkTest, IndexSchemaRuntimeFieldTest, AtomicUpdatesTest, CoreAdminRequestStatusTest, SystemInfoHandlerTest, CurrencyFieldXmlFileTest, TestSchemaNameResource, ResponseHeaderTest, TestInfoStreamLogging, TermVectorComponentTest, SOLR749Test, TestSerializedLuceneMatchVersion, URLClassifyProcessorTest, DistribDocExpirationUpdateProcessorTest, SpatialFilterTest, BasicDistributedZk2Test, DirectSolrConnectionTest, SolrRequestParserTest, TestShortCircuitedRequests, TestRecoveryHdfs, TestDocumentBuilder, OutputWriterTest, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J1 in 79.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 779 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 404 suites, 1654 tests, 1 failure, 37 ignored (16 assumptions)

Total time: 67 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20-ea-b15 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10585 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10585/
Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseParallelGC

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

Error Message:
shard1 is not consistent.  Got 484 from http://127.0.0.1:40074/collection1lastClient and got 464 from http://127.0.0.1:55217/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 484 from http://127.0.0.1:40074/collection1lastClient and got 464 from http://127.0.0.1:55217/collection1
	at __randomizedtesting.SeedInfo.seed([2ECAD5A24627DD4:830A2342533D1DE8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1139)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1118)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11446 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/init-core-data-001
   [junit4]   2> 826625 T4680 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 826626 T4680 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 826631 T4680 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 826631 T4680 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 826633 T4681 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 826732 T4680 oasc.ZkTestServer.run start zk server on port:55820
   [junit4]   2> 826734 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826816 T4687 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@992d4f name:ZooKeeperConnection Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826816 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826817 T4680 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 826822 T4682 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x146f889de6f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 826823 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826826 T4689 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c036b name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826827 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826827 T4680 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 826832 T4680 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 826834 T4680 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 826837 T4680 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 826839 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 826840 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 826844 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 826845 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 826848 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 826849 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 826852 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 826852 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 826855 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 826856 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 826858 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 826859 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 826862 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 826863 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 826866 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 826867 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 826870 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 826871 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 826874 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 826874 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 826877 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 826877 T4680 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 827186 T4680 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 827189 T4680 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49120
   [junit4]   2> 827190 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 827191 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 827191 T4680 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002
   [junit4]   2> 827192 T4680 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/'
   [junit4]   2> 827219 T4680 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/solr.xml
   [junit4]   2> 827235 T4680 oasc.CoreContainer.<init> New CoreContainer 1954462
   [junit4]   2> 827235 T4680 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/]
   [junit4]   2> 827236 T4680 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 827236 T4680 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 827239 T4680 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 827239 T4680 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 827240 T4680 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 827240 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 827241 T4680 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55820/solr
   [junit4]   2> 827241 T4680 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 827242 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 827243 T4700 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a67879 name:ZooKeeperConnection Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 827243 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 827247 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 827249 T4702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d5cdb1 name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 827249 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 827252 T4680 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 827258 T4680 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 827262 T4680 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 827265 T4680 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 827268 T4680 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 827279 T4680 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 827282 T4680 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49120_
   [junit4]   2> 827283 T4680 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49120_
   [junit4]   2> 827286 T4680 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 827288 T4680 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 827292 T4680 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49120_
   [junit4]   2> 827292 T4680 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 827294 T4680 oasc.Overseer.start Overseer (id=92034113433698307-127.0.0.1:49120_-n_0000000000) starting
   [junit4]   2> 827301 T4680 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 827309 T4704 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 827309 T4680 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 827314 T4680 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 827317 T4680 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 827320 T4703 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 827326 T4705 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 827326 T4705 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 827328 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 827328 T4705 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 827330 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 827332 T4703 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:49120",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49120_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 827332 T4703 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 827333 T4703 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 827336 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 827338 T4702 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> 828328 T4705 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 828329 T4705 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 828330 T4705 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 828330 T4705 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 828331 T4705 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 828331 T4705 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/'
   [junit4]   2> 828332 T4705 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 828333 T4705 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 828333 T4705 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 828377 T4705 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 828391 T4705 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 828392 T4705 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 828416 T4705 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 828558 T4705 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 828559 T4705 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 828561 T4705 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 828568 T4705 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 828600 T4705 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 828600 T4705 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 828601 T4705 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/
   [junit4]   2> 828601 T4705 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddb5eb
   [junit4]   2> 828602 T4705 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data
   [junit4]   2> 828603 T4705 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/index/
   [junit4]   2> 828603 T4705 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 828603 T4705 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/index
   [junit4]   2> 828604 T4705 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.427734375, floorSegmentMB=0.2822265625, forceMergeDeletesPctAllowed=21.10059436423834, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 828609 T4705 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 828609 T4705 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828613 T4705 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 828613 T4705 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 828614 T4705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 828614 T4705 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828614 T4705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828614 T4705 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 828615 T4705 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828615 T4705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828615 T4705 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 828616 T4705 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 828618 T4705 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 828618 T4705 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 828619 T4705 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 828621 T4705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828622 T4705 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 828623 T4705 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 828624 T4705 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=5.2841796875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=15.809406819743806, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6112660040824726
   [junit4]   2> 828625 T4705 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 828625 T4705 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828625 T4705 oass.SolrIndexSearcher.<init> Opening Searcher@5f722b[collection1] main
   [junit4]   2> 828626 T4705 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 828627 T4705 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 828627 T4705 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 828627 T4705 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 828628 T4705 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 828628 T4705 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828629 T4705 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 828629 T4705 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828629 T4705 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 828629 T4705 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 828633 T4706 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f722b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 828634 T4705 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 828635 T4709 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49120 collection:control_collection shard:shard1
   [junit4]   2> 828635 T4680 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 828636 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 828636 T4709 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 828637 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 828639 T4711 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@147675b name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828639 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828640 T4680 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 828643 T4709 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 828645 T4680 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 828646 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828647 T4709 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 828647 T4709 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C630 name=collection1 org.apache.solr.core.SolrCore@5ce879 url=http://127.0.0.1:49120/collection1 node=127.0.0.1:49120_ C630_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:49120, core=collection1, node_name=127.0.0.1:49120_}
   [junit4]   2> 828647 T4709 C630 P49120 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49120/collection1/
   [junit4]   2> 828648 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 828648 T4709 C630 P49120 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 828649 T4709 C630 P49120 oasc.SyncStrategy.syncToMe http://127.0.0.1:49120/collection1/ has no replicas
   [junit4]   2> 828649 T4709 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49120/collection1/ shard1
   [junit4]   2> 828649 T4709 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 828653 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828657 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828663 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828766 T4711 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> 828766 T4702 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> 828811 T4709 oasc.ZkController.register We are http://127.0.0.1:49120/collection1/ and leader is http://127.0.0.1:49120/collection1/
   [junit4]   2> 828812 T4709 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49120
   [junit4]   2> 828812 T4709 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 828812 T4709 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 828812 T4709 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 828814 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828815 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828815 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828814 T4709 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 828816 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 828817 T4703 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:49120",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49120_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 828820 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828921 T4702 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> 828922 T4711 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> 828966 T4680 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 828967 T4680 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 828969 T4680 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49814
   [junit4]   2> 828970 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 828970 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 828971 T4680 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003
   [junit4]   2> 828971 T4680 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/'
   [junit4]   2> 828989 T4680 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/solr.xml
   [junit4]   2> 829002 T4680 oasc.CoreContainer.<init> New CoreContainer 32052573
   [junit4]   2> 829002 T4680 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/]
   [junit4]   2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 829005 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 829005 T4680 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 829006 T4680 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 829006 T4680 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829007 T4680 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829007 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 829007 T4680 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55820/solr
   [junit4]   2> 829008 T4680 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 829009 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829011 T4722 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@112ef81 name:ZooKeeperConnection Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829011 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829014 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829016 T4724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da7ab5 name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829016 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829022 T4680 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 830026 T4680 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49814_
   [junit4]   2> 830028 T4680 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49814_
   [junit4]   2> 830031 T4702 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 830031 T4724 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 830031 T4711 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 830037 T4725 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 830038 T4725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 830039 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830039 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830039 T4725 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 830040 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830041 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 830042 T4703 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:49814",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49814_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 830042 T4703 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 830043 T4703 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 830049 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830151 T4702 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> 830151 T4724 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> 830151 T4711 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> 831040 T4725 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 831041 T4725 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 831041 T4725 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 831042 T4725 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 831043 T4725 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 831043 T4725 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/collection1/'
   [junit4]   2> 831044 T4725 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 831045 T4725 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 831045 T4725 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 831083 T4725 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 831096 T4725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 831098 T4725 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 831108 T4725 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 831248 T4725 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 831250 T4725 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 831251 T4725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 831254 T4725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 831279 T4725 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 831279 T4725 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 831280 T4725 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-003/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/
   [junit4]   2> 831280 T4725 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddb5eb
   [junit4]   2> 831281 T4725 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1
   [junit4]   2> 831282 T4725 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/index/
   [junit4]   2> 831282 T4725 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 831282 T4725 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/index
   [junit4]   2> 831283 T4725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.427734375, floorSegmentMB=0.2822265625, forceMergeDeletesPctAllowed=21.10059436423834, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 831288 T4725 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 831288 T4725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 831294 T4725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 831294 T4725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 831295 T4725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 831295 T4725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 831295 T4725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 831296 T4725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 831296 T4725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 831297 T4725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 831297 T4725 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 831298 T4725 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 831299 T4725 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 831300 T4725 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 831300 T4725 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 831301 T4725 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 831301 T4725 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 831302 T4725 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 831304 T4725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 831305 T4725 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 831305 T4725 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 831307 T4725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=5.2841796875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=15.809406819743806, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6112660040824726
   [junit4]   2> 831308 T4725 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 831308 T4725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 831309 T4725 oass.SolrIndexSearcher.<init> Opening Searcher@8e5ee[collection1] main
   [junit4]   2> 831309 T4725 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 831310 T4725 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 831311 T4725 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 831311 T4725 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 831312 T4725 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 831312 T4725 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 831313 T4725 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 831313 T4725 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 831313 T4725 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 831314 T4725 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 831320 T4726 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8e5ee[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 831323 T4725 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 831324 T4729 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49814 collection:collection1 shard:shard2
   [junit4]   2> 831325 T4680 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 831325 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 831328 T4729 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 831338 T4729 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 831340 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831341 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831341 T4729 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 831341 T4729 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 831341 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831342 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C631 name=collection1 org.apache.solr.core.SolrCore@166b83b url=http://127.0.0.1:49814/collection1 node=127.0.0.1:49814_ C631_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49814, core=collection1, node_name=127.0.0.1:49814_}
   [junit4]   2> 831342 T4729 C631 P49814 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49814/collection1/
   [junit4]   2> 831343 T4729 C631 P49814 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 831343 T4729 C631 P49814 oasc.SyncStrategy.syncToMe http://127.0.0.1:49814/collection1/ has no replicas
   [junit4]   2> 831343 T4729 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49814/collection1/ shard2
   [junit4]   2> 831344 T4729 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 831345 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831351 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831354 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831459 T4702 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> 831459 T4724 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> 831459 T4711 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> 831503 T4729 oasc.ZkController.register We are http://127.0.0.1:49814/collection1/ and leader is http://127.0.0.1:49814/collection1/
   [junit4]   2> 831504 T4729 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49814
   [junit4]   2> 831504 T4729 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 831504 T4729 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 831504 T4729 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 831507 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831507 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831508 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831508 T4729 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 831510 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 831511 T4703 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:49814",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49814_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 831514 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831617 T4724 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> 831617 T4702 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> 831617 T4711 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> 831643 T4680 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 831643 T4680 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 831645 T4680 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47220
   [junit4]   2> 831646 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 831646 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 831647 T4680 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004
   [junit4]   2> 831647 T4680 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/'
   [junit4]   2> 831665 T4680 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/solr.xml
   [junit4]   2> 831675 T4680 oasc.CoreContainer.<init> New CoreContainer 19121847
   [junit4]   2> 831675 T4680 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/]
   [junit4]   2> 831676 T4680 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 831679 T4680 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 831679 T4680 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 831680 T4680 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 831680 T4680 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 831680 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 831681 T4680 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55820/solr
   [junit4]   2> 831681 T4680 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 831682 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 831683 T4740 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bb164 name:ZooKeeperConnection Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 831684 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 831687 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 831688 T4742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145a7f1 name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 831688 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 831694 T4680 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 832696 T4680 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47220_
   [junit4]   2> 832698 T4680 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47220_
   [junit4]   2> 832700 T4702 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 832701 T4711 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 832701 T4724 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 832700 T4742 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 832706 T4743 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 832706 T4743 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 832707 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832707 T4743 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 832708 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832708 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832709 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 832710 T4703 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:47220",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47220_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 832710 T4703 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 832711 T4703 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 832716 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832819 T4724 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> 832820 T4742 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> 832819 T4711 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> 832819 T4702 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> 833708 T4743 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 833708 T4743 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 833709 T4743 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 833709 T4743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 833710 T4743 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 833711 T4743 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/'
   [junit4]   2> 833711 T4743 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 833712 T4743 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 833712 T4743 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 833739 T4743 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 833750 T4743 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833752 T4743 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833759 T4743 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 834198 T4743 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 834200 T4743 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 834202 T4743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834206 T4743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834235 T4743 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 834235 T4743 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 834236 T4743 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/
   [junit4]   2> 834236 T4743 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddb5eb
   [junit4]   2> 834237 T4743 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2
   [junit4]   2> 834237 T4743 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/index/
   [junit4]   2> 834238 T4743 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 834238 T4743 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/index
   [junit4]   2> 834240 T4743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.427734375, floorSegmentMB=0.2822265625, forceMergeDeletesPctAllowed=21.10059436423834, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 834245 T4743 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 834246 T4743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834250 T4743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 834251 T4743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 834252 T4743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 834252 T4743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834252 T4743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834253 T4743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 834253 T4743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834253 T4743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834254 T4743 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 834255 T4743 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 834255 T4743 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 834256 T4743 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 834256 T4743 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 834257 T4743 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 834257 T4743 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 834258 T4743 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 834260 T4743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 834262 T4743 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 834262 T4743 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 834268 T4743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=5.2841796875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=15.809406819743806, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6112660040824726
   [junit4]   2> 834270 T4743 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 834270 T4743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834270 T4743 oass.SolrIndexSearcher.<init> Opening Searcher@98a3ab[collection1] main
   [junit4]   2> 834271 T4743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 834272 T4743 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 834272 T4743 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 834273 T4743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 834273 T4743 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 834274 T4743 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 834274 T4743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 834275 T4743 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 834275 T4743 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 834275 T4743 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 834280 T4744 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@98a3ab[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 834283 T4743 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 834284 T4747 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47220 collection:collection1 shard:shard3
   [junit4]   2> 834284 T4680 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 834285 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 834285 T4747 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 834291 T4747 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 834293 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834294 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834294 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834295 T4747 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 834295 T4747 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C632 name=collection1 org.apache.solr.core.SolrCore@4e8c6f url=http://127.0.0.1:47220/collection1 node=127.0.0.1:47220_ C632_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:47220, core=collection1, node_name=127.0.0.1:47220_}
   [junit4]   2> 834295 T4747 C632 P47220 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47220/collection1/
   [junit4]   2> 834296 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 834296 T4747 C632 P47220 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 834297 T4747 C632 P47220 oasc.SyncStrategy.syncToMe http://127.0.0.1:47220/collection1/ has no replicas
   [junit4]   2> 834297 T4747 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47220/collection1/ shard3
   [junit4]   2> 834297 T4747 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 834299 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834303 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834308 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834412 T4724 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> 834412 T4711 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> 834412 T4742 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> 834413 T4702 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> 834456 T4747 oasc.ZkController.register We are http://127.0.0.1:47220/collection1/ and leader is http://127.0.0.1:47220/collection1/
   [junit4]   2> 834456 T4747 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47220
   [junit4]   2> 834456 T4747 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 834456 T4747 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 834457 T4747 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 834458 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834458 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834459 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834459 T4747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 834460 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 834461 T4703 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:47220",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47220_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 834465 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834567 T4724 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> 834567 T4702 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> 834567 T4711 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> 834567 T4742 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> 834585 T4680 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 834586 T4680 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 834588 T4680 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48650
   [junit4]   2> 834589 T4680 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 834589 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 834589 T4680 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-005
   [junit4]   2> 834590 T4680 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-005/'
   [junit4]   2> 834620 T4680 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-005/solr.xml
   [junit4]   2> 834633 T4680 oasc.CoreContainer.<init> New CoreContainer 29470739
   [junit4]   2> 834634 T4680 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-005/]
   [junit4]   2> 834634 T4680 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 834637 T4680 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 834637 T4680 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 834638 T4680 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 834639 T4680 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 834640 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 834640 T4680 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55820/solr
   [junit4]   2> 834641 T4680 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 834642 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 834645 T4758 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b4e4b3 name:ZooKeeperConnection Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 834646 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 834652 T4680 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 834654 T4760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a27233 name:ZooKeeperConnection Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 834654 T4680 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 834665 T4680 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 835672 T4680 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48650_
   [junit4]   2> 835674 T4680 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48650_
   [junit4]   2> 835681 T4711 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 835681 T4760 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 835682 T4742 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 835681 T4724 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 835681 T4702 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 835686 T4761 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 835687 T4761 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 835689 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 835689 T4761 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 835690 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 835690 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 835692 T4703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 835694 T4703 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:48650",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48650_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 835694 T4703 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 835695 T4703 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 835697 T4702 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 835799 T4724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 835799 T4702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 835799 T4742 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 835799 T4711 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 835799 T4760 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 836690 T4761 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collec

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

sMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10/index.20140702212722158 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10/index.20140702212722158;done=false>>]
   [junit4]   2> 1002490 T5712 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10/index.20140702212722158
   [junit4]   2> 1002491 T5712 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10;done=false>>]
   [junit4]   2> 1002491 T5712 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10
   [junit4]   2> 1002491 T5712 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1002564 T5616 C1857 P36228 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 1002565 T5616 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 1002565 T5616 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a8697d
   [junit4]   2> 1002567 T5616 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=22,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=212,cumulative_deletesById=88,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=16134,transaction_logs_total_number=1}
   [junit4]   2> 1002568 T5616 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1002568 T5616 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1002568 T5616 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1002569 T5616 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1002570 T5616 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1002570 T5616 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11/index.20140702212629554 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11/index.20140702212629554;done=false>>]
   [junit4]   2> 1002571 T5616 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11/index.20140702212629554
   [junit4]   2> 1002571 T5616 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11;done=false>>]
   [junit4]   2> 1002571 T5616 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty11
   [junit4]   2> 1002572 T5616 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1002572 T5616 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=iw, timezone=Europe/Paris
   [junit4]   2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=85126976,total=345505792
   [junit4]   2> NOTE: All tests run in this JVM: [SearchHandlerTest, AutoCommitTest, TestBadConfig, DistributedDebugComponentTest, SuggesterFSTTest, TestDocumentBuilder, TestShortCircuitedRequests, TermVectorComponentDistributedTest, TestFieldResource, TestSweetSpotSimilarityFactory, TestNonDefinedSimilarityFactory, SimplePostToolTest, TestPseudoReturnFields, QueryParsingTest, TestSimpleQParserPlugin, HdfsRecoveryZkTest, OutputWriterTest, TestMergePolicyConfig, TestShardHandlerFactory, SolrIndexConfigTest, SampleTest, TestRTGBase, TestXIncludeConfig, LukeRequestHandlerTest, LegacyHTMLStripCharFilterTest, BadCopyFieldTest, DOMUtilTest, TestPhraseSuggestions, ChaosMonkeyNothingIsSafeTest, CollectionsAPIAsyncDistributedZkTest, DocValuesTest, TestBinaryField, TestDistributedMissingSort, DistanceFunctionTest, BinaryUpdateRequestHandlerTest, TestSolrQueryParserResource, AnalyticsQueryTest, AssignTest, TestStandardQParsers, ScriptEngineTest, DistributedQueryComponentCustomSortTest, RollingRestartTest, TestExtendedDismaxParser, TestOmitPositions, ZkSolrClientTest, TimeZoneUtilsTest, MultiThreadedOCPTest, BasicDistributedZk2Test, TestQueryUtils, ResponseHeaderTest, TestIndexSearcher, DistributedQueryElevationComponentTest, IndexSchemaRuntimeFieldTest, LeaderElectionIntegrationTest, TestMiniSolrCloudCluster, SolrCoreTest, PreAnalyzedUpdateProcessorTest, NumericFieldsTest, TestSolrJ, TestIndexingPerformance, TestCloudManagedSchema, TestFieldTypeCollectionResource, TestQueryTypes, TestReplicationHandlerBackup, DocValuesMissingTest, TestPHPSerializedResponseWriter, FieldAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestSolrQueryParser, AtomicUpdatesTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestRequestStatusCollectionAPI, AlternateDirectoryTest, TestIBSimilarityFactory, DistributedSuggestComponentTest, TestRandomFaceting, HdfsLockFactoryTest, OverseerRolesTest, TestZkChroot, DirectSolrConnectionTest, SpatialFilterTest, EnumFieldTest, CoreAdminRequestStatusTest, FullSolrCloudDistribCmdsTest, TestFileDictionaryLookup, TestCharFilters, HdfsCollectionsAPIDistributedZkTest, TestLMDirichletSimilarityFactory, TestDynamicFieldResource, CachingDirectoryFactoryTest, ZkNodePropsTest, SpellingQueryConverterTest, DistribDocExpirationUpdateProcessorTest, TestFieldCollectionResource, BJQParserTest, PolyFieldTest, DebugComponentTest, CacheHeaderTest, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J1 in 176.47s, 1 test, 1 failure <<< FAILURES!

[...truncated 622 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 404 suites, 1654 tests, 1 failure, 37 ignored (16 assumptions)

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