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/23 07:14:43 UTC

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

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

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

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33269 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([8FF14A2CCA7DD165:6C8743B92D074417]: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:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:93)
	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:33269 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more




Build Log:
[...truncated 11817 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 23559 T93 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 23560 T93 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 23560 T93 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s_/cx
   [junit4]   2> 23562 T93 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 23565 T93 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-1395555150045
   [junit4]   2> 23567 T93 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 23569 T94 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 23669 T93 oasc.ZkTestServer.run start zk server on port:33269
   [junit4]   2> 23702 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78028 T97 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 54309ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 78028 T93 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 78040 T95 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144ed91a90f0000, 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> 78041 T95 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> 78042 T93 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33269 33269
   [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=8FF14A2CCA7DD165 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=Asia/Bishkek -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   59.7s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33269 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8FF14A2CCA7DD165:6C8743B92D074417]: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:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:93)
   [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:33269 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> 83263 T93 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-1395555209743
   [junit4]   2> 83263 T93 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 83264 T101 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 83364 T93 oasc.ZkTestServer.run start zk server on port:51335
   [junit4]   2> 83365 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83379 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11ac3f5 name:ZooKeeperConnection Watcher:127.0.0.1:51335 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83379 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83381 T93 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 83401 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83406 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37b12e name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83406 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83412 T93 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 83419 T93 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 83422 T93 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 83426 T93 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 83430 T93 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> 83431 T93 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 83436 T93 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> 83437 T93 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 83444 T93 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> 83444 T93 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> 83445 T93 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> 83445 T93 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> 83445 T93 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> 83446 T93 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> 83446 T93 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> 83446 T93 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> 83447 T93 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> 83451 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83453 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c372f2 name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83453 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83506 T93 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 83510 T93 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 83513 T93 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39486
   [junit4]   2> 83515 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 83515 T93 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 83516 T93 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-1395555209948
   [junit4]   2> 83517 T93 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-1395555209948/'
   [junit4]   2> 83533 T93 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-1395555209948/solr.xml
   [junit4]   2> 83576 T93 oasc.CoreContainer.<init> New CoreContainer 28434674
   [junit4]   2> 83577 T93 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-1395555209948/]
   [junit4]   2> 83578 T93 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 83578 T93 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 83578 T93 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 83579 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 83579 T93 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 83579 T93 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 83580 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 83580 T93 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 83580 T93 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 83583 T93 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 83583 T93 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 83584 T93 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 83584 T93 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51335/solr
   [junit4]   2> 83596 T93 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 83597 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83599 T122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3acd33 name:ZooKeeperConnection Watcher:127.0.0.1:51335 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83600 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83605 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83607 T124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee305b name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83607 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83613 T93 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 83619 T93 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 83624 T93 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 83628 T93 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 83632 T93 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 83645 T93 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 83648 T93 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39486_s_%2Fcx
   [junit4]   2> 83651 T93 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39486_s_%2Fcx
   [junit4]   2> 83655 T93 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 83658 T93 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 83673 T93 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39486_s_%2Fcx
   [junit4]   2> 83674 T93 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 83678 T93 oasc.Overseer.start Overseer (id=91459106225848324-127.0.0.1:39486_s_%2Fcx-n_0000000000) starting
   [junit4]   2> 83688 T93 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 83709 T126 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 83709 T93 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 83711 T126 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 83713 T93 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 83715 T93 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 83723 T125 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 83732 T127 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 83733 T127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 83736 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83736 T127 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 83739 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 83740 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39486/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39486_s_%2Fcx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 83740 T125 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 83748 T125 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 83751 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83755 T124 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> 84737 T127 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 84737 T127 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395555209948/collection1
   [junit4]   2> 84737 T127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 84738 T127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 84739 T127 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 84740 T127 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 84740 T127 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-1395555209948/collection1/'
   [junit4]   2> 84791 T127 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 84832 T127 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 84833 T127 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 84842 T127 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 85125 T127 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 85129 T127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 85130 T127 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 85131 T127 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 85131 T127 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 85131 T127 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-1395555209948/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/
   [junit4]   2> 85131 T127 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 85132 T127 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data
   [junit4]   2> 85132 T127 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/index/
   [junit4]   2> 85132 T127 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 85133 T127 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/index
   [junit4]   2> 85134 T127 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12822c5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 85134 T127 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 85135 T127 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 85136 T127 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 85136 T127 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 85136 T127 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 85136 T127 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 85136 T127 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 85137 T127 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 85137 T127 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 85139 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 85141 T127 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 85142 T127 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 85142 T127 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12822c5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 85142 T127 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 85143 T127 oass.SolrIndexSearcher.<init> Opening Searcher@fc5124[collection1] main
   [junit4]   2> 85143 T128 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fc5124[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 85144 T127 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 85144 T93 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 85144 T131 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39486/s_/cx collection:control_collection shard:shard1
   [junit4]   2> 85145 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 85151 T131 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 85156 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 85158 T133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f2303d name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 85158 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 85159 T131 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 85160 T93 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 85163 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85164 T131 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 85164 T131 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@36d467 url=https://127.0.0.1:39486/s_/cx/collection1 node=127.0.0.1:39486_s_%2Fcx C22_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:39486/s_/cx, core=collection1, node_name=127.0.0.1:39486_s_%2Fcx}
   [junit4]   2> 85165 T131 C22 P39486 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39486/s_/cx/collection1/
   [junit4]   2> 85166 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 85166 T131 C22 P39486 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 85167 T131 C22 P39486 oasc.SyncStrategy.syncToMe https://127.0.0.1:39486/s_/cx/collection1/ has no replicas
   [junit4]   2> 85167 T131 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39486/s_/cx/collection1/ shard1
   [junit4]   2> 85168 T93 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 85168 T131 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 85171 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85179 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85183 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85202 T93 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 85203 T93 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 85206 T93 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 85208 T93 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39811
   [junit4]   2> 85210 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 85210 T93 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 85210 T93 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648
   [junit4]   2> 85211 T93 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/'
   [junit4]   2> 85225 T93 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/solr.xml
   [junit4]   2> 85272 T93 oasc.CoreContainer.<init> New CoreContainer 33068670
   [junit4]   2> 85273 T93 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/]
   [junit4]   2> 85274 T93 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 85274 T93 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 85274 T93 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 85275 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 85275 T93 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 85276 T93 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 85276 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 85276 T93 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 85276 T93 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 85279 T93 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 85280 T93 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 85280 T93 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 85280 T93 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51335/solr
   [junit4]   2> 85280 T93 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 85281 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 85283 T144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ab2b7b name:ZooKeeperConnection Watcher:127.0.0.1:51335 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 85283 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 85285 T133 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> 85285 T124 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> 85287 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 85289 T146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c775a3 name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 85289 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 85298 T93 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 85330 T131 oasc.ZkController.register We are https://127.0.0.1:39486/s_/cx/collection1/ and leader is https://127.0.0.1:39486/s_/cx/collection1/
   [junit4]   2> 85330 T131 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39486/s_/cx
   [junit4]   2> 85331 T131 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 85331 T131 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 85331 T131 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 85333 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85333 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85333 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85333 T131 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 85335 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 85336 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39486/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39486_s_%2Fcx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 85339 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85441 T124 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> 85441 T133 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> 85441 T146 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> 86301 T93 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39811_s_%2Fcx
   [junit4]   2> 86303 T93 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39811_s_%2Fcx
   [junit4]   2> 86305 T124 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 86306 T133 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 86305 T146 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 86313 T147 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 86314 T147 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 86316 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86316 T147 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 86316 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86316 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86317 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86318 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39811/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39811_s_%2Fcx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 86318 T125 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 86318 T125 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 86321 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86423 T146 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> 86423 T133 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> 86423 T124 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> 87316 T147 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 87317 T147 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/collection1
   [junit4]   2> 87317 T147 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 87317 T147 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 87318 T147 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 87319 T147 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 87319 T147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/collection1/'
   [junit4]   2> 87348 T147 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 87384 T147 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 87385 T147 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 87394 T147 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 87677 T147 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 87680 T147 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 87682 T147 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 87682 T147 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 87683 T147 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 87683 T147 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395555211648/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/
   [junit4]   2> 87683 T147 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 87684 T147 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1
   [junit4]   2> 87684 T147 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/index/
   [junit4]   2> 87684 T147 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 87684 T147 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/index
   [junit4]   2> 87685 T147 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3473c9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 87686 T147 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 87687 T147 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 87687 T147 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 87687 T147 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 87687 T147 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 87688 T147 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 87688 T147 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 87688 T147 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 87688 T147 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 87691 T147 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 87693 T147 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 87693 T147 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 87694 T147 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3473c9 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 87694 T147 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 87694 T147 oass.SolrIndexSearcher.<init> Opening Searcher@ae12e3[collection1] main
   [junit4]   2> 87695 T148 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ae12e3[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 87695 T147 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 87696 T93 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 87697 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 87696 T151 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39811/s_/cx collection:collection1 shard:shard2
   [junit4]   2> 87698 T151 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 87707 T151 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 87709 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87710 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87710 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87711 T151 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 87711 T151 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@574d6 url=https://127.0.0.1:39811/s_/cx/collection1 node=127.0.0.1:39811_s_%2Fcx C23_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:39811/s_/cx, core=collection1, node_name=127.0.0.1:39811_s_%2Fcx}
   [junit4]   2> 87711 T151 C23 P39811 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39811/s_/cx/collection1/
   [junit4]   2> 87712 T151 C23 P39811 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 87712 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 87712 T151 C23 P39811 oasc.SyncStrategy.syncToMe https://127.0.0.1:39811/s_/cx/collection1/ has no replicas
   [junit4]   2> 87712 T151 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39811/s_/cx/collection1/ shard2
   [junit4]   2> 87713 T151 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 87716 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87722 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87728 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87738 T93 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 87739 T93 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 87742 T93 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 87744 T93 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59230
   [junit4]   2> 87746 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 87746 T93 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 87747 T93 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178
   [junit4]   2> 87747 T93 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/'
   [junit4]   2> 87760 T93 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/solr.xml
   [junit4]   2> 87816 T93 oasc.CoreContainer.<init> New CoreContainer 1379365
   [junit4]   2> 87817 T93 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/]
   [junit4]   2> 87818 T93 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 87818 T93 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 87818 T93 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 87819 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 87819 T93 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 87819 T93 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 87820 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 87820 T93 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 87820 T93 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 87823 T93 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 87823 T93 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 87823 T93 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 87824 T93 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51335/solr
   [junit4]   2> 87824 T93 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 87825 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 87826 T162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13306f7 name:ZooKeeperConnection Watcher:127.0.0.1:51335 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 87827 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 87829 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 87830 T164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a9d5d1 name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 87830 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 87834 T124 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> 87834 T146 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> 87834 T133 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> 87839 T93 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 87873 T151 oasc.ZkController.register We are https://127.0.0.1:39811/s_/cx/collection1/ and leader is https://127.0.0.1:39811/s_/cx/collection1/
   [junit4]   2> 87873 T151 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39811/s_/cx
   [junit4]   2> 87874 T151 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 87874 T151 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 87874 T151 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 87875 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87875 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87876 T151 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 87876 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87877 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 87878 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39811/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39811_s_%2Fcx",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 87880 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 87983 T133 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> 87983 T164 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> 87983 T146 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> 87983 T124 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> 88842 T93 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59230_s_%2Fcx
   [junit4]   2> 88844 T93 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59230_s_%2Fcx
   [junit4]   2> 88846 T146 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 88846 T124 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 88846 T164 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 88846 T133 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 88854 T165 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 88854 T165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 88855 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88855 T165 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 88855 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88855 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88857 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 88858 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59230/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59230_s_%2Fcx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 88858 T125 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 88858 T125 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 88860 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 88962 T133 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> 88962 T124 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> 88962 T164 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> 88962 T146 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> 89855 T165 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 89856 T165 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/collection1
   [junit4]   2> 89856 T165 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 89857 T165 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 89857 T165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 89858 T165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 89859 T165 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/collection1/'
   [junit4]   2> 89904 T165 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 89930 T165 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89932 T165 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89941 T165 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 90230 T165 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90232 T165 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90234 T165 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 90234 T165 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 90235 T165 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90235 T165 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395555214178/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/
   [junit4]   2> 90235 T165 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 90236 T165 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2
   [junit4]   2> 90236 T165 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/index/
   [junit4]   2> 90236 T165 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 90237 T165 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/index
   [junit4]   2> 90238 T165 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f5f8a1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 90238 T165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90239 T165 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 90239 T165 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90239 T165 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90240 T165 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90240 T165 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90240 T165 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90240 T165 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90241 T165 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 90243 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90245 T165 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90246 T165 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90246 T165 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f5f8a1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 90246 T165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90247 T165 oass.SolrIndexSearcher.<init> Opening Searcher@1655261[collection1] main
   [junit4]   2> 90247 T166 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1655261[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 90247 T165 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 90248 T93 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 90249 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 90248 T169 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59230/s_/cx collection:collection1 shard:shard1
   [junit4]   2> 90250 T169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 90256 T169 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 90258 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90258 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90258 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90259 T169 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 90260 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 90260 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@714919 url=https://127.0.0.1:59230/s_/cx/collection1 node=127.0.0.1:59230_s_%2Fcx C24_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:59230/s_/cx, core=collection1, node_name=127.0.0.1:59230_s_%2Fcx}
   [junit4]   2> 90260 T169 C24 P59230 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59230/s_/cx/collection1/
   [junit4]   2> 90261 T169 C24 P59230 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 90261 T169 C24 P59230 oasc.SyncStrategy.syncToMe https://127.0.0.1:59230/s_/cx/collection1/ has no replicas
   [junit4]   2> 90261 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59230/s_/cx/collection1/ shard1
   [junit4]   2> 90261 T169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 90263 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90268 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90274 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90283 T93 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 90284 T93 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 90287 T93 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 90288 T93 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39801
   [junit4]   2> 90290 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 90291 T93 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 90291 T93 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730
   [junit4]   2> 90291 T93 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/'
   [junit4]   2> 90304 T93 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/solr.xml
   [junit4]   2> 90344 T93 oasc.CoreContainer.<init> New CoreContainer 31252416
   [junit4]   2> 90344 T93 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/]
   [junit4]   2> 90345 T93 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 90345 T93 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 90346 T93 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 90346 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 90346 T93 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 90347 T93 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 90347 T93 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 90347 T93 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 90348 T93 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 90350 T93 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 90350 T93 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 90351 T93 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 90351 T93 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51335/solr
   [junit4]   2> 90351 T93 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 90352 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 90354 T180 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a3fce name:ZooKeeperConnection Watcher:127.0.0.1:51335 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 90355 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 90357 T93 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 90358 T182 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@503e0e name:ZooKeeperConnection Watcher:127.0.0.1:51335/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 90359 T93 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 90366 T93 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 90376 T182 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> 90376 T164 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> 90376 T146 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> 90376 T124 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> 90377 T133 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> 90419 T169 oasc.ZkController.register We are https://127.0.0.1:59230/s_/cx/collection1/ and leader is https://127.0.0.1:59230/s_/cx/collection1/
   [junit4]   2> 90419 T169 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59230/s_/cx
   [junit4]   2> 90419 T169 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 90419 T169 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 90419 T169 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 90421 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90421 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90421 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90421 T169 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 90423 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 90423 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59230/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59230_s_%2Fcx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 90426 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 90529 T182 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> 90529 T146 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> 90529 T133 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> 90529 T124 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> 90529 T164 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> 91369 T93 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39801_s_%2Fcx
   [junit4]   2> 91371 T93 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39801_s_%2Fcx
   [junit4]   2> 91373 T182 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 91373 T133 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 91373 T164 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 91373 T124 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 91373 T146 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 91380 T183 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 91380 T183 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 91381 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91381 T183 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 91381 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91382 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91383 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 91384 T125 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39801/s_/cx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39801_s_%2Fcx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 91384 T125 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 91384 T125 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 91386 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 91488 T182 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> 91489 T133 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> 91489 T146 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> 91489 T164 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> 91488 T124 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> 92382 T183 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 92382 T183 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/collection1
   [junit4]   2> 92383 T183 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 92383 T183 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 92384 T183 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 92385 T183 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 92385 T183 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/collection1/'
   [junit4]   2> 92428 T183 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 92481 T183 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 92482 T183 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 92495 T183 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 92764 T183 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 92766 T183 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 92768 T183 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 92768 T183 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 92769 T183 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 92769 T183 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395555216730/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/
   [junit4]   2> 92769 T183 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 92770 T183 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3
   [junit4]   2> 92770 T183 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index/
   [junit4]   2> 92770 T183 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 92770 T183 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index
   [junit4]   2> 92771 T183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@293728 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 92772 T183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 92773 T183 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 92773 T183 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 92773 T183 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 92773 T183 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 92774 T183 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 92774 T183 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 92774 T183 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 92774 T183 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 92777 T183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 92779 T183 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 92779 T183 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 92780 T183 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@293728 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 92780 T183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 92780 T183 oass.SolrIndexSearcher.<init> Opening Searcher@749b93[collection1] main
   [junit4]   2> 92781 T184 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@749b93[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 92781 T183 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 92782 T93 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 92782 T93 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 92782 T187 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39801/s_/cx collection:collection1 shard:shard2
   [junit4]   2> 92785 T187 oasc.ZkController.register We are https://127.0.0.1:39801/s_/cx/collection1/ and leader is https://127.0.0.1:39811/s_/cx/collection1/
   [junit4]   2> 92786 T187 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39801/s_/cx
   [junit4]   2> 92786 T187 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 92786 T187 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@1ecea8a url=https://127.0.0.1:39801/s_/cx/collection1 node=127.0.0.1:39801_s_%2Fcx C25_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:39801/s_/cx, core=collection1, node_name=127.0.0.1:39801_s_%2Fcx}
   [junit4]   2> 92791 T188 C25 P39801 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 92791 T187 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 92792 T188 C25 P39801 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 92796 T188 C25 P39801 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 92797 T188 C25 P39801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 92798 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on pa

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

:0.0.0.0/0.0.0.0:0
   [junit4]   2> 109806 T93 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 110841 T146 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 110842 T146 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 110927 T164 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 111846 T182 C85 P39801 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 111850 T182 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 111850 T182 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ecea8a
   [junit4]   2> 111850 T182 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 111851 T182 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 111851 T182 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 111851 T182 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 111852 T182 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 111852 T182 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 111853 T182 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3;done=false>>]
   [junit4]   2> 111853 T182 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3
   [junit4]   2> 111853 T182 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index;done=false>>]
   [junit4]   2> 111853 T182 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty3/index
   [junit4]   2> 111853 T182 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 111853 T182 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> 111854 T182 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 111854 T182 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> 111930 T201 C82 P39425 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 111931 T201 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 111931 T201 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b65f84
   [junit4]   2> 111931 T201 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 111932 T201 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 111932 T201 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 111932 T201 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 111933 T201 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 111933 T201 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 111933 T201 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4;done=false>>]
   [junit4]   2> 111934 T201 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4
   [junit4]   2> 111934 T201 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4/index;done=false>>]
   [junit4]   2> 111934 T201 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395555209743/jetty4/index
   [junit4]   2> 111934 T201 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 111934 T201 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=fi_FI, timezone=Asia/Bishkek
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=26738232,total=106954752
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleEmbeddedTest, SolrExampleXMLTest, LargeVolumeBinaryJettyTest, TestRetryUtil, SolrPingTest, TestCoreAdmin, AnlysisResponseBaseTest, SolrParamTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 89.28s, 2 tests, 1 error <<< FAILURES!

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

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