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

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b129) - Build # 9611 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9611/
Java: 64bit/jdk1.8.0-fcs-b129 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testShutdown

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:51831 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([822F47548F44B149:61594EC1683E243B]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:51831 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11630 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> 1060 T13 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1096 T13 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /uf_jc/
   [junit4]   2> 1099 T13 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 1123 T13 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393469556312
   [junit4]   2> 1127 T13 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1130 T14 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1229 T13 oasc.ZkTestServer.run start zk server on port:51831
   [junit4]   2> 1315 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36255 T17 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 34745ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 36267 T15 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144714206b10000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 36272 T15 oazs.NIOServerCnxnFactory.run WARN Ignoring unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 36304 T13 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 36306 T13 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:51831 51831
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testShutdown -Dtests.seed=822F47548F44B149 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_CH -Dtests.timezone=Antarctica/Casey -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   35.3s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:51831 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([822F47548F44B149:61594EC1683E243B]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:51831 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 36436 T13 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393469591624
   [junit4]   2> 36437 T13 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 36437 T21 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 36537 T13 oasc.ZkTestServer.run start zk server on port:36820
   [junit4]   2> 36539 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36587 T27 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@441d71c1 name:ZooKeeperConnection Watcher:127.0.0.1:36820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36587 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36589 T13 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 36612 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36615 T29 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24f5b025 name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36616 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36629 T13 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 36636 T13 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 36653 T13 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 36675 T13 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 36685 T13 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 36698 T13 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 36707 T13 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 36708 T13 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 36714 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 36715 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 36715 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 36716 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 36717 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 36717 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 36718 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 36719 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 36719 T13 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 36729 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36731 T31 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cc40c04 name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36732 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37026 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 37390 T13 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 37411 T13 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40086
   [junit4]   2> 37568 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 37604 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 37604 T13 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923
   [junit4]   2> 37607 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/'
   [junit4]   2> 37809 T13 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/solr.xml
   [junit4]   2> 38080 T13 oasc.CoreContainer.<init> New CoreContainer 1694799318
   [junit4]   2> 38080 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/]
   [junit4]   2> 38107 T13 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 38108 T13 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 38113 T13 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 38114 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 38114 T13 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 38115 T13 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 38119 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 38120 T13 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 38120 T13 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 38175 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38178 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38181 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 38182 T13 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36820/solr
   [junit4]   2> 38206 T13 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 38210 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 38221 T43 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f390719 name:ZooKeeperConnection Watcher:127.0.0.1:36820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38224 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 38233 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 38266 T45 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@227fcd5e name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38267 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 38279 T13 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 38294 T13 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 38327 T13 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 38334 T13 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40086_uf_jc
   [junit4]   2> 38338 T13 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40086_uf_jc
   [junit4]   2> 38346 T13 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 38350 T13 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 38363 T13 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40086_uf_jc
   [junit4]   2> 38364 T13 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 38368 T13 oasc.Overseer.start Overseer (id=91322423157129220-127.0.0.1:40086_uf_jc-n_0000000000) starting
   [junit4]   2> 38457 T13 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 38490 T13 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 38490 T47 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 38496 T47 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 38497 T13 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 38501 T13 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 38512 T46 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 38662 T48 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 38663 T48 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 38669 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 38669 T48 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 38674 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 38676 T46 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:40086/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40086_uf_jc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 38677 T46 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 38688 T46 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 38696 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 38706 T45 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> 39670 T48 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 39671 T48 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/collection1
   [junit4]   2> 39672 T48 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 39675 T48 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 39675 T48 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 39677 T48 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 39678 T48 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/collection1/'
   [junit4]   2> 39803 T48 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 39962 T48 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 39990 T48 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 40200 T48 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 40424 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 40441 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 40460 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 40481 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 41560 T48 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 41571 T48 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 41587 T48 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 41588 T48 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 41660 T48 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 41674 T48 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1393469591923/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/
   [junit4]   2> 41676 T48 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 41716 T48 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data
   [junit4]   2> 41721 T48 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/index/
   [junit4]   2> 41722 T48 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 41734 T48 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/index
   [junit4]   2> 41814 T48 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ec720cb lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 41816 T48 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 42099 T48 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 42131 T48 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 42131 T48 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 42132 T48 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 42135 T48 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 42144 T48 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 42145 T48 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 42149 T48 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 42179 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 42215 T48 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 42215 T48 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 42218 T48 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ec720cb lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 42219 T48 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 42234 T48 oass.SolrIndexSearcher.<init> Opening Searcher@74f52719[collection1] main
   [junit4]   2> 42272 T48 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 42272 T49 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74f52719[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 42278 T13 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 42279 T52 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:40086/uf_jc collection:control_collection shard:shard1
   [junit4]   2> 42279 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 42285 T52 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 42298 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 42299 T52 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 42300 T54 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a0d1533 name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42301 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 42302 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42302 T13 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 42303 T52 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 42304 T52 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 42304 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@4099fb49 url=https://127.0.0.1:40086/uf_jc/collection1 node=127.0.0.1:40086_uf_jc C0_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:40086/uf_jc, core=collection1, node_name=127.0.0.1:40086_uf_jc}
   [junit4]   2> 42308 T52 C0 P40086 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:40086/uf_jc/collection1/
   [junit4]   2> 42310 T52 C0 P40086 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 42310 T52 C0 P40086 oasc.SyncStrategy.syncToMe https://127.0.0.1:40086/uf_jc/collection1/ has no replicas
   [junit4]   2> 42311 T52 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:40086/uf_jc/collection1/ shard1
   [junit4]   2> 42310 T13 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 42311 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42311 T52 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 42313 T45 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> 42314 T54 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> 42335 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42338 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 42341 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42355 T13 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 42358 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 42364 T13 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 42370 T13 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34902
   [junit4]   2> 42372 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 42373 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 42373 T13 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500
   [junit4]   2> 42374 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/'
   [junit4]   2> 42394 T13 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/solr.xml
   [junit4]   2> 42442 T13 oasc.CoreContainer.<init> New CoreContainer 57765083
   [junit4]   2> 42443 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/]
   [junit4]   2> 42444 T13 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 42445 T54 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> 42445 T45 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> 42445 T13 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 42446 T13 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 42447 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 42447 T13 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 42455 T13 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 42456 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 42456 T13 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 42456 T13 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 42461 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 42462 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 42462 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 42463 T13 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36820/solr
   [junit4]   2> 42463 T13 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 42464 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 42468 T65 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58fa0897 name:ZooKeeperConnection Watcher:127.0.0.1:36820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42469 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 42472 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 42473 T67 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31aee5c name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42474 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 42479 T13 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 42489 T52 oasc.ZkController.register We are https://127.0.0.1:40086/uf_jc/collection1/ and leader is https://127.0.0.1:40086/uf_jc/collection1/
   [junit4]   2> 42490 T52 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:40086/uf_jc
   [junit4]   2> 42491 T52 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 42491 T52 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 42491 T52 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 42493 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42493 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42493 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42493 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 42495 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 42496 T46 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:40086/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40086_uf_jc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 42500 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42604 T45 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> 42604 T67 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> 42604 T54 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> 43483 T13 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34902_uf_jc
   [junit4]   2> 43485 T13 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34902_uf_jc
   [junit4]   2> 43489 T54 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 43489 T67 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 43489 T45 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 43498 T68 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 43499 T68 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 43500 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 43500 T68 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 43500 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 43501 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 43503 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 43504 T46 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:34902/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34902_uf_jc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 43504 T46 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 43505 T46 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 43509 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 43616 T45 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> 43616 T67 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> 43616 T54 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> 44501 T68 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 44502 T68 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/collection1
   [junit4]   2> 44502 T68 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 44503 T68 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 44503 T68 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 44505 T68 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 44505 T68 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/collection1/'
   [junit4]   2> 44591 T68 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 44707 T68 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 44709 T68 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 44777 T68 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 45650 T68 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 45661 T68 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 45663 T68 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 45664 T68 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 45666 T68 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 45666 T68 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1393469597500/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/
   [junit4]   2> 45667 T68 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 45668 T68 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1
   [junit4]   2> 45668 T68 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/index/
   [junit4]   2> 45685 T68 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 45686 T68 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/index
   [junit4]   2> 45688 T68 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5d62028c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 45688 T68 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 45689 T68 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 45690 T68 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 45690 T68 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 45690 T68 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 45691 T68 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 45691 T68 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 45691 T68 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 45692 T68 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 45695 T68 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 45700 T68 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 45700 T68 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 45701 T68 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5d62028c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 45701 T68 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 45702 T68 oass.SolrIndexSearcher.<init> Opening Searcher@503f8918[collection1] main
   [junit4]   2> 45703 T68 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 45703 T69 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@503f8918[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 45704 T13 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 45705 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 45704 T72 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:34902/uf_jc collection:collection1 shard:shard2
   [junit4]   2> 45708 T72 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 45723 T72 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 45725 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45726 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45726 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45726 T72 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 45727 T72 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 45727 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@7e9d1727 url=https://127.0.0.1:34902/uf_jc/collection1 node=127.0.0.1:34902_uf_jc C1_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:34902/uf_jc, core=collection1, node_name=127.0.0.1:34902_uf_jc}
   [junit4]   2> 45727 T72 C1 P34902 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:34902/uf_jc/collection1/
   [junit4]   2> 45730 T72 C1 P34902 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 45730 T72 C1 P34902 oasc.SyncStrategy.syncToMe https://127.0.0.1:34902/uf_jc/collection1/ has no replicas
   [junit4]   2> 45730 T72 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:34902/uf_jc/collection1/ shard2
   [junit4]   2> 45731 T72 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 45741 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45742 T45 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> 45742 T67 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> 45742 T54 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> 45777 T13 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 45778 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 45790 T13 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 45793 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45794 T13 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51451
   [junit4]   2> 45796 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 45796 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 45797 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 45798 T13 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896
   [junit4]   2> 45798 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/'
   [junit4]   2> 45807 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45822 T13 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/solr.xml
   [junit4]   2> 45936 T13 oasc.CoreContainer.<init> New CoreContainer 508454905
   [junit4]   2> 45937 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/]
   [junit4]   2> 45940 T45 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> 45940 T13 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 45941 T13 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 45942 T13 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 45943 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 45940 T67 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> 45944 T13 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 45946 T13 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 45946 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 45947 T13 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 45948 T13 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 45940 T54 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> 45960 T72 oasc.ZkController.register We are https://127.0.0.1:34902/uf_jc/collection1/ and leader is https://127.0.0.1:34902/uf_jc/collection1/
   [junit4]   2> 45960 T72 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:34902/uf_jc
   [junit4]   2> 45961 T72 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 45961 T72 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 45961 T72 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 45964 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 45965 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 45964 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45965 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 45965 T72 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 45966 T13 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36820/solr
   [junit4]   2> 45965 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45967 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45968 T13 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 45969 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 45970 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 45972 T46 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:34902/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34902_uf_jc",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 45979 T83 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a6f39cc name:ZooKeeperConnection Watcher:127.0.0.1:36820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45980 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 45984 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 45984 T22 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1447142904f0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 45988 T85 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ac75c9 name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45988 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45988 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 45997 T13 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 46126 T67 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> 46126 T45 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> 46126 T54 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> 46126 T85 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> 47002 T13 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51451_uf_jc
   [junit4]   2> 47003 T13 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51451_uf_jc
   [junit4]   2> 47006 T67 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 47007 T54 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 47009 T45 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 47009 T85 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 47027 T86 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 47027 T86 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 47029 T86 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 47030 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 47030 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 47031 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 47032 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 47033 T46 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:51451/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51451_uf_jc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 47034 T46 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 47034 T46 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 47036 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 47139 T67 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> 47139 T54 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> 47140 T85 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> 47139 T45 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> 48029 T86 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 48030 T86 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/collection1
   [junit4]   2> 48031 T86 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 48033 T86 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 48033 T86 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 48035 T86 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 48035 T86 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/collection1/'
   [junit4]   2> 48119 T86 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 48174 T86 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 48178 T86 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 48218 T86 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 49353 T86 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 49375 T86 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 49378 T86 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 49381 T86 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 49383 T86 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 49383 T86 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1393469600896/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/
   [junit4]   2> 49384 T86 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 49385 T86 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2
   [junit4]   2> 49385 T86 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/index/
   [junit4]   2> 49386 T86 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 49387 T86 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/index
   [junit4]   2> 49390 T86 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@57434ab9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 49390 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 49392 T86 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 49393 T86 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 49393 T86 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 49415 T86 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 49415 T86 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 49416 T86 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 49416 T86 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 49417 T86 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 49420 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 49423 T86 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 49423 T86 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 49425 T86 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@57434ab9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 49429 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 49430 T86 oass.SolrIndexSearcher.<init> Opening Searcher@32e757[collection1] main
   [junit4]   2> 49436 T87 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32e757[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 49436 T86 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 49443 T13 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 49443 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 49447 T90 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:51451/uf_jc collection:collection1 shard:shard1
   [junit4]   2> 49449 T90 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 49467 T90 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 49480 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49481 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49481 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49481 T90 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 49482 T90 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@548f091f url=https://127.0.0.1:51451/uf_jc/collection1 node=127.0.0.1:51451_uf_jc C2_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:51451/uf_jc, core=collection1, node_name=127.0.0.1:51451_uf_jc}
   [junit4]   2> 49482 T90 C2 P51451 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:51451/uf_jc/collection1/
   [junit4]   2> 49482 T90 C2 P51451 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 49483 T90 C2 P51451 oasc.SyncStrategy.syncToMe https://127.0.0.1:51451/uf_jc/collection1/ has no replicas
   [junit4]   2> 49483 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 49483 T90 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:51451/uf_jc/collection1/ shard1
   [junit4]   2> 49484 T90 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 49488 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49492 T45 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> 49495 T85 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> 49495 T67 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> 49495 T54 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> 49521 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49527 T13 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 49528 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 49531 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 49537 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49545 T13 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 49557 T13 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:45969
   [junit4]   2> 49567 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 49568 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 49568 T13 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634
   [junit4]   2> 49568 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/'
   [junit4]   2> 49632 T13 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/solr.xml
   [junit4]   2> 49640 T45 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> 49641 T67 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> 49641 T54 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> 49641 T85 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> 49672 T90 oasc.ZkController.register We are https://127.0.0.1:51451/uf_jc/collection1/ and leader is https://127.0.0.1:51451/uf_jc/collection1/
   [junit4]   2> 49677 T90 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:51451/uf_jc
   [junit4]   2> 49677 T90 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 49681 T90 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 49690 T90 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 49707 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49708 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49708 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49709 T90 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 49717 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 49719 T46 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:51451/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51451_uf_jc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 49740 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 49741 T13 oasc.CoreContainer.<init> New CoreContainer 781712018
   [junit4]   2> 49742 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/]
   [junit4]   2> 49743 T13 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 49743 T13 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 49743 T13 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 49744 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 49744 T13 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 49744 T13 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 49745 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 49745 T13 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 49745 T13 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 49785 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 49785 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 49786 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 49786 T13 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36820/solr
   [junit4]   2> 49787 T13 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 49821 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 49830 T101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42b34dc5 name:ZooKeeperConnection Watcher:127.0.0.1:36820 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 49831 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 49844 T85 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> 49844 T45 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> 49844 T54 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> 49844 T67 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> 49852 T13 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 49856 T103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43de301a name:ZooKeeperConnection Watcher:127.0.0.1:36820/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 49856 T13 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 49873 T13 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 50879 T13 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45969_uf_jc
   [junit4]   2> 50881 T13 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45969_uf_jc
   [junit4]   2> 50884 T54 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 50885 T85 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 50885 T67 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 50885 T45 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 50885 T103 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 50901 T104 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 50902 T104 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 50903 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 50903 T104 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 50904 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 50904 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 50905 T46 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 50907 T46 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:45969/uf_jc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45969_uf_jc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 50907 T46 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 50907 T46 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 50912 T45 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 51044 T54 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> 51044 T67 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> 51044 T103 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> 51045 T45 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> 51044 T85 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> 51905 T104 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 51906 T104 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/collection1
   [junit4]   2> 51906 T104 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 51907 T104 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 51909 T104 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 51910 T104 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 51910 T104 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/collection1/'
   [junit4]   2> 52012 T104 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 52072 T104 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 52073 T104 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 52110 T104 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 52836 T104 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 52838 T104 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 52850 T104 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 52850 T104 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 52851 T104 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 52852 T104 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1393469604634/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/
   [junit4]   2> 52852 T104 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 52853 T104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3
   [junit4]   2> 52853 T104 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index/
   [junit4]   2> 52854 T104 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 52854 T104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index
   [junit4]   2> 52856 T104 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@258033ec lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 52856 T104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 52857 T104 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 52858 T104 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 52858 T104 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 52858 T104 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 52858 T104 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 52871 T104 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 52872 T104 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 52872 T104 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 52875 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52876 T104 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 52877 T104 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 52878 T104 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@258033ec lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 52878 T104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 52878 T104 oass.SolrIndexSearcher.<init> Opening Searcher@7bfdcde8[collection1] main
   [junit4]   2> 52885 T104 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 52885 T105 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bfdcde8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 52886 T13 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Luce

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

s://127.0.0.1:45969/uf_jc/collection1 node=127.0.0.1:45969_uf_jc C106_STATE=coll:collection1 core:collection1 props:{state=active, base_url=https://127.0.0.1:45969/uf_jc, core=collection1, node_name=127.0.0.1:45969_uf_jc}
   [junit4]   2> 67554 T103 C106 P45969 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 67559 T103 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 67559 T103 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b2052ba
   [junit4]   2> 67561 T103 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 67561 T103 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 67561 T103 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 67562 T103 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 67566 T103 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 67568 T103 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 67568 T103 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3;done=false>>]
   [junit4]   2> 67568 T103 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3
   [junit4]   2> 67568 T103 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index;done=false>>]
   [junit4]   2> 67568 T103 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty3/index
   [junit4]   2> 67569 T103 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> 67569 T103 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 67569 T103 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 67570 T103 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> ASYNC  NEW_CORE C107 name=collection1 org.apache.solr.core.SolrCore@47c80b20 url=https://127.0.0.1:32911/uf_jc/collection1 node=127.0.0.1:32911_uf_jc C107_STATE=coll:collection1 core:collection1 props:{state=active, base_url=https://127.0.0.1:32911/uf_jc, core=collection1, node_name=127.0.0.1:32911_uf_jc}
   [junit4]   2> 67668 T122 C107 P32911 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 67670 T122 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 67671 T122 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@47c80b20
   [junit4]   2> 67679 T122 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 67680 T122 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 67680 T122 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 67680 T122 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 67683 T122 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 67684 T122 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 67684 T122 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4/index;done=false>>]
   [junit4]   2> 67684 T122 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4/index
   [junit4]   2> 67685 T122 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4;done=false>>]
   [junit4]   2> 67685 T122 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1393469591624/jetty4
   [junit4]   2> 67686 T122 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 67687 T122 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=de_CH, timezone=Antarctica/Casey
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=48454088,total=131989504
   [junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest]
   [junit4] Completed on J0 in 67.99s, 2 tests, 1 error <<< FAILURES!

[...truncated 115 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 48 suites, 280 tests, 1 error

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_51) - Build # 9613 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9613/
Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC -XX:-UseSuperWord

All tests passed

Build Log:
[...truncated 57614 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:404: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:87: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:187: Source checkout is dirty after running tests!!! Offending files:
* ./solr/licenses/jcl-over-slf4j-1.6.6.jar.sha1
* ./solr/licenses/jul-to-slf4j-1.6.6.jar.sha1
* ./solr/licenses/slf4j-api-1.6.6.jar.sha1
* ./solr/licenses/slf4j-log4j12-1.6.6.jar.sha1

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_60-ea-b04) - Build # 9612 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9612/
Java: 32bit/jdk1.7.0_60-ea-b04 -server -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([F6CBA1D74D1CE786]:0)


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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([F6CBA1D74D1CE786]:0)




Build Log:
[...truncated 11176 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 1095816 T5067 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1095816 T5067 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_k/
   [junit4]   2> 1095820 T5067 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeyNothingIsSafeTest-1393475940876
   [junit4]   2> 1095820 T5067 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1095821 T5068 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1095921 T5067 oasc.ZkTestServer.run start zk server on port:41522
   [junit4]   2> 1095922 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1096007 T5074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56fdc6 name:ZooKeeperConnection Watcher:127.0.0.1:41522 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1096008 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1096009 T5067 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1096019 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1096021 T5076 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cf86f7 name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1096021 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1096022 T5067 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1096026 T5067 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1096030 T5067 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1096034 T5067 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1096038 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1096039 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1096045 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1096046 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1096049 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1096049 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1096051 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1096051 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1096054 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1096054 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1096057 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1096057 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1096059 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1096059 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1096062 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1096062 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1096064 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1096064 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1096066 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1096067 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1096069 T5067 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1096069 T5067 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1096072 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1096073 T5078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@abc72a name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1096073 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1096287 T5067 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1096290 T5067 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1096293 T5067 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51740
   [junit4]   2> 1096295 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1096295 T5067 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1096295 T5067 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131
   [junit4]   2> 1096296 T5067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/'
   [junit4]   2> 1096309 T5067 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/solr.xml
   [junit4]   2> 1096339 T5067 oasc.CoreContainer.<init> New CoreContainer 13151555
   [junit4]   2> 1096340 T5067 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/]
   [junit4]   2> 1096340 T5067 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1096341 T5067 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1096341 T5067 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1096341 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1096341 T5067 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1096342 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1096342 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1096342 T5067 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1096343 T5067 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1096346 T5067 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1096347 T5067 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1096347 T5067 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1096348 T5067 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41522/solr
   [junit4]   2> 1096348 T5067 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1096349 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1096350 T5089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@611b3a name:ZooKeeperConnection Watcher:127.0.0.1:41522 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1096350 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1096352 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1096353 T5091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d1c220 name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1096353 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1096355 T5067 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1096357 T5067 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1096359 T5067 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1096360 T5067 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51740__k
   [junit4]   2> 1096361 T5067 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51740__k
   [junit4]   2> 1096363 T5067 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1096364 T5067 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1096368 T5067 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51740__k
   [junit4]   2> 1096369 T5067 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1096370 T5067 oasc.Overseer.start Overseer (id=91322839261380612-127.0.0.1:51740__k-n_0000000000) starting
   [junit4]   2> 1096373 T5067 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1096377 T5093 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1096377 T5067 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1096378 T5093 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1096383 T5067 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1096385 T5067 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1096386 T5092 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1096389 T5094 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1096389 T5094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1096390 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1096390 T5094 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1096391 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1096392 T5092 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:51740/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51740__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1096392 T5092 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1096392 T5092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1096394 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1096394 T5091 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> 1097391 T5094 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1097391 T5094 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1
   [junit4]   2> 1097391 T5094 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1097392 T5094 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1097393 T5094 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1097394 T5094 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1097394 T5094 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1/'
   [junit4]   2> 1097395 T5094 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1/lib/.svn/' to classloader
   [junit4]   2> 1097396 T5094 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1/lib/classes/' to classloader
   [junit4]   2> 1097396 T5094 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1/lib/README' to classloader
   [junit4]   2> 1097425 T5094 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1097448 T5094 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1097450 T5094 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1097456 T5094 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1097676 T5094 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1097678 T5094 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1097679 T5094 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1097683 T5094 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1097700 T5094 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1097700 T5094 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393475941131/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/
   [junit4]   2> 1097700 T5094 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f5c083
   [junit4]   2> 1097701 T5094 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data
   [junit4]   2> 1097701 T5094 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/index/
   [junit4]   2> 1097702 T5094 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1097702 T5094 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/index
   [junit4]   2> 1097703 T5094 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1097808 T5094 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1097808 T5094 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1097811 T5094 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1097812 T5094 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1097812 T5094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1097812 T5094 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1097813 T5094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1097813 T5094 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1097813 T5094 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1097814 T5094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1097814 T5094 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1097815 T5094 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1097815 T5094 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1097815 T5094 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1097816 T5094 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1097816 T5094 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1097817 T5094 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1097817 T5094 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1097818 T5094 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1097821 T5094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1097824 T5094 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1097824 T5094 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1097825 T5094 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=89.3798828125, floorSegmentMB=0.4931640625, forceMergeDeletesPctAllowed=13.363026351394767, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38365163310257544
   [junit4]   2> 1097827 T5094 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1097827 T5094 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1097827 T5094 oass.SolrIndexSearcher.<init> Opening Searcher@1c1cb3d[collection1] main
   [junit4]   2> 1097829 T5095 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c1cb3d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1097830 T5094 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1097831 T5067 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1097831 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1097831 T5098 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:51740/_k collection:control_collection shard:shard1
   [junit4]   2> 1097833 T5098 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1097834 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1097835 T5100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd054c name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1097835 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1097836 T5067 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1097837 T5098 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1097838 T5067 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1097839 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097839 T5098 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1097839 T5098 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1528 name=collection1 org.apache.solr.core.SolrCore@1a22c41 url=https://127.0.0.1:51740/_k/collection1 node=127.0.0.1:51740__k C1528_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:51740/_k, core=collection1, node_name=127.0.0.1:51740__k}
   [junit4]   2> 1097840 T5098 C1528 P51740 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:51740/_k/collection1/
   [junit4]   2> 1097840 T5098 C1528 P51740 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1097840 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1097840 T5098 C1528 P51740 oasc.SyncStrategy.syncToMe https://127.0.0.1:51740/_k/collection1/ has no replicas
   [junit4]   2> 1097840 T5098 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:51740/_k/collection1/ shard1
   [junit4]   2> 1097841 T5098 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1097842 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097846 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097848 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097952 T5100 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> 1097952 T5091 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> 1097997 T5098 oasc.ZkController.register We are https://127.0.0.1:51740/_k/collection1/ and leader is https://127.0.0.1:51740/_k/collection1/
   [junit4]   2> 1097997 T5098 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:51740/_k
   [junit4]   2> 1097997 T5098 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1097997 T5098 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1097997 T5098 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1097998 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097999 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097999 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1097999 T5098 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1098000 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1098000 T5092 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:51740/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51740__k",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1098002 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1098074 T5067 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1098075 T5067 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1098078 T5067 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1098079 T5067 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41112
   [junit4]   2> 1098080 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1098081 T5067 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1098081 T5067 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894
   [junit4]   2> 1098081 T5067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/'
   [junit4]   2> 1098091 T5067 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/solr.xml
   [junit4]   2> 1098104 T5091 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> 1098104 T5100 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> 1098115 T5067 oasc.CoreContainer.<init> New CoreContainer 24176021
   [junit4]   2> 1098115 T5067 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/]
   [junit4]   2> 1098116 T5067 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1098116 T5067 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1098117 T5067 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1098117 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1098117 T5067 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1098117 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1098118 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1098118 T5067 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1098118 T5067 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1098121 T5067 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1098122 T5067 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1098122 T5067 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1098123 T5067 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41522/solr
   [junit4]   2> 1098123 T5067 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1098124 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098125 T5111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bba1e9 name:ZooKeeperConnection Watcher:127.0.0.1:41522 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098125 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1098127 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098128 T5113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3591d7 name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098129 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1098134 T5067 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1099136 T5067 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41112__k
   [junit4]   2> 1099138 T5067 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41112__k
   [junit4]   2> 1099142 T5100 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1099142 T5091 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1099142 T5113 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1099150 T5114 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1099150 T5114 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1099151 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1099151 T5114 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1099151 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1099152 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1099153 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1099153 T5092 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:41112/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41112__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1099154 T5092 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1099154 T5092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1099156 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1099259 T5091 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> 1099259 T5113 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> 1099259 T5100 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> 1100152 T5114 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1100152 T5114 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1
   [junit4]   2> 1100152 T5114 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1100154 T5114 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1100154 T5114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1100156 T5114 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1100156 T5114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1/'
   [junit4]   2> 1100157 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1/lib/.svn/' to classloader
   [junit4]   2> 1100158 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1/lib/classes/' to classloader
   [junit4]   2> 1100158 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1/lib/README' to classloader
   [junit4]   2> 1100187 T5114 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1100211 T5114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1100213 T5114 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1100218 T5114 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1100425 T5114 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1100427 T5114 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1100428 T5114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1100431 T5114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1100446 T5114 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1100446 T5114 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393475942894/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/
   [junit4]   2> 1100446 T5114 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f5c083
   [junit4]   2> 1100447 T5114 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1
   [junit4]   2> 1100447 T5114 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/index/
   [junit4]   2> 1100447 T5114 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1100447 T5114 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/index
   [junit4]   2> 1100448 T5114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1100450 T5114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1100451 T5114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1100453 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1100454 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1100454 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1100454 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1100454 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1100455 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1100455 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1100455 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1100455 T5114 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1100456 T5114 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1100456 T5114 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1100456 T5114 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1100456 T5114 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1100457 T5114 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1100457 T5114 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1100458 T5114 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1100458 T5114 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1100460 T5114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1100462 T5114 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1100462 T5114 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1100463 T5114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=89.3798828125, floorSegmentMB=0.4931640625, forceMergeDeletesPctAllowed=13.363026351394767, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38365163310257544
   [junit4]   2> 1100463 T5114 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1100464 T5114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1100464 T5114 oass.SolrIndexSearcher.<init> Opening Searcher@1e9b5a2[collection1] main
   [junit4]   2> 1100467 T5115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e9b5a2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1100469 T5114 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1100470 T5067 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1100470 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1100470 T5118 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:41112/_k collection:collection1 shard:shard2
   [junit4]   2> 1100471 T5118 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1100476 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1100477 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100478 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100478 T5118 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1100478 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100478 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1529 name=collection1 org.apache.solr.core.SolrCore@50a3cc url=https://127.0.0.1:41112/_k/collection1 node=127.0.0.1:41112__k C1529_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:41112/_k, core=collection1, node_name=127.0.0.1:41112__k}
   [junit4]   2> 1100478 T5118 C1529 P41112 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:41112/_k/collection1/
   [junit4]   2> 1100478 T5118 C1529 P41112 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1100479 T5118 C1529 P41112 oasc.SyncStrategy.syncToMe https://127.0.0.1:41112/_k/collection1/ has no replicas
   [junit4]   2> 1100479 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:41112/_k/collection1/ shard2
   [junit4]   2> 1100479 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1100479 T5118 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1100481 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100483 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100487 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100589 T5091 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> 1100589 T5113 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> 1100589 T5100 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> 1100634 T5118 oasc.ZkController.register We are https://127.0.0.1:41112/_k/collection1/ and leader is https://127.0.0.1:41112/_k/collection1/
   [junit4]   2> 1100634 T5118 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:41112/_k
   [junit4]   2> 1100634 T5118 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1100634 T5118 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1100634 T5118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1100637 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100637 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100638 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100638 T5118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1100639 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1100639 T5092 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:41112/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41112__k",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1100641 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1100684 T5067 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1100685 T5067 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1100688 T5067 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1100690 T5067 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:38085
   [junit4]   2> 1100693 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1100694 T5067 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1100694 T5067 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527
   [junit4]   2> 1100695 T5067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/'
   [junit4]   2> 1100704 T5067 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/solr.xml
   [junit4]   2> 1100727 T5067 oasc.CoreContainer.<init> New CoreContainer 3928016
   [junit4]   2> 1100728 T5067 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/]
   [junit4]   2> 1100729 T5067 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1100729 T5067 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1100729 T5067 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1100730 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1100730 T5067 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1100730 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1100731 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1100731 T5067 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1100731 T5067 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1100734 T5067 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1100735 T5067 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1100735 T5067 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1100736 T5067 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41522/solr
   [junit4]   2> 1100736 T5067 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1100737 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1100739 T5129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee56f2 name:ZooKeeperConnection Watcher:127.0.0.1:41522 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1100740 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1100743 T5100 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> 1100743 T5091 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> 1100746 T5113 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> 1100753 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1100753 T5131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119322f name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1100754 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1100758 T5067 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1101760 T5067 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38085__k
   [junit4]   2> 1101762 T5067 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38085__k
   [junit4]   2> 1101764 T5113 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1101764 T5100 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1101764 T5131 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1101764 T5091 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1101771 T5132 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1101771 T5132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1101772 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1101772 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1101773 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1101774 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1101774 T5092 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:38085/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38085__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1101775 T5092 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1101775 T5092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1101775 T5132 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1101777 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1101881 T5100 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> 1101881 T5113 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> 1101881 T5131 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> 1101881 T5091 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> 1102778 T5132 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1102778 T5132 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1
   [junit4]   2> 1102778 T5132 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1102779 T5132 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1102779 T5132 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1102780 T5132 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1102780 T5132 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1/'
   [junit4]   2> 1102781 T5132 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1/lib/.svn/' to classloader
   [junit4]   2> 1102781 T5132 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1/lib/classes/' to classloader
   [junit4]   2> 1102782 T5132 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1/lib/README' to classloader
   [junit4]   2> 1102807 T5132 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1102830 T5132 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1102831 T5132 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1102837 T5132 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1103069 T5132 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1103071 T5132 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1103072 T5132 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1103075 T5132 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1103093 T5132 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1103093 T5132 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393475945527/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/
   [junit4]   2> 1103093 T5132 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f5c083
   [junit4]   2> 1103094 T5132 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2
   [junit4]   2> 1103094 T5132 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/index/
   [junit4]   2> 1103094 T5132 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1103095 T5132 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/index
   [junit4]   2> 1103095 T5132 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1103097 T5132 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1103097 T5132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1103101 T5132 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1103101 T5132 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1103101 T5132 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1103101 T5132 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1103102 T5132 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1103102 T5132 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1103102 T5132 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1103102 T5132 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1103103 T5132 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1103103 T5132 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1103103 T5132 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1103104 T5132 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1103104 T5132 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1103104 T5132 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1103105 T5132 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1103105 T5132 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1103105 T5132 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1103108 T5132 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1103111 T5132 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1103111 T5132 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1103112 T5132 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=89.3798828125, floorSegmentMB=0.4931640625, forceMergeDeletesPctAllowed=13.363026351394767, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38365163310257544
   [junit4]   2> 1103113 T5132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1103113 T5132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1103113 T5132 oass.SolrIndexSearcher.<init> Opening Searcher@549dc7[collection1] main
   [junit4]   2> 1103116 T5133 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@549dc7[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1103118 T5132 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1103118 T5067 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1103119 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1103118 T5136 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:38085/_k collection:collection1 shard:shard1
   [junit4]   2> 1103120 T5136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1103125 T5136 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1103126 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103127 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103127 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103127 T5136 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1103127 T5136 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1530 name=collection1 org.apache.solr.core.SolrCore@117ce6e url=https://127.0.0.1:38085/_k/collection1 node=127.0.0.1:38085__k C1530_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:38085/_k, core=collection1, node_name=127.0.0.1:38085__k}
   [junit4]   2> 1103128 T5136 C1530 P38085 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:38085/_k/collection1/
   [junit4]   2> 1103128 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1103128 T5136 C1530 P38085 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1103128 T5136 C1530 P38085 oasc.SyncStrategy.syncToMe https://127.0.0.1:38085/_k/collection1/ has no replicas
   [junit4]   2> 1103129 T5136 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:38085/_k/collection1/ shard1
   [junit4]   2> 1103129 T5136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1103130 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103132 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103136 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103239 T5100 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> 1103239 T5113 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> 1103239 T5131 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> 1103239 T5091 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> 1103283 T5136 oasc.ZkController.register We are https://127.0.0.1:38085/_k/collection1/ and leader is https://127.0.0.1:38085/_k/collection1/
   [junit4]   2> 1103284 T5136 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:38085/_k
   [junit4]   2> 1103284 T5136 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1103284 T5136 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1103284 T5136 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1103287 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103287 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103287 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103288 T5136 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1103289 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1103289 T5092 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:38085/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38085__k",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1103291 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1103351 T5067 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1103352 T5067 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1103355 T5067 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1103356 T5067 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:56720
   [junit4]   2> 1103358 T5067 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1103358 T5067 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1103359 T5067 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176
   [junit4]   2> 1103359 T5067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/'
   [junit4]   2> 1103369 T5067 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/solr.xml
   [junit4]   2> 1103417 T5113 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> 1103417 T5091 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> 1103417 T5100 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> 1103422 T5131 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> 1103425 T5067 oasc.CoreContainer.<init> New CoreContainer 32662298
   [junit4]   2> 1103425 T5067 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/]
   [junit4]   2> 1103426 T5067 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1103426 T5067 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1103427 T5067 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1103427 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1103427 T5067 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1103428 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1103428 T5067 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1103428 T5067 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1103429 T5067 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1103432 T5067 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1103432 T5067 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1103433 T5067 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1103433 T5067 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41522/solr
   [junit4]   2> 1103433 T5067 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1103434 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1103437 T5147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6b0a name:ZooKeeperConnection Watcher:127.0.0.1:41522 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1103438 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1103440 T5067 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1103441 T5149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18057e5 name:ZooKeeperConnection Watcher:127.0.0.1:41522/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1103441 T5067 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1103444 T5067 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1104446 T5067 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56720__k
   [junit4]   2> 1104448 T5067 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56720__k
   [junit4]   2> 1104450 T5131 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1104450 T5149 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1104450 T5091 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1104450 T5100 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1104450 T5113 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1104456 T5150 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1104456 T5150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1104457 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1104457 T5150 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1104457 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1104458 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1104458 T5092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1104459 T5092 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:56720/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56720__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1104459 T5092 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1104459 T5092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1104461 T5091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1104567 T5149 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> 1104567 T5091 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> 1104567 T5113 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> 1104567 T5100 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> 1104567 T5131 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> 1105458 T5150 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1105458 T5150 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1
   [junit4]   2> 1105458 T5150 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1105459 T5150 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1105459 T5150 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1105460 T5150 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1105460 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1/'
   [junit4]   2> 1105461 T5150 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1/lib/.svn/' to classloader
   [junit4]   2> 1105461 T5150 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1/lib/classes/' to classloader
   [junit4]   2> 1105461 T5150 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1/lib/README' to classloader
   [junit4]   2> 1105486 T5150 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1105510 T5150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1105511 T5150 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1105518 T5150 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1105770 T5150 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1105772 T5150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1105773 T5150 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1105776 T5150 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1105792 T5150 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1105793 T5150 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393475948176/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3/
   [junit4]   2> 1105793 T5150 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f5c083
   [junit4]   2> 1105794 T5150 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3
   [junit4]   2> 1105794 T5150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3/index/
   [junit4]   2> 1105794 T5150 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1105794 T5150 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3/index
   [junit4]   2> 1105795 T5150 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1105797 T5150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393475940876/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 1105797 T5150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1105801 T5150 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1105801 T5150 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1105801 T5150 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1105801 T5150 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1105802 T5150 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1105802 T5150 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1105802 T5150 oasup.UpdateRequestProcessorChain.init creating updateRequestProcess

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

	        at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:510)
   [junit4]   2> 	        at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
   [junit4]   2> 	        at org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:664)
   [junit4]   2> 	        at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.indexr(ChaosMonkeyNothingIsSafeTest.java:386)
   [junit4]   2> 	        at org.apache.solr.cloud.AbstractFullDistribZkTestBase.access$100(AbstractFullDistribZkTestBase.java:87)
   [junit4]   2> 	        at org.apache.solr.cloud.AbstractFullDistribZkTestBase$StopableIndexingThread.run(AbstractFullDistribZkTestBase.java:1500)
   [junit4]   2> 	  32) Thread[id=5491, name=qtp20586498-5491 Acceptor0 SslSelectChannelConnector@127.0.0.1:56720, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  33) Thread[id=5678, name=qtp11362826-5678 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  34) Thread[id=5561, name=qtp18027409-5561 Acceptor1 SslSelectChannelConnector@127.0.0.1:41112, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:956)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  35) Thread[id=5199, name=qtp5916569-5199 Acceptor1 SslSelectChannelConnector@127.0.0.1:43638, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:956)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  36) Thread[id=5213, name=coreZkRegister-2964-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=fi_FI, timezone=America/Boise
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=43,free=172430984,total=408944640
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsSyncSliceTest, ReturnFieldsTest, TestSolrQueryParserResource, BasicDistributedZkTest, TestNonNRTOpen, SyncSliceTest, TestSchemaVersionResource, SchemaVersionSpecificBehaviorTest, TestPerFieldSimilarity, TestStressUserVersions, FieldMutatingUpdateProcessorTest, SOLR749Test, TestSchemaNameResource, TestAnalyzeInfixSuggestions, TestCopyFieldCollectionResource, TestStressVersions, DistributedSuggestComponentTest, DateMathParserTest, QueryFacetTest, AnalysisErrorHandlingTest, TestRandomMergePolicy, StatelessScriptUpdateProcessorFactoryTest, QueryResultKeyTest, TestExtendedDismaxParser, UpdateRequestProcessorFactoryTest, TestPseudoReturnFields, SampleTest, CoreAdminCreateDiscoverTest, PolyFieldTest, CSVRequestHandlerTest, DistributedSpellCheckComponentTest, NoFacetTest, QueryElevationComponentTest, TestRemoteStreaming, BasicFunctionalityTest, TestFreeTextSuggestions, DirectUpdateHandlerOptimizeTest, AutoCommitTest, TestSolrXmlPersistor, TestOverriddenPrefixQueryForCustomFieldType, ResourceLoaderTest, LukeRequestHandlerTest, ShardRoutingTest, SuggesterTest, OverseerTest, JsonLoaderTest, TestDistributedMissingSort, MBeansHandlerTest, TestGroupingSearch, TestFieldCollectionResource, TestRandomDVFaceting, QueryParsingTest, DOMUtilTest, RecoveryZkTest, ClusterStateUpdateTest, TestCharFilters, TestSuggestSpellingConverter, SolrCoreTest, HdfsRecoveryZkTest, IndexSchemaTest, RangeFacetTest, TestReversedWildcardFilterFactory, SystemInfoHandlerTest, TestPHPSerializedResponseWriter, AbstractAnalyticsFacetTest, SliceStateUpdateTest, URLClassifyProcessorTest, TestLFUCache, TestQueryUtils, TestHighlightDedupGrouping, TestDocumentBuilder, FieldFacetExtrasTest, TestLMDirichletSimilarityFactory, TestDocSet, TestConfig, SpatialFilterTest, BadComponentTest, BJQParserTest, AddBlockUpdateTest, TestReplicationHandler, TestJmxMonitoredMap, ChangedSchemaMergeTest, UpdateParamsTest, DistributedQueryElevationComponentTest, InfoHandlerTest, TestSort, TestBM25SimilarityFactory, SolrIndexSplitterTest, TestHighFrequencyDictionaryFactory, PeerSyncTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, ZkControllerTest, TestRealTimeGet, TestJoin, ConvertedLegacyTest, TestLazyCores, TestBadConfig, SoftAutoCommitTest, CoreAdminHandlerTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, TestUpdate, QueryEqualityTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestWriterPerf, FileBasedSpellCheckerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, JSONWriterTest, BinaryUpdateRequestHandlerTest, TestSolrIndexConfig, ResponseLogComponentTest, TestMergePolicyConfig, MultiTermTest, TestElisionMultitermQuery, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, EchoParamsTest, TestNumberUtils, TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=F6CBA1D74D1CE786 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=America/Boise -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6CBA1D74D1CE786]:0)
   [junit4] Completed on J0 in 7263.89s, 1 test, 2 errors <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 373 suites, 1607 tests, 1 suite-level error, 1 error, 47 ignored (19 assumptions)

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