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 02:28:58 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9801 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9801/
Java: 32bit/jdk1.7.0_51 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testShutdown

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56773 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([953D25D1F6CB9E47:764B2C4411B10B35]: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:56773 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


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([953D25D1F6CB9E47:14DBABC98194FE7B]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.doTest(CloudSolrServerTest.java:256)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	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)




Build Log:
[...truncated 11717 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 11463 T79 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 11464 T79 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 11464 T79 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_l/kh
   [junit4]   2> 11466 T79 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 11470 T79 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-1395797193947
   [junit4]   2> 11472 T79 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 11475 T80 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 11574 T79 oasc.ZkTestServer.run start zk server on port:56773
   [junit4]   2> 11618 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78493 T83 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 66845ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 78494 T79 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 78505 T81 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144fbfef52e0000, 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> 78525 T81 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> 78526 T81 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> 78527 T79 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56773 56773
   [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=953D25D1F6CB9E47 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Asia/Jayapura -Dtests.file.encoding=UTF-8
   [junit4] ERROR   67.4s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56773 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([953D25D1F6CB9E47:764B2C4411B10B35]: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:56773 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> 78869 T79 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-1395797261347
   [junit4]   2> 78870 T79 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 78871 T87 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 78971 T79 oasc.ZkTestServer.run start zk server on port:49467
   [junit4]   2> 78972 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78978 T93 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de785b name:ZooKeeperConnection Watcher:127.0.0.1:49467 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78978 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78980 T79 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 79000 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79003 T95 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d983be name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79003 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79009 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 79014 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 79017 T79 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 79020 T79 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 79024 T79 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> 79025 T79 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 79035 T79 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> 79036 T79 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 79041 T79 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> 79042 T79 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> 79042 T79 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> 79043 T79 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> 79043 T79 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> 79044 T79 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> 79044 T79 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> 79045 T79 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> 79045 T79 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> 79290 T79 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 79370 T79 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55534
   [junit4]   2> 79394 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 79395 T79 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 79395 T79 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-1395797261525
   [junit4]   2> 79395 T79 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-1395797261525/'
   [junit4]   2> 79409 T79 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-1395797261525/solr.xml
   [junit4]   2> 79464 T79 oasc.CoreContainer.<init> New CoreContainer 22497564
   [junit4]   2> 79464 T79 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-1395797261525/]
   [junit4]   2> 79476 T79 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 79477 T79 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 79477 T79 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 79477 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 79477 T79 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 79478 T79 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 79478 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 79478 T79 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 79479 T79 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 79479 T79 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 79480 T79 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 79480 T79 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 79480 T79 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49467/solr
   [junit4]   2> 79490 T79 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 79491 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79494 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19a19c1 name:ZooKeeperConnection Watcher:127.0.0.1:49467 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79495 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79500 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79503 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17fd0ad name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79503 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79510 T79 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 79516 T79 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 79520 T79 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 79529 T79 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 79532 T79 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 79539 T79 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 79542 T79 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55534__l%2Fkh
   [junit4]   2> 79545 T79 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55534__l%2Fkh
   [junit4]   2> 79549 T79 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 79551 T79 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 79562 T79 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55534__l%2Fkh
   [junit4]   2> 79562 T79 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 79565 T79 oasc.Overseer.start Overseer (id=91474969319768067-127.0.0.1:55534__l%2Fkh-n_0000000000) starting
   [junit4]   2> 79574 T79 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 79605 T111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 79605 T79 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 79608 T79 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 79616 T79 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 79619 T111 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 79640 T110 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 79648 T112 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 79648 T112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 79651 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79651 T112 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 79654 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79655 T110 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:55534/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55534__l%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 79656 T110 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 79664 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 79669 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79673 T109 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> 80651 T112 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 80652 T112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 80653 T112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 80653 T112 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 80654 T112 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 80655 T112 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-1395797261525/collection1/'
   [junit4]   2> 80695 T112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 80738 T112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 80739 T112 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 80748 T112 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 80805 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 80812 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 80819 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 80826 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 81239 T112 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 81242 T112 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 81244 T112 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 81244 T112 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 81247 T112 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 81247 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 81248 T112 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-1395797261525/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/
   [junit4]   2> 81248 T112 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 81248 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data
   [junit4]   2> 81249 T112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/index/
   [junit4]   2> 81249 T112 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 81249 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/index
   [junit4]   2> 81251 T112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3fe222 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 81251 T112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 81252 T112 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 81253 T112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 81253 T112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 81253 T112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 81253 T112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 81254 T112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 81254 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 81254 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 81256 T112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 81278 T112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 81278 T112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 81279 T112 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3fe222 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 81279 T112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 81279 T112 oass.SolrIndexSearcher.<init> Opening Searcher@d5499f[collection1] main
   [junit4]   2> 81281 T112 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 81281 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d5499f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 81281 T116 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55534/_l/kh collection:control_collection shard:shard1
   [junit4]   2> 81282 T79 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 81283 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 81288 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 81303 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 81306 T118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dfdeda name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 81306 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 81307 T116 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 81308 T79 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 81312 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81312 T79 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 81313 T116 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 81314 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 81315 T116 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1e21f6 url=http://127.0.0.1:55534/_l/kh/collection1 node=127.0.0.1:55534__l%2Fkh C10_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:55534/_l/kh, core=collection1, node_name=127.0.0.1:55534__l%2Fkh}
   [junit4]   2> 81317 T116 C10 P55534 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55534/_l/kh/collection1/
   [junit4]   2> 81318 T116 C10 P55534 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 81318 T116 C10 P55534 oasc.SyncStrategy.syncToMe http://127.0.0.1:55534/_l/kh/collection1/ has no replicas
   [junit4]   2> 81319 T116 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55534/_l/kh/collection1/ shard1
   [junit4]   2> 81323 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81323 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 81384 T79 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 81385 T79 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 81387 T79 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50968
   [junit4]   2> 81388 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 81388 T79 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 81388 T79 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789
   [junit4]   2> 81389 T79 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789/'
   [junit4]   2> 81401 T79 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789/solr.xml
   [junit4]   2> 81449 T79 oasc.CoreContainer.<init> New CoreContainer 2766977
   [junit4]   2> 81449 T79 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789/]
   [junit4]   2> 81451 T79 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 81451 T79 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 81451 T79 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 81452 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 81452 T79 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 81452 T79 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 81452 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 81453 T79 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 81453 T79 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 81454 T79 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 81454 T79 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 81454 T79 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 81455 T79 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49467/solr
   [junit4]   2> 81455 T79 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 81456 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 81492 T109 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> 81492 T118 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> 81498 T129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e3a46a name:ZooKeeperConnection Watcher:127.0.0.1:49467 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 81499 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 81504 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 81505 T131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@169334d name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 81506 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 81508 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81510 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 81514 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81515 T79 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 81617 T118 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> 81617 T131 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> 81618 T109 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> 81666 T116 oasc.ZkController.register We are http://127.0.0.1:55534/_l/kh/collection1/ and leader is http://127.0.0.1:55534/_l/kh/collection1/
   [junit4]   2> 81666 T116 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55534/_l/kh
   [junit4]   2> 81666 T116 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 81667 T116 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 81667 T116 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 81668 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81668 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81669 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81669 T116 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 81673 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 81673 T110 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:55534/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55534__l%2Fkh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 81677 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 81780 T118 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> 81780 T131 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> 81780 T109 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> 82519 T79 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50968__l%2Fkh
   [junit4]   2> 82520 T79 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50968__l%2Fkh
   [junit4]   2> 82523 T131 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 82523 T118 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 82523 T109 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 82534 T132 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 82535 T132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 82536 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82536 T132 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 82536 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82537 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82538 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 82538 T110 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:50968/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50968__l%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 82539 T110 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 82539 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 82542 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82644 T109 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> 82644 T118 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> 82644 T131 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> 83536 T132 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 83536 T132 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 83537 T132 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 83537 T132 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 83539 T132 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 83540 T132 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789/collection1/'
   [junit4]   2> 83589 T132 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 83635 T132 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 83637 T132 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 83646 T132 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 84102 T132 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 84105 T132 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 84119 T132 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 84120 T132 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 84120 T132 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 84120 T132 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 84121 T132 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395797263789/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/
   [junit4]   2> 84121 T132 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 84122 T132 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1
   [junit4]   2> 84122 T132 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/index/
   [junit4]   2> 84122 T132 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 84122 T132 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/index
   [junit4]   2> 84124 T132 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@128bc73 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 84124 T132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84126 T132 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 84126 T132 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 84126 T132 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 84127 T132 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 84127 T132 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 84128 T132 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 84128 T132 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 84128 T132 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 84131 T132 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 84134 T132 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 84135 T132 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 84135 T132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@128bc73 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 84136 T132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84136 T132 oass.SolrIndexSearcher.<init> Opening Searcher@13ac7b2[collection1] main
   [junit4]   2> 84137 T133 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13ac7b2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 84137 T132 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 84138 T136 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50968/_l/kh collection:collection1 shard:shard1
   [junit4]   2> 84139 T79 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 84139 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 84146 T136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 84157 T136 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 84160 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84160 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84161 T136 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 84161 T136 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 84161 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@16dc52f url=http://127.0.0.1:50968/_l/kh/collection1 node=127.0.0.1:50968__l%2Fkh C11_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50968/_l/kh, core=collection1, node_name=127.0.0.1:50968__l%2Fkh}
   [junit4]   2> 84161 T136 C11 P50968 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50968/_l/kh/collection1/
   [junit4]   2> 84162 T136 C11 P50968 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 84162 T136 C11 P50968 oasc.SyncStrategy.syncToMe http://127.0.0.1:50968/_l/kh/collection1/ has no replicas
   [junit4]   2> 84162 T136 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50968/_l/kh/collection1/ shard1
   [junit4]   2> 84163 T136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 84163 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84170 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84174 T109 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> 84174 T118 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> 84174 T131 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> 84180 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84185 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84205 T79 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 84206 T79 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 84207 T79 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49154
   [junit4]   2> 84208 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 84209 T79 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 84209 T79 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-1395797266617
   [junit4]   2> 84209 T79 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-1395797266617/'
   [junit4]   2> 84223 T79 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-1395797266617/solr.xml
   [junit4]   2> 84275 T79 oasc.CoreContainer.<init> New CoreContainer 3286308
   [junit4]   2> 84275 T79 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-1395797266617/]
   [junit4]   2> 84276 T79 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 84277 T79 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 84277 T79 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 84277 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 84278 T79 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 84278 T79 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 84278 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 84278 T79 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 84279 T79 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 84279 T79 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 84280 T79 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 84280 T79 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 84280 T79 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49467/solr
   [junit4]   2> 84281 T79 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 84282 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84284 T147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@248dc5 name:ZooKeeperConnection Watcher:127.0.0.1:49467 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 84284 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 84288 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84289 T149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fb9758 name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 84289 T131 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> 84289 T109 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> 84289 T118 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> 84292 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 84299 T79 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 84329 T136 oasc.ZkController.register We are http://127.0.0.1:50968/_l/kh/collection1/ and leader is http://127.0.0.1:50968/_l/kh/collection1/
   [junit4]   2> 84330 T136 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50968/_l/kh
   [junit4]   2> 84330 T136 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 84330 T136 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 84330 T136 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 84333 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84333 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84333 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84334 T136 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84335 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84336 T110 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:50968/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50968__l%2Fkh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 84338 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84442 T131 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> 84443 T149 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> 84442 T109 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> 84442 T118 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> 85303 T79 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49154__l%2Fkh
   [junit4]   2> 85304 T79 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49154__l%2Fkh
   [junit4]   2> 85306 T131 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 85307 T118 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 85306 T149 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 85307 T109 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 85315 T150 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 85315 T150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 85316 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85316 T150 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 85316 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85317 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85318 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 85318 T110 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:49154/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49154__l%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 85319 T110 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 85319 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 85322 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85424 T149 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> 85424 T109 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> 85424 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 85424 T131 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> 86317 T150 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 86317 T150 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 86318 T150 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 86318 T150 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 86319 T150 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 86319 T150 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-1395797266617/collection1/'
   [junit4]   2> 86387 T150 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 86430 T150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 86431 T150 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 86440 T150 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 86880 T150 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 86883 T150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 86885 T150 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 86886 T150 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 86886 T150 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 86887 T150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 86887 T150 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-1395797266617/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/
   [junit4]   2> 86887 T150 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 86888 T150 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2
   [junit4]   2> 86888 T150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index/
   [junit4]   2> 86888 T150 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 86889 T150 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index
   [junit4]   2> 86890 T150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b159e5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 86890 T150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 86891 T150 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 86892 T150 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 86892 T150 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 86892 T150 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 86892 T150 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 86893 T150 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 86893 T150 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 86893 T150 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 86896 T150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 86899 T150 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 86899 T150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 86900 T150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b159e5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 86900 T150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 86900 T150 oass.SolrIndexSearcher.<init> Opening Searcher@1a55cf[collection1] main
   [junit4]   2> 86901 T151 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a55cf[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 86901 T150 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 86902 T154 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49154/_l/kh collection:collection1 shard:shard2
   [junit4]   2> 86903 T79 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 86903 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 86903 T154 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 86909 T154 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 86914 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86914 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86914 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86914 T154 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 86915 T154 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@16058a1 url=http://127.0.0.1:49154/_l/kh/collection1 node=127.0.0.1:49154__l%2Fkh C12_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49154/_l/kh, core=collection1, node_name=127.0.0.1:49154__l%2Fkh}
   [junit4]   2> 86915 T154 C12 P49154 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49154/_l/kh/collection1/
   [junit4]   2> 86916 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86916 T154 C12 P49154 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 86917 T154 C12 P49154 oasc.SyncStrategy.syncToMe http://127.0.0.1:49154/_l/kh/collection1/ has no replicas
   [junit4]   2> 86917 T154 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49154/_l/kh/collection1/ shard2
   [junit4]   2> 86917 T154 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 86920 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86934 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86937 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86938 T131 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> 86938 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 86938 T109 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> 86938 T149 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> 86977 T79 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 86978 T79 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 86979 T79 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44901
   [junit4]   2> 86980 T79 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 86981 T79 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 86981 T79 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395797269381
   [junit4]   2> 86981 T79 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395797269381/'
   [junit4]   2> 86985 T154 oasc.ZkController.register We are http://127.0.0.1:49154/_l/kh/collection1/ and leader is http://127.0.0.1:49154/_l/kh/collection1/
   [junit4]   2> 86985 T154 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49154/_l/kh
   [junit4]   2> 86985 T154 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 86985 T154 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 86986 T154 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 86987 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86987 T154 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86988 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86989 T110 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:49154/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49154__l%2Fkh",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 86991 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86997 T79 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-1395797269381/solr.xml
   [junit4]   2> 87059 T79 oasc.CoreContainer.<init> New CoreContainer 1923898
   [junit4]   2> 87059 T79 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395797269381/]
   [junit4]   2> 87061 T79 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 87062 T79 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 87062 T79 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 87062 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 87063 T79 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 87063 T79 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 87063 T79 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 87064 T79 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 87064 T79 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 87065 T79 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 87065 T79 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 87066 T79 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 87066 T79 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49467/solr
   [junit4]   2> 87066 T79 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 87067 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 87069 T165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1507550 name:ZooKeeperConnection Watcher:127.0.0.1:49467 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 87069 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 87072 T79 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 87077 T167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13bb7fb name:ZooKeeperConnection Watcher:127.0.0.1:49467/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 87077 T79 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 87086 T79 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 87093 T149 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> 87094 T131 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> 87094 T109 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> 87094 T167 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> 87093 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 88089 T79 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44901__l%2Fkh
   [junit4]   2> 88090 T79 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44901__l%2Fkh
   [junit4]   2> 88093 T167 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 88093 T109 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 88093 T131 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 88094 T149 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 88094 T118 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 88101 T168 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 88101 T168 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 88102 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88102 T168 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 88103 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88103 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88104 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 88105 T110 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:44901/_l/kh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44901__l%2Fkh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 88105 T110 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 88105 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 88108 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88210 T167 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> 88210 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 88210 T149 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> 88210 T109 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> 88210 T131 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> 89103 T168 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 89103 T168 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 89104 T168 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 89104 T168 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 89105 T168 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 89106 T168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395797269381/collection1/'
   [junit4]   2> 89157 T168 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 89203 T168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89204 T168 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89213 T168 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 89657 T168 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 89660 T168 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 89663 T168 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 89663 T168 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 89664 T168 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 89664 T168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 89664 T168 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395797269381/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/
   [junit4]   2> 89664 T168 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 89665 T168 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3
   [junit4]   2> 89665 T168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index/
   [junit4]   2> 89665 T168 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 89666 T168 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index
   [junit4]   2> 89667 T168 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@845113 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 896

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

cher [collection1] Closing main searcher on request.
   [junit4]   2> 95527 T79 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 95527 T79 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2;done=false>>]
   [junit4]   2> 95527 T79 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2
   [junit4]   2> 95528 T79 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index;done=false>>]
   [junit4]   2> 95528 T79 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty2/index
   [junit4]   2> 95528 T149 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95552 T79 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_l/kh,null}
   [junit4]   2> 95604 T79 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 44901
   [junit4]   2> 95604 T79 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1923898
   [junit4]   2> 95604 T79 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 95605 T79 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 95629 T79 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_l/kh,null}
   [junit4]   2> 95685 T79 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 95686 T79 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49467 49467
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=953D25D1F6CB9E47 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Asia/Jayapura -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 17.0s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([953D25D1F6CB9E47:14DBABC98194FE7B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.doTest(CloudSolrServerTest.java:256)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 95904 T79 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 96845 T109 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 96845 T109 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 97030 T149 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> ASYNC  NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@15debdf url=http://127.0.0.1:44901/_l/kh/collection1 node=127.0.0.1:44901__l%2Fkh C18_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:44901/_l/kh, core=collection1, node_name=127.0.0.1:44901__l%2Fkh}
   [junit4]   2> 97946 T167 C18 P44901 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 97951 T167 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 97951 T167 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@15debdf
   [junit4]   2> 97951 T167 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,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=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=4}
   [junit4]   2> 97952 T167 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 97952 T167 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 97952 T167 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 97954 T167 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 97954 T167 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 97954 T167 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3;done=false>>]
   [junit4]   2> 97955 T167 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3
   [junit4]   2> 97955 T167 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index;done=false>>]
   [junit4]   2> 97955 T167 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395797261347/jetty3/index
   [junit4]   2> 97955 T167 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> 97955 T167 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 97956 T167 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> 97956 T167 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {a_t=PostingsFormat(name=FSTPulsing41), multiDefault=MockFixedIntBlock(blockSize=344), id=PostingsFormat(name=NestedPulsing), intDefault=PostingsFormat(name=FSTPulsing41), _version_=PostingsFormat(name=FSTPulsing41), text=PostingsFormat(name=Asserting), range_facet_si=MockFixedIntBlock(blockSize=344), timestamp=PostingsFormat(name=FSTPulsing41), range_facet_sl=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=FSTPulsing41)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=is_IS, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=57512592,total=97517568
   [junit4]   2> NOTE: All tests run in this JVM: [TermsResponseTest, TestJavaBinCodec, ClientUtilsTest, TestRetryUtil, LargeVolumeEmbeddedTest, TestEmbeddedSolrServer, TestXMLEscaping, TestCoreAdmin, CloudSolrServerTest]
   [junit4] Completed on J0 in 87.49s, 2 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 113 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, 1 failure

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