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/03/13 17:26:07 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-fcs-b132) - Build # 9676 - Still Failing!

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

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:35029 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35029 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([9D0B117ECEF8CDF0:7E7D18EB29825882]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	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:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35029 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more




Build Log:
[...truncated 11668 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 9376 T25 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 9377 T25 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /f_j/bi
   [junit4]   2> 9379 T25 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 9385 T25 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-1394727846498
   [junit4]   2> 9389 T25 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 9392 T26 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 9491 T25 oasc.ZkTestServer.run start zk server on port:35029
   [junit4]   2> 9540 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 9558 T27 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 59412 T29 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 47796ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 59414 T25 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 59423 T27 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144bc4202a70000, 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> 59423 T25 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35029 35029
   [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=9D0B117ECEF8CDF0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=America/Santiago -Dtests.file.encoding=UTF-8
   [junit4] ERROR   50.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:35029 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D0B117ECEF8CDF0:7E7D18EB29825882]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [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:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35029 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 45 more
   [junit4]   2> 59541 T25 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-1394727896653
   [junit4]   2> 59542 T25 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 59543 T33 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 59642 T25 oasc.ZkTestServer.run start zk server on port:42165
   [junit4]   2> 59644 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 59649 T39 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35da5f85 name:ZooKeeperConnection Watcher:127.0.0.1:42165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59649 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59651 T25 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 59704 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 59707 T41 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2802e18a name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59707 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59711 T25 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 59722 T25 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 59742 T25 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 59745 T25 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 59750 T25 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> 59759 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 59770 T25 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> 59771 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 59783 T25 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> 59784 T25 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> 59785 T25 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> 59785 T25 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> 59785 T25 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> 59786 T25 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> 59786 T25 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> 59787 T25 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> 59787 T25 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> 59976 T25 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 60082 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39295
   [junit4]   2> 60108 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 60109 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60109 T25 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-1394727896909
   [junit4]   2> 60110 T25 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-1394727896909/'
   [junit4]   2> 60129 T25 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-1394727896909/solr.xml
   [junit4]   2> 60163 T25 oasc.CoreContainer.<init> New CoreContainer 230298979
   [junit4]   2> 60164 T25 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-1394727896909/]
   [junit4]   2> 60165 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 60165 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 60166 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 60166 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 60166 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 60167 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 60167 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 60181 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 60181 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 60191 T25 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 60202 T25 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 60203 T25 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 60205 T25 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42165/solr
   [junit4]   2> 60223 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 60248 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60265 T53 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c0b90f8 name:ZooKeeperConnection Watcher:127.0.0.1:42165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60266 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60295 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60315 T55 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3137a8c7 name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60315 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60338 T25 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 60347 T25 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 60358 T25 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 60365 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39295_f_j%2Fbi
   [junit4]   2> 60374 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39295_f_j%2Fbi
   [junit4]   2> 60380 T25 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 60384 T25 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 60409 T25 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39295_f_j%2Fbi
   [junit4]   2> 60410 T25 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 60425 T25 oasc.Overseer.start Overseer (id=91404887435509763-127.0.0.1:39295_f_j%2Fbi-n_0000000000) starting
   [junit4]   2> 60442 T25 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 60470 T25 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 60471 T57 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 60474 T25 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 60483 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 60490 T57 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 60509 T56 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 60530 T58 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 60530 T58 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 60537 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60537 T58 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 60541 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60543 T56 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:39295/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39295_f_j%2Fbi",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 60548 T56 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 60559 T56 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 60572 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60579 T55 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> 61538 T58 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 61538 T58 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-1394727896909/collection1
   [junit4]   2> 61538 T58 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 61540 T58 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 61540 T58 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 61542 T58 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 61542 T58 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-1394727896909/collection1/'
   [junit4]   2> 61593 T58 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 61607 T58 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 61610 T58 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 61651 T58 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 61694 T58 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 61707 T58 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 61724 T58 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 61731 T58 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 62001 T58 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 62003 T58 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 62008 T58 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 62008 T58 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 62013 T58 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 62013 T58 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-1394727896909/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/
   [junit4]   2> 62013 T58 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 62015 T58 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data
   [junit4]   2> 62015 T58 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/index/
   [junit4]   2> 62015 T58 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 62016 T58 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/index
   [junit4]   2> 62019 T58 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@278a135d lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 62020 T58 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 62022 T58 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 62024 T58 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 62028 T58 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 62028 T58 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 62035 T58 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 62035 T58 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 62036 T58 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 62036 T58 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 62039 T58 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62041 T58 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 62042 T58 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 62045 T58 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@278a135d lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 62046 T58 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 62046 T58 oass.SolrIndexSearcher.<init> Opening Searcher@620b123a[collection1] main
   [junit4]   2> 62048 T59 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@620b123a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 62048 T58 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 62061 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 62062 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 62073 T62 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39295/f_j/bi collection:control_collection shard:shard1
   [junit4]   2> 62080 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62083 T64 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29bf75ba name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62084 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62086 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 62091 T25 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 62094 T62 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 62128 T62 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 62131 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62133 T62 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 62133 T62 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@54bdb446 url=http://127.0.0.1:39295/f_j/bi/collection1 node=127.0.0.1:39295_f_j%2Fbi C2_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:39295/f_j/bi, core=collection1, node_name=127.0.0.1:39295_f_j%2Fbi}
   [junit4]   2> 62135 T62 C2 P39295 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39295/f_j/bi/collection1/
   [junit4]   2> 62136 T62 C2 P39295 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 62137 T62 C2 P39295 oasc.SyncStrategy.syncToMe http://127.0.0.1:39295/f_j/bi/collection1/ has no replicas
   [junit4]   2> 62137 T62 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39295/f_j/bi/collection1/ shard1
   [junit4]   2> 62139 T62 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 62143 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62153 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62164 T64 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> 62164 T55 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> 62186 T25 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 62188 T25 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 62206 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52076
   [junit4]   2> 62207 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 62208 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 62208 T25 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-jetty1-1394727899204
   [junit4]   2> 62208 T25 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-jetty1-1394727899204/'
   [junit4]   2> 62260 T25 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-jetty1-1394727899204/solr.xml
   [junit4]   2> 62284 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62285 T25 oasc.CoreContainer.<init> New CoreContainer 818132058
   [junit4]   2> 62285 T25 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-jetty1-1394727899204/]
   [junit4]   2> 62286 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 62287 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 62287 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 62308 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 62308 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 62309 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 62309 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62309 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 62310 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 62310 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 62314 T25 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 62315 T25 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 62315 T25 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 62316 T25 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42165/solr
   [junit4]   2> 62316 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 62328 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62330 T75 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44ae391e name:ZooKeeperConnection Watcher:127.0.0.1:42165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62331 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62337 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62343 T77 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c13194e name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62344 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62357 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 62417 T55 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> 62418 T64 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> 62425 T77 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> 62434 T62 oasc.ZkController.register We are http://127.0.0.1:39295/f_j/bi/collection1/ and leader is http://127.0.0.1:39295/f_j/bi/collection1/
   [junit4]   2> 62434 T62 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39295/f_j/bi
   [junit4]   2> 62435 T62 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 62435 T62 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 62435 T62 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 62437 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62437 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62437 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62438 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62440 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62441 T56 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:39295/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39295_f_j%2Fbi",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 62444 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62547 T55 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> 62547 T77 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> 62547 T64 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> 63361 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52076_f_j%2Fbi
   [junit4]   2> 63363 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52076_f_j%2Fbi
   [junit4]   2> 63366 T55 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63366 T77 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63366 T64 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63388 T78 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 63389 T78 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 63390 T78 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 63390 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 63391 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 63391 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 63393 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 63395 T56 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:52076/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52076_f_j%2Fbi",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 63395 T56 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 63395 T56 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 63427 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 63530 T55 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> 63531 T64 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> 63531 T77 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> 64391 T78 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 64391 T78 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-jetty1-1394727899204/collection1
   [junit4]   2> 64392 T78 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 64393 T78 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 64393 T78 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 64394 T78 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 64394 T78 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-jetty1-1394727899204/collection1/'
   [junit4]   2> 64420 T78 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 64445 T78 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 64447 T78 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 64466 T78 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 64602 T78 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 64604 T78 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 64606 T78 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 64606 T78 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 64607 T78 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 64607 T78 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-jetty1-1394727899204/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/
   [junit4]   2> 64608 T78 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 64609 T78 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1
   [junit4]   2> 64609 T78 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/index/
   [junit4]   2> 64609 T78 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 64610 T78 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/index
   [junit4]   2> 64611 T78 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@78b370a9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 64612 T78 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 64613 T78 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 64613 T78 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 64614 T78 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 64614 T78 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 64614 T78 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 64615 T78 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 64615 T78 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 64615 T78 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 64618 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 64619 T78 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 64620 T78 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 64621 T78 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@78b370a9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 64621 T78 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 64622 T78 oass.SolrIndexSearcher.<init> Opening Searcher@f5bb02b[collection1] main
   [junit4]   2> 64623 T79 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f5bb02b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 64623 T78 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 64624 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 64624 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 64624 T82 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52076/f_j/bi collection:collection1 shard:shard2
   [junit4]   2> 64629 T82 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 64635 T82 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 64638 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64638 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64638 T82 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 64638 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64639 T82 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@5b159450 url=http://127.0.0.1:52076/f_j/bi/collection1 node=127.0.0.1:52076_f_j%2Fbi C3_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:52076/f_j/bi, core=collection1, node_name=127.0.0.1:52076_f_j%2Fbi}
   [junit4]   2> 64639 T82 C3 P52076 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52076/f_j/bi/collection1/
   [junit4]   2> 64640 T82 C3 P52076 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 64640 T82 C3 P52076 oasc.SyncStrategy.syncToMe http://127.0.0.1:52076/f_j/bi/collection1/ has no replicas
   [junit4]   2> 64640 T82 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52076/f_j/bi/collection1/ shard2
   [junit4]   2> 64640 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64640 T82 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 64644 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64648 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64653 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64670 T25 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 64671 T25 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 64674 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50926
   [junit4]   2> 64675 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 64675 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 64676 T25 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-jetty2-1394727901737
   [junit4]   2> 64677 T25 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-jetty2-1394727901737/'
   [junit4]   2> 64693 T25 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-jetty2-1394727901737/solr.xml
   [junit4]   2> 64706 T25 oasc.CoreContainer.<init> New CoreContainer 481533098
   [junit4]   2> 64707 T25 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-jetty2-1394727901737/]
   [junit4]   2> 64708 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 64708 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 64708 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 64709 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 64709 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 64710 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 64710 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 64710 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 64710 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 64714 T25 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 64714 T25 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 64715 T25 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 64715 T25 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42165/solr
   [junit4]   2> 64716 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 64719 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64722 T93 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20b48dd2 name:ZooKeeperConnection Watcher:127.0.0.1:42165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64722 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64725 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64726 T95 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7714357b name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64727 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64731 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 64759 T64 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> 64759 T77 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> 64759 T55 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> 64760 T95 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> 64801 T82 oasc.ZkController.register We are http://127.0.0.1:52076/f_j/bi/collection1/ and leader is http://127.0.0.1:52076/f_j/bi/collection1/
   [junit4]   2> 64801 T82 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52076/f_j/bi
   [junit4]   2> 64801 T82 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 64801 T82 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 64801 T82 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 64803 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64803 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64803 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64804 T82 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64805 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64806 T56 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:52076/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52076_f_j%2Fbi",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 64809 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64912 T64 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> 64912 T55 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> 64912 T77 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> 64912 T95 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> 65735 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50926_f_j%2Fbi
   [junit4]   2> 65736 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50926_f_j%2Fbi
   [junit4]   2> 65739 T77 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65739 T64 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65739 T95 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65739 T55 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65745 T96 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 65745 T96 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 65746 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 65746 T96 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 65746 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 65747 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 65749 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 65749 T56 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:50926/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50926_f_j%2Fbi",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 65750 T56 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 65750 T56 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 65753 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 65856 T64 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> 65856 T55 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> 65856 T95 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> 65856 T77 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> 66747 T96 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 66747 T96 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-jetty2-1394727901737/collection1
   [junit4]   2> 66747 T96 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 66748 T96 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 66748 T96 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 66750 T96 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 66750 T96 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-jetty2-1394727901737/collection1/'
   [junit4]   2> 66768 T96 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 66778 T96 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 66779 T96 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 66788 T96 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 66902 T96 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 66904 T96 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 66905 T96 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 66906 T96 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 66906 T96 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 66907 T96 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-jetty2-1394727901737/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/
   [junit4]   2> 66907 T96 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 66908 T96 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2
   [junit4]   2> 66908 T96 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/index/
   [junit4]   2> 66908 T96 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 66909 T96 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/index
   [junit4]   2> 66910 T96 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7dd0efe1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 66910 T96 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 66911 T96 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 66911 T96 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 66912 T96 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 66912 T96 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 66912 T96 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 66912 T96 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 66912 T96 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 66913 T96 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 66914 T96 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 66916 T96 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 66916 T96 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 66917 T96 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7dd0efe1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 66917 T96 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 66917 T96 oass.SolrIndexSearcher.<init> Opening Searcher@4bfd2934[collection1] main
   [junit4]   2> 66918 T96 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 66919 T97 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bfd2934[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 66919 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 66919 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 66919 T100 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50926/f_j/bi collection:collection1 shard:shard1
   [junit4]   2> 66928 T100 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 66936 T100 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 66938 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66938 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66938 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66939 T100 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 66940 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 66940 T100 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@3285f4ef url=http://127.0.0.1:50926/f_j/bi/collection1 node=127.0.0.1:50926_f_j%2Fbi C4_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50926/f_j/bi, core=collection1, node_name=127.0.0.1:50926_f_j%2Fbi}
   [junit4]   2> 66941 T100 C4 P50926 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50926/f_j/bi/collection1/
   [junit4]   2> 66941 T100 C4 P50926 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 66941 T100 C4 P50926 oasc.SyncStrategy.syncToMe http://127.0.0.1:50926/f_j/bi/collection1/ has no replicas
   [junit4]   2> 66942 T100 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50926/f_j/bi/collection1/ shard1
   [junit4]   2> 66943 T100 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 66943 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66948 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66951 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66957 T25 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 66958 T25 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 66963 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41510
   [junit4]   2> 66964 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 66964 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 66965 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032
   [junit4]   2> 66965 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032/'
   [junit4]   2> 66978 T25 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-jetty3-1394727904032/solr.xml
   [junit4]   2> 66991 T25 oasc.CoreContainer.<init> New CoreContainer 2061335358
   [junit4]   2> 66992 T25 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032/]
   [junit4]   2> 66992 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 66993 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 66993 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 66993 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 66993 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 66994 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 66994 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 66994 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 66994 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 66998 T25 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 66998 T25 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 66999 T25 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 66999 T25 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42165/solr
   [junit4]   2> 67000 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 67008 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67011 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2de1e60e name:ZooKeeperConnection Watcher:127.0.0.1:42165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67016 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67019 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67021 T113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4140be6a name:ZooKeeperConnection Watcher:127.0.0.1:42165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67022 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67026 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 67056 T77 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> 67056 T64 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> 67057 T95 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> 67057 T55 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> 67058 T113 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> 67099 T100 oasc.ZkController.register We are http://127.0.0.1:50926/f_j/bi/collection1/ and leader is http://127.0.0.1:50926/f_j/bi/collection1/
   [junit4]   2> 67100 T100 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50926/f_j/bi
   [junit4]   2> 67100 T100 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 67100 T100 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 67100 T100 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 67102 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67102 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67103 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67103 T100 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 67104 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 67105 T56 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:50926/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50926_f_j%2Fbi",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 67108 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67210 T64 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> 67210 T113 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> 67210 T55 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> 67210 T95 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> 67210 T77 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> 68030 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41510_f_j%2Fbi
   [junit4]   2> 68031 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41510_f_j%2Fbi
   [junit4]   2> 68034 T77 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 68034 T55 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 68034 T95 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 68034 T64 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 68035 T113 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 68041 T114 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 68041 T114 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 68043 T114 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 68045 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68046 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68046 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68047 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 68048 T56 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:41510/f_j/bi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41510_f_j%2Fbi",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 68048 T56 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 68048 T56 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 68051 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68154 T64 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> 68154 T113 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> 68154 T95 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> 68154 T77 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> 68154 T55 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> 69044 T114 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 69044 T114 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032/collection1
   [junit4]   2> 69044 T114 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 69045 T114 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 69045 T114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 69046 T114 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 69046 T114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032/collection1/'
   [junit4]   2> 69072 T114 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 69085 T114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 69086 T114 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 69099 T114 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 69262 T114 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 69264 T114 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 69266 T114 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 69267 T114 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 69270 T114 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 69270 T114 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394727904032/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/
   [junit4]   2> 69271 T114 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 69272 T114 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3
   [junit4]   2> 69272 T114 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index/
   [junit4]   2> 69272 T114 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 69273 T114 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index
   [junit4]   2> 69274 T114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@337d5a85 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 69275 T114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69276 T114 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 69276 T114 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 69276 T114 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 69276 T114 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 69277 T114 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 69277 T114 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 69277 T114 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 69277 T114 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 69280 T114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69281 T114 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 69282 T114 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 69283 T114 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@337d5a85 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 69284 T114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69284 T114 oass.SolrIndexSearcher.<init> Opening Searcher@5b13a4c3[collection1] main
   [junit4]   2> 69285 T114 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 69286 T115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b13a4c3[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 69288 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 69288 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 69298 T118 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41510/f_j/bi collection:collection1 shard:shard2
   [junit4]   2> 69307 T118 oasc.ZkController.register We are http://127.0.0.1:41510/f_j/bi/collection1/ and leader is http://127.0.0.1:52076/f_j/bi/collection1/
   [junit4]   2> 69308 T118 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41510/f_j/bi
   [junit4]   2> 69308 T118 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 69308 T118 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@7c6822b6 url=http://127.0.0.1:41510/f_j/bi/collection1 node=127.0.0.1:41510_f_j%2Fbi C5_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:41510/f_j/bi, core=collection1, node_name=127.0.0.1:41510_f_j%2Fbi}
   [junit4]   2> 69315 T119 C5 P41510 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 69315 T118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 69317 T119 C5 P41510 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 69322 T119 C5 P41510 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 69322 T119 C5 P41510 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 69325 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 69325 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 69326 T55 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 69329 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 69330 T56 oasc.Overseer$ClusterStateUpdater.updateS

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

ey: stop shard! 39295
   [junit4]   2> 78799 T25 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 78801 T25 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42165 42165
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 78847 T25 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 79937 T77 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 80057 T95 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 80943 T113 C14 P41510 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 80949 T113 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 80949 T113 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c6822b6
   [junit4]   2> 80950 T113 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> 80951 T113 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 80952 T113 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 80952 T113 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 80955 T113 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 80956 T113 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 80956 T113 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3;done=false>>]
   [junit4]   2> 80956 T113 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3
   [junit4]   2> 80959 T113 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index;done=false>>]
   [junit4]   2> 80960 T113 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty3/index
   [junit4]   2> 80960 T113 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> 80961 T113 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 80961 T113 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:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [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> 80962 T113 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 81064 T132 C12 P57604 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 81065 T132 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 81065 T132 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77f45a3b
   [junit4]   2> 81065 T132 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> 81066 T132 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 81066 T132 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 81066 T132 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 81067 T132 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 81068 T132 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 81068 T132 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4;done=false>>]
   [junit4]   2> 81068 T132 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4
   [junit4]   2> 81068 T132 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4/index;done=false>>]
   [junit4]   2> 81068 T132 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394727896653/jetty4/index
   [junit4]   2> 81068 T132 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 81069 T132 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:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=et, timezone=America/Santiago
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=236458568,total=317718528
   [junit4]   2> NOTE: All tests run in this JVM: [TestRetryUtil, TestXMLEscaping, TermsResponseTest, TestJavaBinCodec, CloudSolrServerTest]
   [junit4] Completed on J0 in 72.52s, 2 tests, 1 error <<< FAILURES!

[...truncated 103 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 49 suites, 283 tests, 1 error

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