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/26 19:51:39 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_60-ea-b10) - Build # 9806 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9806/
Java: 32bit/jdk1.7.0_60-ea-b10 -client -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:59144 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59144 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([47DD4463A3066DC2:A4AB4DF6447CF8B0]: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:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:59144 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 11835 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 18644 T107 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 18644 T107 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 18646 T107 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 18649 T107 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-1395859759099
   [junit4]   2> 18651 T107 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 18653 T108 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 18753 T107 oasc.ZkTestServer.run start zk server on port:59144
   [junit4]   2> 18787 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 88257 T111 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 69444ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 88261 T107 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 88275 T109 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144ffb9a0380000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 88279 T109 oazs.NIOServerCnxnFactory.run WARN Ignoring unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 88280 T107 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59144 59144
   [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=47DD4463A3066DC2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH_TH_#u-nu-thai -Dtests.timezone=US/Samoa -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   69.8s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59144 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([47DD4463A3066DC2:A4AB4DF6447CF8B0]: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:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
   [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:59144 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> 88432 T107 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-1395859828882
   [junit4]   2> 88433 T107 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 88433 T115 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 88533 T107 oasc.ZkTestServer.run start zk server on port:48530
   [junit4]   2> 88534 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 88600 T121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14c1f00 name:ZooKeeperConnection Watcher:127.0.0.1:48530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 88602 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 88604 T107 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 88634 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 88641 T123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f14c75 name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 88641 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 88646 T107 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 88651 T107 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 88654 T107 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 88657 T107 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 88661 T107 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> 88661 T107 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 88676 T107 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> 88676 T107 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 88688 T107 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> 88688 T107 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> 88689 T107 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> 88689 T107 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> 88689 T107 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> 88690 T107 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> 88690 T107 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> 88691 T107 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> 88691 T107 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> 88779 T107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 88784 T107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 88785 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 88786 T107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 88786 T107 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-1395859829143
   [junit4]   2> 88786 T107 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-1395859829143/'
   [junit4]   2> 88803 T107 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-1395859829143/solr.xml
   [junit4]   2> 88839 T107 oasc.CoreContainer.<init> New CoreContainer 25127610
   [junit4]   2> 88840 T107 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-1395859829143/]
   [junit4]   2> 88841 T107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 88841 T107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 88842 T107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 88842 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 88842 T107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 88842 T107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 88843 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 88843 T107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 88843 T107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 88844 T107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 88844 T107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 88845 T107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 88845 T107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48530/solr
   [junit4]   2> 88855 T107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 88856 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 88858 T134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e51476 name:ZooKeeperConnection Watcher:127.0.0.1:48530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 88858 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 88863 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 88864 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c31eb name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 88865 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 88872 T107 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 88878 T107 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 88883 T107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 88886 T107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 88889 T107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 88897 T107 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 88899 T107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44367_
   [junit4]   2> 88902 T107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44367_
   [junit4]   2> 88905 T107 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 88907 T107 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 88952 T107 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:44367_
   [junit4]   2> 88953 T107 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 88956 T107 oasc.Overseer.start Overseer (id=91479069745741827-127.0.0.1:44367_-n_0000000000) starting
   [junit4]   2> 88971 T107 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 88990 T138 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 88990 T107 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 88993 T107 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 88995 T107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 88999 T138 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 89004 T137 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 89010 T139 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 89010 T139 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 89013 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 89013 T139 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 89016 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 89017 T137 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:44367",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44367_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 89017 T137 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 89024 T137 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 89028 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 89032 T136 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> 90014 T139 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 90014 T139 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 90016 T139 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 90016 T139 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 90025 T139 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 90026 T139 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-1395859829143/collection1/'
   [junit4]   2> 90076 T139 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 90104 T139 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 90105 T139 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 90114 T139 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 90381 T139 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90383 T139 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90385 T139 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 90385 T139 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 90386 T139 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 90386 T139 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90386 T139 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-1395859829143/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/
   [junit4]   2> 90387 T139 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 90387 T139 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data
   [junit4]   2> 90388 T139 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/index/
   [junit4]   2> 90388 T139 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 90388 T139 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/index
   [junit4]   2> 90390 T139 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f28bba lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 90391 T139 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90392 T139 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 90392 T139 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90392 T139 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90393 T139 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90393 T139 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90393 T139 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90393 T139 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90394 T139 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 90396 T139 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90398 T139 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90398 T139 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90399 T139 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f28bba lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 90399 T139 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90399 T139 oass.SolrIndexSearcher.<init> Opening Searcher@af7e20[collection1] main
   [junit4]   2> 90400 T140 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@af7e20[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 90400 T139 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 90402 T107 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 90402 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 90405 T143 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44367 collection:control_collection shard:shard1
   [junit4]   2> 90408 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 90411 T143 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 90412 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ccdf7 name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 90413 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 90414 T107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 90418 T143 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 90419 T107 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 90421 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90422 T143 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 90422 T143 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 90422 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@e416fe url=http://127.0.0.1:44367/collection1 node=127.0.0.1:44367_ C11_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:44367, core=collection1, node_name=127.0.0.1:44367_}
   [junit4]   2> 90423 T143 C11 P44367 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44367/collection1/
   [junit4]   2> 90424 T143 C11 P44367 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 90424 T143 C11 P44367 oasc.SyncStrategy.syncToMe http://127.0.0.1:44367/collection1/ has no replicas
   [junit4]   2> 90424 T143 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44367/collection1/ shard1
   [junit4]   2> 90426 T143 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 90426 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90440 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90444 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90474 T107 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 90475 T107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 90477 T107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 90478 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 90478 T107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 90478 T107 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-1395859830870
   [junit4]   2> 90479 T107 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-1395859830870/'
   [junit4]   2> 90495 T107 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-1395859830870/solr.xml
   [junit4]   2> 90525 T107 oasc.CoreContainer.<init> New CoreContainer 17809177
   [junit4]   2> 90525 T107 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-1395859830870/]
   [junit4]   2> 90526 T107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 90526 T107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 90527 T107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 90527 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 90527 T107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 90527 T107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 90528 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 90528 T107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 90528 T107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 90529 T107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 90529 T107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 90529 T107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 90530 T107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48530/solr
   [junit4]   2> 90530 T107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 90531 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 90534 T156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb1b79 name:ZooKeeperConnection Watcher:127.0.0.1:48530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 90535 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 90538 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 90540 T158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e5fa79 name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 90540 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 90546 T136 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> 90546 T145 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> 90548 T107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 90592 T143 oasc.ZkController.register We are http://127.0.0.1:44367/collection1/ and leader is http://127.0.0.1:44367/collection1/
   [junit4]   2> 90592 T143 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44367
   [junit4]   2> 90592 T143 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 90592 T143 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 90593 T143 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 90594 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90595 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90595 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90595 T143 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 90596 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 90597 T137 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:44367",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44367_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 90618 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90721 T136 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> 90722 T158 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> 90722 T145 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> 91552 T107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52908_
   [junit4]   2> 91553 T107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52908_
   [junit4]   2> 91556 T158 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 91556 T136 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 91556 T145 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 91572 T159 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 91573 T159 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 91575 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91575 T159 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 91575 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91575 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91577 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 91578 T137 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:52908",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52908_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 91578 T137 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 91578 T137 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 91693 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91795 T145 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> 91796 T158 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> 91796 T136 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> 92575 T159 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 92576 T159 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 92577 T159 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 92577 T159 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 92580 T159 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 92580 T159 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-1395859830870/collection1/'
   [junit4]   2> 92634 T159 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 92658 T159 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 92661 T159 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 92668 T159 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 92937 T159 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 92939 T159 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 92940 T159 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 92941 T159 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 92941 T159 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 92941 T159 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 92942 T159 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-1395859830870/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/
   [junit4]   2> 92942 T159 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 92943 T159 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1
   [junit4]   2> 92943 T159 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/index/
   [junit4]   2> 92943 T159 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 92943 T159 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/index
   [junit4]   2> 92944 T159 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@cb33e4 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 92945 T159 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 92946 T159 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 92946 T159 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 92946 T159 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 92946 T159 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 92946 T159 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 92947 T159 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 92947 T159 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 92947 T159 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 92949 T159 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 92951 T159 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 92952 T159 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 92952 T159 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@cb33e4 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 92953 T159 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 92953 T159 oass.SolrIndexSearcher.<init> Opening Searcher@1adc939[collection1] main
   [junit4]   2> 92954 T160 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1adc939[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 92954 T159 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 92955 T163 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52908 collection:collection1 shard:shard1
   [junit4]   2> 92955 T107 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 92956 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 92956 T163 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 92962 T163 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 92963 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92964 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92964 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92964 T163 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 92964 T163 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1caac0 url=http://127.0.0.1:52908/collection1 node=127.0.0.1:52908_ C12_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:52908, core=collection1, node_name=127.0.0.1:52908_}
   [junit4]   2> 92964 T163 C12 P52908 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52908/collection1/
   [junit4]   2> 92965 T163 C12 P52908 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 92965 T163 C12 P52908 oasc.SyncStrategy.syncToMe http://127.0.0.1:52908/collection1/ has no replicas
   [junit4]   2> 92965 T163 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52908/collection1/ shard1
   [junit4]   2> 92965 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 92965 T163 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 92970 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92972 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92975 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93009 T107 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 93009 T107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 93011 T107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 93012 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 93012 T107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 93013 T107 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-1395859833406
   [junit4]   2> 93013 T107 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-1395859833406/'
   [junit4]   2> 93025 T107 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-1395859833406/solr.xml
   [junit4]   2> 93072 T107 oasc.CoreContainer.<init> New CoreContainer 2726714
   [junit4]   2> 93072 T107 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-1395859833406/]
   [junit4]   2> 93073 T107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 93073 T107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 93074 T107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 93074 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 93074 T107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 93074 T107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 93075 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 93075 T107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 93075 T107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 93076 T107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 93076 T107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 93077 T107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 93077 T107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48530/solr
   [junit4]   2> 93077 T107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 93078 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 93081 T158 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> 93081 T145 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> 93081 T136 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> 93082 T174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11b178f name:ZooKeeperConnection Watcher:127.0.0.1:48530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 93082 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 93085 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 93086 T176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1772a4f name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 93086 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 93093 T107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 93122 T163 oasc.ZkController.register We are http://127.0.0.1:52908/collection1/ and leader is http://127.0.0.1:52908/collection1/
   [junit4]   2> 93123 T163 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52908
   [junit4]   2> 93123 T163 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 93123 T163 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 93123 T163 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 93125 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93125 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93125 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93126 T163 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 93127 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 93128 T137 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:52908",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52908_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 93130 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93232 T158 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> 93232 T176 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> 93232 T145 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> 93232 T136 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> 94097 T107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37490_
   [junit4]   2> 94098 T107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37490_
   [junit4]   2> 94102 T158 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 94102 T176 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 94102 T136 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 94110 T145 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 94113 T177 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 94113 T177 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 94114 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94114 T177 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 94114 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94114 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94116 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 94117 T137 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:37490",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37490_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 94117 T137 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 94117 T137 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 94121 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94224 T145 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> 94224 T176 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> 94224 T158 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> 94224 T136 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> 95114 T177 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 95115 T177 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 95116 T177 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 95116 T177 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 95118 T177 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 95118 T177 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-1395859833406/collection1/'
   [junit4]   2> 95152 T177 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 95177 T177 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 95179 T177 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 95186 T177 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 95449 T177 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 95451 T177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 95453 T177 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 95453 T177 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 95454 T177 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 95454 T177 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 95454 T177 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-1395859833406/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/
   [junit4]   2> 95455 T177 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 95455 T177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2
   [junit4]   2> 95456 T177 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index/
   [junit4]   2> 95456 T177 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 95456 T177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index
   [junit4]   2> 95457 T177 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16d1794 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 95457 T177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 95458 T177 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 95459 T177 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 95459 T177 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 95459 T177 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 95459 T177 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 95459 T177 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 95460 T177 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 95460 T177 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 95462 T177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 95464 T177 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 95465 T177 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 95466 T177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16d1794 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 95467 T177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 95467 T177 oass.SolrIndexSearcher.<init> Opening Searcher@c87a3a[collection1] main
   [junit4]   2> 95469 T178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c87a3a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 95469 T177 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 95470 T181 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37490 collection:collection1 shard:shard2
   [junit4]   2> 95471 T107 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 95472 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 95472 T181 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 95482 T181 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 95485 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95485 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95486 T181 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 95486 T181 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 95486 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@111025e url=http://127.0.0.1:37490/collection1 node=127.0.0.1:37490_ C13_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:37490, core=collection1, node_name=127.0.0.1:37490_}
   [junit4]   2> 95487 T181 C13 P37490 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37490/collection1/
   [junit4]   2> 95487 T181 C13 P37490 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 95488 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 95488 T181 C13 P37490 oasc.SyncStrategy.syncToMe http://127.0.0.1:37490/collection1/ has no replicas
   [junit4]   2> 95488 T181 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37490/collection1/ shard2
   [junit4]   2> 95489 T181 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 95493 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95496 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95498 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95528 T107 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 95529 T107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 95532 T107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 95532 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 95533 T107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 95533 T107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395859835923
   [junit4]   2> 95533 T107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395859835923/'
   [junit4]   2> 95553 T107 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-1395859835923/solr.xml
   [junit4]   2> 95598 T107 oasc.CoreContainer.<init> New CoreContainer 7844402
   [junit4]   2> 95599 T107 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395859835923/]
   [junit4]   2> 95600 T107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 95600 T107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 95600 T107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 95601 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 95601 T107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 95601 T107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 95602 T107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 95602 T107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 95602 T107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 95603 T107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 95603 T107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 95604 T107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 95604 T136 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> 95604 T176 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> 95604 T107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48530/solr
   [junit4]   2> 95604 T145 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> 95604 T158 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> 95606 T107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 95607 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 95609 T192 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d9d5b8 name:ZooKeeperConnection Watcher:127.0.0.1:48530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 95609 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 95611 T107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 95613 T194 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145c001 name:ZooKeeperConnection Watcher:127.0.0.1:48530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 95613 T107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 95621 T107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 95647 T181 oasc.ZkController.register We are http://127.0.0.1:37490/collection1/ and leader is http://127.0.0.1:37490/collection1/
   [junit4]   2> 95647 T181 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37490
   [junit4]   2> 95647 T181 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 95647 T181 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 95648 T181 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 95650 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95651 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95651 T181 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 95651 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95653 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 95654 T137 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:37490",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37490_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 95656 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95760 T176 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> 95760 T194 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> 95760 T145 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> 95760 T136 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> 95760 T158 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> 96624 T107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48631_
   [junit4]   2> 96626 T107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48631_
   [junit4]   2> 96628 T145 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 96628 T158 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 96628 T136 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 96628 T194 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 96628 T176 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 96636 T195 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 96636 T195 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 96638 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96638 T195 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 96638 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96639 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96640 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 96641 T137 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:48631",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48631_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 96642 T137 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 96642 T137 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 96647 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96751 T176 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> 96751 T194 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> 96751 T158 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> 96751 T136 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> 96751 T145 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> 97639 T195 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 97639 T195 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 97640 T195 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 97640 T195 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 97641 T195 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 97641 T195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395859835923/collection1/'
   [junit4]   2> 97685 T195 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 97715 T195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 97716 T195 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 97727 T195 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 98001 T195 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 98003 T195 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 98005 T195 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 98005 T195 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 98006 T195 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 98006 T195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 98006 T195 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395859835923/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/
   [junit4]   2> 98006 T195 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 98007 T195 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3
   [junit4]   2> 98007 T195 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index/
   [junit4]   2> 98007 T195 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 98007 T195 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index
   [junit4]   2> 98008 T195 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@95db32 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 98009 T195 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 98009 T195 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 98010 T195 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 98010 T195 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 98010 T195 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 98010 T195 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 98011 T195 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 98011 T195 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 98011 T195 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 98013 T195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 98016 T195 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 98016 T195 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 98017 T195 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@95db32 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 98017 T195 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 98017 T195 oass.SolrIndexSearcher.<init> Opening Searcher@1a9e75f[collection1] main
   [junit4]   2> 98018 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a9e75f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 98018 T195 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 98019 T199 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48631 collection:collection1 shard:shard1
   [junit4]   2> 98019 T107 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 98020 T107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 98021 T107 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98022 T199 oasc.ZkController.register We are http://127.0.0.1:48631/collection1/ and leader is http://127.0.0.1:52908/collection1/
   [junit4]   2> 98022 T199 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48631
   [junit4]   2> 98022 T199 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 98022 T199 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> 98022 T107 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 30 for each attempt
   [junit4]   2> 98023 T107 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 98023 T107 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@7fb477 url=http://127.0.0.1:48631/collection1 node=127.0.0.1:48631_ C14_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:48631, core=collection1, node_name=127.0.0.1:48631_}
   [junit4]   2> 98026 T200 C14 P48631 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 98026 T199 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98026 T200 C14 P48631 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 98027 T200 C14 P48631 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 98027 T200 C14 P48631 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 98029 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98029 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98029 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98030 T137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98031 T137 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48631",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48631_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node3"}
   [junit4]   2> 98033 T136 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98038 T154 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 98038 T154 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98039 T154 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 98148 T136 oascc.ZkStateReader$2.process A cluster state chan

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

T107 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 104605 T107 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 104605 T107 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 104606 T215 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:37490",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37490_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 104607 T107 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 104607 T107 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 104608 T107 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index;done=false>>]
   [junit4]   2> 104608 T107 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2/index
   [junit4]   2> 104609 T176 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104609 T107 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2;done=false>>]
   [junit4]   2> 104609 T107 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty2
   [junit4]   2> 104612 T145 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 104634 T107 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 104685 T107 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 48631
   [junit4]   2> 104685 T107 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7844402
   [junit4]   2> 104686 T107 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 104686 T107 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 104689 T145 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 104710 T107 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 104763 T107 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 44367
   [junit4]   2> 104769 T107 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 104771 T107 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:48530 48530
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 104964 T107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 105939 T136 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 105939 T136 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 106026 T158 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 106026 T158 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 106111 T176 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 107030 T194 C19 P48631 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 107034 T194 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 107034 T194 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7fb477
   [junit4]   2> 107034 T194 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> 107035 T194 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 107035 T194 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 107035 T194 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 107037 T194 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 107037 T194 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 107037 T194 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3;done=false>>]
   [junit4]   2> 107037 T194 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3
   [junit4]   2> 107037 T194 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index;done=false>>]
   [junit4]   2> 107037 T194 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395859828882/jetty3/index
   [junit4]   2> 107038 T194 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 107038 T194 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> 107038 T194 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 107038 T194 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:1472)
   [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:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=th_TH_TH_#u-nu-thai, timezone=US/Samoa
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=49582304,total=104857600
   [junit4]   2> NOTE: All tests run in this JVM: [TestJavaBinCodec, LargeVolumeJettyTest, TestUpdateRequestCodec, SolrExampleXMLTest, DocumentAnalysisResponseTest, ClientUtilsTest, SolrExceptionTest, SolrPingTest, TestDocumentObjectBinder, SolrParamTest, LargeVolumeEmbeddedTest, TestEmbeddedSolrServer, TermsResponseTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 89.38s, 2 tests, 1 error <<< FAILURES!

[...truncated 79 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, 284 tests, 1 error

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