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/14 15:11:18 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-fcs-b129) - Build # 9366 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9366/
Java: 64bit/jdk1.8.0-fcs-b129 -XX:-UseCompressedOops -XX:+UseParallelGC

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:49164 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:49164 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([C9C4832DC50B7F14:2AB28AB82271EA66]: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:198)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:80)
	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:49164 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:235)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11674 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 6073 T31 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 6077 T31 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 6091 T31 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1392386989014
   [junit4]   2> 6095 T31 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 6115 T32 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6214 T31 oasc.ZkTestServer.run start zk server on port:49164
   [junit4]   2> 6310 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6336 T33 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 37033 T35 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 29259ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 37050 T33 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14430bb5c6e0000, 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> 37066 T33 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14430bb5c6e0001, 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> 37070 T38 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e07d9c1 name:ZooKeeperConnection Watcher:127.0.0.1:49164 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37071 T38 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> 37091 T31 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 37093 T31 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49164 49164
   [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=C9C4832DC50B7F14 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Atlantic/Bermuda -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   31.2s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:49164 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C9C4832DC50B7F14:2AB28AB82271EA66]: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:198)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:80)
   [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:49164 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:235)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 37266 T31 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1392387020189
   [junit4]   2> 37267 T31 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 37267 T39 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 37367 T31 oasc.ZkTestServer.run start zk server on port:59683
   [junit4]   2> 37368 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37414 T45 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f15f6c2 name:ZooKeeperConnection Watcher:127.0.0.1:59683 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37415 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37416 T31 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 37436 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37439 T47 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f498e71 name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37440 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37444 T31 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 37451 T31 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 37456 T31 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 37460 T31 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 37467 T31 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 37475 T31 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 37483 T31 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 37484 T31 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 37492 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 37493 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 37493 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 37494 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 37495 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 37496 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 37496 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 37497 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 37497 T31 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 37501 T40 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14430bbd5a30001, 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> 37556 T31 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 37561 T31 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58308
   [junit4]   2> 37562 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 37562 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 37563 T31 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422
   [junit4]   2> 37563 T31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/'
   [junit4]   2> 37580 T31 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/solr.xml
   [junit4]   2> 37733 T31 oasc.CoreContainer.<init> New CoreContainer 1307204922
   [junit4]   2> 37734 T31 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/]
   [junit4]   2> 37735 T31 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 37736 T31 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 37736 T31 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 37737 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 37737 T31 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 37738 T31 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 37738 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 37739 T31 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 37739 T31 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 37744 T31 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 37744 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 37745 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 37745 T31 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59683/solr
   [junit4]   2> 37757 T31 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 37758 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37763 T58 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@180a81dc name:ZooKeeperConnection Watcher:127.0.0.1:59683 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37764 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37769 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37771 T60 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30055936 name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37771 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37778 T31 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 37785 T31 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 37793 T31 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 37795 T31 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58308_
   [junit4]   2> 37798 T31 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58308_
   [junit4]   2> 37803 T31 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 37807 T31 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 37817 T31 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58308_
   [junit4]   2> 37818 T31 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 37821 T31 oasc.Overseer.start Overseer (id=91251475755499523-127.0.0.1:58308_-n_0000000000) starting
   [junit4]   2> 37832 T31 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 37855 T62 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 37855 T31 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 37859 T31 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 37861 T31 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 37864 T62 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 37869 T61 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 37876 T63 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 37877 T63 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 37880 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 37880 T63 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 37883 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 37884 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58308",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58308_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 37885 T61 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 37891 T61 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 37895 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 37900 T60 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> 38881 T63 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 38881 T63 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/collection1
   [junit4]   2> 38881 T63 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 38882 T63 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 38883 T63 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 38884 T63 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 38885 T63 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/collection1/'
   [junit4]   2> 38911 T63 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 38925 T63 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 38929 T63 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 38962 T63 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 38984 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 38991 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 38996 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 39002 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 39191 T63 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 39193 T63 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 39195 T63 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 39195 T63 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 39198 T63 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 39199 T63 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1392387020422/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/
   [junit4]   2> 39199 T63 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 39200 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data
   [junit4]   2> 39201 T63 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/index/
   [junit4]   2> 39201 T63 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 39201 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/index
   [junit4]   2> 39203 T63 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6710e1a5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 39203 T63 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 39204 T63 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 39205 T63 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 39205 T63 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 39205 T63 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 39209 T63 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 39209 T63 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 39209 T63 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 39210 T63 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 39211 T63 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 39213 T63 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 39213 T63 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 39214 T63 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6710e1a5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 39214 T63 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 39214 T63 oass.SolrIndexSearcher.<init> Opening Searcher@3df84a1d[collection1] main
   [junit4]   2> 39215 T63 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 39215 T64 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3df84a1d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 39216 T31 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 39217 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 39216 T67 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58308 collection:control_collection shard:shard1
   [junit4]   2> 39225 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 39225 T67 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 39227 T69 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a8bc41a name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 39227 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 39229 T31 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 39234 T31 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 39235 T67 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 39238 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39239 T67 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 39239 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 39240 T67 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@2cab78d1 url=http://127.0.0.1:58308/collection1 node=127.0.0.1:58308_ C2_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:58308, core=collection1, node_name=127.0.0.1:58308_}
   [junit4]   2> 39242 T67 C2 P58308 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58308/collection1/
   [junit4]   2> 39244 T67 C2 P58308 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 39244 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39244 T67 C2 P58308 oasc.SyncStrategy.syncToMe http://127.0.0.1:58308/collection1/ has no replicas
   [junit4]   2> 39245 T67 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58308/collection1/ shard1
   [junit4]   2> 39245 T67 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 39251 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39258 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39265 T31 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 39265 T31 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 39268 T31 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41796
   [junit4]   2> 39269 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 39269 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 39269 T31 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156
   [junit4]   2> 39270 T31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/'
   [junit4]   2> 39281 T31 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/solr.xml
   [junit4]   2> 39297 T31 oasc.CoreContainer.<init> New CoreContainer 933203867
   [junit4]   2> 39297 T31 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/]
   [junit4]   2> 39298 T31 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 39299 T31 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 39299 T31 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 39299 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 39300 T31 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 39300 T31 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 39301 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 39301 T31 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 39301 T31 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 39305 T31 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 39306 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 39306 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 39307 T31 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59683/solr
   [junit4]   2> 39307 T31 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 39308 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 39311 T80 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cba7a38 name:ZooKeeperConnection Watcher:127.0.0.1:59683 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 39311 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 39314 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 39318 T82 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32d6df71 name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 39319 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 39324 T31 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 39361 T69 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> 39361 T60 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> 39362 T82 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> 39402 T67 oasc.ZkController.register We are http://127.0.0.1:58308/collection1/ and leader is http://127.0.0.1:58308/collection1/
   [junit4]   2> 39402 T67 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58308
   [junit4]   2> 39403 T67 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 39403 T67 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 39403 T67 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 39404 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39404 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39405 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39405 T67 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 39406 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 39407 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58308",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58308_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 39410 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 39512 T69 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> 39512 T82 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> 39512 T60 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> 40328 T31 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41796_
   [junit4]   2> 40330 T31 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41796_
   [junit4]   2> 40335 T69 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 40335 T60 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 40336 T82 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 40348 T83 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 40348 T83 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 40351 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 40351 T83 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 40351 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 40352 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 40354 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 40355 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41796",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41796_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 40355 T61 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 40355 T61 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 40359 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 40464 T69 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> 40464 T60 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> 40464 T82 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> 41351 T83 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 41352 T83 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/collection1
   [junit4]   2> 41352 T83 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 41353 T83 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 41353 T83 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 41354 T83 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 41354 T83 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/collection1/'
   [junit4]   2> 41379 T83 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 41391 T83 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 41392 T83 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 41410 T83 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 41605 T83 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 41606 T83 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 41608 T83 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 41608 T83 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 41609 T83 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 41609 T83 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1392387022156/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/
   [junit4]   2> 41609 T83 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 41610 T83 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1
   [junit4]   2> 41610 T83 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/index/
   [junit4]   2> 41610 T83 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 41611 T83 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/index
   [junit4]   2> 41612 T83 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6d3372d0 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 41612 T83 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 41613 T83 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 41613 T83 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 41614 T83 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 41614 T83 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 41614 T83 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 41614 T83 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 41614 T83 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 41615 T83 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 41617 T83 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41618 T83 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 41618 T83 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 41619 T83 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6d3372d0 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 41619 T83 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 41620 T83 oass.SolrIndexSearcher.<init> Opening Searcher@23d844e8[collection1] main
   [junit4]   2> 41621 T84 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23d844e8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 41621 T83 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 41622 T31 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 41623 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 41622 T87 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41796 collection:collection1 shard:shard2
   [junit4]   2> 41624 T87 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 41635 T87 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 41639 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41640 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41640 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41640 T87 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 41641 T87 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@43410b95 url=http://127.0.0.1:41796/collection1 node=127.0.0.1:41796_ C3_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:41796, core=collection1, node_name=127.0.0.1:41796_}
   [junit4]   2> 41641 T87 C3 P41796 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41796/collection1/
   [junit4]   2> 41642 T87 C3 P41796 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 41642 T87 C3 P41796 oasc.SyncStrategy.syncToMe http://127.0.0.1:41796/collection1/ has no replicas
   [junit4]   2> 41642 T87 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41796/collection1/ shard2
   [junit4]   2> 41642 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 41643 T87 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 41649 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41660 T31 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 41661 T31 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 41662 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41667 T31 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40477
   [junit4]   2> 41668 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 41669 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 41669 T31 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545
   [junit4]   2> 41670 T31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/'
   [junit4]   2> 41674 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41692 T31 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/solr.xml
   [junit4]   2> 41706 T31 oasc.CoreContainer.<init> New CoreContainer 1613143702
   [junit4]   2> 41707 T31 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/]
   [junit4]   2> 41708 T31 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 41709 T31 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 41709 T31 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 41709 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 41710 T31 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 41710 T31 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 41710 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 41711 T31 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 41712 T31 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 41716 T31 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 41716 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 41717 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 41717 T31 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59683/solr
   [junit4]   2> 41717 T31 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 41719 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 41724 T98 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9372237 name:ZooKeeperConnection Watcher:127.0.0.1:59683 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 41725 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 41728 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 41730 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4997d157 name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 41731 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 41736 T31 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 41778 T69 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> 41779 T60 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> 41778 T82 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> 41779 T100 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> 41813 T87 oasc.ZkController.register We are http://127.0.0.1:41796/collection1/ and leader is http://127.0.0.1:41796/collection1/
   [junit4]   2> 41813 T87 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41796
   [junit4]   2> 41813 T87 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 41814 T87 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 41814 T87 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 41815 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41816 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41816 T87 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 41816 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41817 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 41818 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41796",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41796_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 41821 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 41925 T69 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> 41925 T100 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> 41925 T60 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> 41925 T82 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> 42741 T31 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40477_
   [junit4]   2> 42744 T31 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40477_
   [junit4]   2> 42748 T69 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 42749 T100 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 42749 T60 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 42748 T82 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 42759 T101 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 42759 T101 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 42761 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42762 T101 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 42762 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42763 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42765 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 42767 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40477",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40477_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 42768 T61 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 42769 T61 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 42775 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 42880 T82 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> 42880 T60 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> 42880 T69 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> 42881 T100 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> 43762 T101 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 43763 T101 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/collection1
   [junit4]   2> 43763 T101 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 43765 T101 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 43765 T101 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 43767 T101 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 43767 T101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/collection1/'
   [junit4]   2> 43803 T101 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 43822 T101 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 43824 T101 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 43857 T101 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 43983 T101 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43985 T101 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 43987 T101 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 43987 T101 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 43988 T101 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 43988 T101 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1392387024545/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/
   [junit4]   2> 43988 T101 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 43990 T101 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2
   [junit4]   2> 43990 T101 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/index/
   [junit4]   2> 43990 T101 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 43990 T101 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/index
   [junit4]   2> 43991 T101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ba4417c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 43992 T101 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 43992 T101 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 43993 T101 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 43993 T101 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 43993 T101 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 43993 T101 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 43994 T101 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 43994 T101 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 43994 T101 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 43995 T101 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 43997 T101 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 43997 T101 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 43998 T101 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ba4417c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 43998 T101 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 43998 T101 oass.SolrIndexSearcher.<init> Opening Searcher@76669308[collection1] main
   [junit4]   2> 44000 T102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76669308[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 44000 T101 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 44001 T31 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 44001 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 44001 T105 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40477 collection:collection1 shard:shard1
   [junit4]   2> 44004 T105 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 44010 T105 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 44012 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44012 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44012 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44013 T105 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 44013 T105 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@53aa0676 url=http://127.0.0.1:40477/collection1 node=127.0.0.1:40477_ C4_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:40477, core=collection1, node_name=127.0.0.1:40477_}
   [junit4]   2> 44013 T105 C4 P40477 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40477/collection1/
   [junit4]   2> 44014 T105 C4 P40477 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 44014 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 44014 T105 C4 P40477 oasc.SyncStrategy.syncToMe http://127.0.0.1:40477/collection1/ has no replicas
   [junit4]   2> 44014 T105 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40477/collection1/ shard1
   [junit4]   2> 44015 T105 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 44018 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44019 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44022 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44029 T31 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 44030 T31 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 44034 T31 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45173
   [junit4]   2> 44036 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 44036 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44036 T31 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924
   [junit4]   2> 44037 T31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/'
   [junit4]   2> 44048 T31 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/solr.xml
   [junit4]   2> 44061 T31 oasc.CoreContainer.<init> New CoreContainer 2110665189
   [junit4]   2> 44061 T31 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/]
   [junit4]   2> 44062 T31 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 44062 T31 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 44062 T31 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 44063 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 44063 T31 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 44063 T31 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 44063 T31 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 44064 T31 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 44064 T31 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 44066 T31 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44067 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44067 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 44068 T31 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59683/solr
   [junit4]   2> 44068 T31 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 44069 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 44072 T116 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@230ca944 name:ZooKeeperConnection Watcher:127.0.0.1:59683 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44072 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 44076 T31 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 44078 T118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42cb132a name:ZooKeeperConnection Watcher:127.0.0.1:59683/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44078 T31 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 44081 T31 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 44126 T82 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> 44126 T118 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> 44126 T100 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> 44126 T60 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> 44126 T69 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> 44170 T105 oasc.ZkController.register We are http://127.0.0.1:40477/collection1/ and leader is http://127.0.0.1:40477/collection1/
   [junit4]   2> 44171 T105 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40477
   [junit4]   2> 44171 T105 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 44171 T105 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 44171 T105 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 44172 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44173 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44173 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44173 T105 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 44175 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 44176 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40477",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40477_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 44178 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 44281 T82 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> 44281 T69 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> 44281 T118 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> 44281 T60 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> 44281 T100 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> 45085 T31 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45173_
   [junit4]   2> 45086 T31 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45173_
   [junit4]   2> 45089 T69 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 45089 T118 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 45089 T100 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 45089 T82 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 45089 T60 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 45094 T119 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 45095 T119 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 45096 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45096 T119 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 45096 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45096 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45098 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 45098 T61 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45173",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45173_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 45099 T61 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 45099 T61 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 45104 T60 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 45208 T82 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> 45208 T100 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> 45208 T118 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> 45208 T60 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> 45208 T69 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> 46096 T119 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 46097 T119 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/collection1
   [junit4]   2> 46097 T119 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 46099 T119 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 46099 T119 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 46101 T119 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 46101 T119 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/collection1/'
   [junit4]   2> 46132 T119 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 46141 T119 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 46142 T119 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 46160 T119 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 46284 T119 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 46286 T119 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 46288 T119 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 46288 T119 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 46289 T119 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 46289 T119 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1392387026924/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/
   [junit4]   2> 46289 T119 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 46292 T119 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3
   [junit4]   2> 46292 T119 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index/
   [junit4]   2> 46292 T119 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 46293 T119 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index
   [junit4]   2> 46295 T119 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ecf6d11 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 46295 T119 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 46296 T119 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 46297 T119 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 46297 T119 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 46297 T119 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 46297 T119 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 46298 T119 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 46298 T119 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 46298 T119 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 46300 T119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 46302 T119 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 46302 T119 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 46303 T119 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ecf6d11 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 46304 T119 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 46304 T119 oass.SolrIndexSearcher.<init> Opening Searcher@3be61fd2[collection1] main
   [junit4]   2> 46305 T119 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 46305 T120 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be61fd2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 46306 T31 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 46306 T31 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 46306 T123 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45173 collection:collection1 shard:shard2
   [junit4]   2> 46310 T123 oasc.ZkController.register We are http://127.0.0.1:45173/collection1/ and leader is http://127.0.0.1:41796/collection1/
   [junit4]   2> 46310 T123 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45173
   [junit4]   2> 46310 T123 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 46311 T123 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@26ae0237 url=http://127.0.0.1:45173/collection1 node=127.0.0.1:45173_ C5_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:45173, core=collection1, node_name=127.0.0.1:45173_}
   [junit4]   2> 46318 T124 C5 P45173 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 46319 T123 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 46320 T124 C5 P45173 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 46321 T124 C5 P45173 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 46321 T124 C5 P45173 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4632

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

eyLog monkey: stop shard! 58308
   [junit4]   2> 55712 T31 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 55713 T31 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59683 59683
   [junit4]   2> 56873 T82 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 57972 T137 C6 P55503 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 57887 T118 C7 P45173 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 56967 T100 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 60844 T31 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 60845 T137 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 60845 T118 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 60846 T118 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@26ae0237
   [junit4]   2> 60846 T137 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cbb4cc0
   [junit4]   2> 60848 T137 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> 60848 T118 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> 60848 T137 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 60850 T137 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 60851 T137 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 60848 T118 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 60851 T118 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 60852 T118 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 60855 T137 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 60855 T118 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 60856 T137 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 60856 T118 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 60856 T137 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4;done=false>>]
   [junit4]   2> 60856 T118 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3;done=false>>]
   [junit4]   2> 60857 T118 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3
   [junit4]   2> 60857 T137 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4
   [junit4]   2> 60858 T118 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index;done=false>>]
   [junit4]   2> 60858 T118 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty3/index
   [junit4]   2> 60858 T137 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4/index;done=false>>]
   [junit4]   2> 60859 T118 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> 60859 T137 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1392387020188/jetty4/index
   [junit4]   2> 60860 T118 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 60860 T137 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> 60861 T118 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> 60862 T137 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 60863 T118 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sr, timezone=Atlantic/Bermuda
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=44534288,total=199753728
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentAnalysisResponseTest, NoOpResponseParserTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 55.89s, 2 tests, 1 error <<< FAILURES!

[...truncated 106 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:459: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:439: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1308: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:941: There were test failures: 47 suites, 279 tests, 1 error

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