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/22 23:03:33 UTC

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

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

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

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:53796 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([1D05304C1410158A:FE7339D9F36A80F8]: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:53796 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 11841 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 17624 T86 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 17625 T86 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ckh/
   [junit4]   2> 17627 T86 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 17630 T86 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-1395525683011
   [junit4]   2> 17632 T86 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 17634 T87 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 17734 T86 oasc.ZkTestServer.run start zk server on port:53796
   [junit4]   2> 17770 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 71832 T90 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 54040ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 71833 T86 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 71844 T88 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144ebd007790000, 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> 71846 T88 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> 71846 T88 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> 71847 T88 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144ebd007790003, 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> 71848 T86 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53796 53796
   [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=1D05304C1410158A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Asia/Riyadh -Dtests.file.encoding=UTF-8
   [junit4] ERROR   54.4s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:53796 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1D05304C1410158A:FE7339D9F36A80F8]: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:53796 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> 72003 T86 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-1395525737384
   [junit4]   2> 72003 T86 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 72004 T94 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 72104 T86 oasc.ZkTestServer.run start zk server on port:48880
   [junit4]   2> 72105 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 72108 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cca32 name:ZooKeeperConnection Watcher:127.0.0.1:48880 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 72109 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 72110 T86 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 72131 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 72133 T102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1236810 name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 72133 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 72137 T86 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 72143 T86 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 72147 T86 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 72150 T86 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 72163 T86 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> 72164 T86 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 72174 T86 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> 72174 T86 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 72182 T86 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> 72183 T86 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> 72183 T86 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> 72183 T86 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> 72184 T86 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> 72184 T86 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> 72184 T86 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> 72185 T86 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> 72185 T86 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> 72190 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 72192 T104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c1ff9f name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 72192 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 72388 T86 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 72589 T86 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 72604 T86 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:35546
   [junit4]   2> 72627 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 72628 T86 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 72628 T86 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-1395525737576
   [junit4]   2> 72629 T86 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-1395525737576/'
   [junit4]   2> 72644 T86 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-1395525737576/solr.xml
   [junit4]   2> 72688 T86 oasc.CoreContainer.<init> New CoreContainer 21607717
   [junit4]   2> 72688 T86 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-1395525737576/]
   [junit4]   2> 72689 T86 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 72690 T86 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 72690 T86 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 72690 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 72690 T86 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 72691 T86 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 72691 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 72691 T86 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 72692 T86 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 72694 T86 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 72695 T86 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 72695 T86 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 72695 T86 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48880/solr
   [junit4]   2> 72704 T86 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 72705 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 72708 T116 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a2d4c name:ZooKeeperConnection Watcher:127.0.0.1:48880 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 72708 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 72713 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 72714 T118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@121658c name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 72715 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 72720 T86 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 72726 T86 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 72731 T86 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 72739 T86 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 72742 T86 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 72755 T86 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 72757 T86 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35546_ckh
   [junit4]   2> 72759 T86 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35546_ckh
   [junit4]   2> 72763 T86 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 72765 T86 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 72772 T86 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:35546_ckh
   [junit4]   2> 72773 T86 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 72775 T86 oasc.Overseer.start Overseer (id=91457174725328900-127.0.0.1:35546_ckh-n_0000000000) starting
   [junit4]   2> 72783 T86 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 72801 T120 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 72802 T86 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 72803 T120 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 72805 T86 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 72807 T86 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 72814 T119 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 72821 T121 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 72821 T121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 72825 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 72825 T121 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 72828 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 72830 T119 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:35546/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:35546_ckh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 72830 T119 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 72837 T119 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 72840 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 72843 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 73826 T121 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 73827 T121 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-1395525737576/collection1
   [junit4]   2> 73827 T121 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 73828 T121 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 73828 T121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 73829 T121 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 73830 T121 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-1395525737576/collection1/'
   [junit4]   2> 73868 T121 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 73907 T121 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 73908 T121 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 73920 T121 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 74273 T121 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 74276 T121 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 74278 T121 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 74278 T121 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 74279 T121 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 74279 T121 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-1395525737576/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/
   [junit4]   2> 74279 T121 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 74280 T121 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data
   [junit4]   2> 74280 T121 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/index/
   [junit4]   2> 74280 T121 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 74283 T121 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/index
   [junit4]   2> 74284 T121 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@7b51dc lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/index)),segFN=segments_1,generation=1}
   [junit4]   2> 74285 T121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 74286 T121 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 74286 T121 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 74286 T121 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 74286 T121 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 74287 T121 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 74287 T121 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 74287 T121 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 74287 T121 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 74290 T121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 74292 T121 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 74293 T121 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 74293 T121 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@7b51dc lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/control/data/index)),segFN=segments_1,generation=1}
   [junit4]   2> 74294 T121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 74294 T121 oass.SolrIndexSearcher.<init> Opening Searcher@14decf8[collection1] main
   [junit4]   2> 74295 T122 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14decf8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 74295 T121 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 74296 T86 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 74296 T125 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:35546/ckh collection:control_collection shard:shard1
   [junit4]   2> 74296 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 74304 T125 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 74307 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 74310 T127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11cb964 name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 74310 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 74312 T86 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 74317 T125 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 74317 T86 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 74320 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74320 T125 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 74321 T125 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@12d9357 url=https://127.0.0.1:35546/ckh/collection1 node=127.0.0.1:35546_ckh C9_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:35546/ckh, core=collection1, node_name=127.0.0.1:35546_ckh}
   [junit4]   2> 74322 T125 C9 P35546 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:35546/ckh/collection1/
   [junit4]   2> 74322 T125 C9 P35546 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 74323 T125 C9 P35546 oasc.SyncStrategy.syncToMe https://127.0.0.1:35546/ckh/collection1/ has no replicas
   [junit4]   2> 74323 T125 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:35546/ckh/collection1/ shard1
   [junit4]   2> 74325 T125 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 74326 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 74348 T86 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 74349 T86 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 74353 T86 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 74355 T86 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:37662
   [junit4]   2> 74358 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 74358 T86 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74358 T86 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-1395525739699
   [junit4]   2> 74359 T86 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-1395525739699/'
   [junit4]   2> 74373 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74374 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 74374 T127 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> 74375 T86 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-1395525739699/solr.xml
   [junit4]   2> 74379 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 74382 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74424 T86 oasc.CoreContainer.<init> New CoreContainer 15317668
   [junit4]   2> 74425 T86 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-1395525739699/]
   [junit4]   2> 74426 T86 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 74426 T86 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 74426 T86 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 74427 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 74427 T86 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 74427 T86 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 74427 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 74428 T86 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 74428 T86 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 74430 T86 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74431 T86 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74431 T86 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 74431 T86 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48880/solr
   [junit4]   2> 74432 T86 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 74433 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 74434 T138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6da04c name:ZooKeeperConnection Watcher:127.0.0.1:48880 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 74434 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 74436 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 74438 T140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a58e8 name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 74438 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 74451 T86 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 74486 T140 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> 74486 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 74486 T127 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> 74526 T125 oasc.ZkController.register We are https://127.0.0.1:35546/ckh/collection1/ and leader is https://127.0.0.1:35546/ckh/collection1/
   [junit4]   2> 74526 T125 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:35546/ckh
   [junit4]   2> 74527 T125 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 74527 T125 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 74527 T125 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 74528 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74528 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74529 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74529 T125 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 74530 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 74531 T119 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:35546/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:35546_ckh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 74534 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 74637 T127 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> 74637 T140 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> 74637 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 75455 T86 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37662_ckh
   [junit4]   2> 75457 T86 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37662_ckh
   [junit4]   2> 75460 T127 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 75460 T140 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 75460 T118 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 75471 T141 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 75471 T141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 75472 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 75472 T141 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 75472 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 75473 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 75474 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 75475 T119 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:37662/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37662_ckh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 75475 T119 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 75475 T119 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 75478 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 75580 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 75580 T140 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> 75580 T127 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> 76473 T141 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 76473 T141 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-1395525739699/collection1
   [junit4]   2> 76473 T141 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 76474 T141 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 76474 T141 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 76476 T141 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 76476 T141 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-1395525739699/collection1/'
   [junit4]   2> 76520 T141 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 76562 T141 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 76563 T141 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 76573 T141 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 76917 T141 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 76920 T141 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 76922 T141 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 76923 T141 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 76923 T141 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 76923 T141 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-1395525739699/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/
   [junit4]   2> 76923 T141 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 76924 T141 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1
   [junit4]   2> 76924 T141 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/index/
   [junit4]   2> 76924 T141 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 76925 T141 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/index
   [junit4]   2> 76926 T141 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@155c356 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/index)),segFN=segments_1,generation=1}
   [junit4]   2> 76926 T141 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 76927 T141 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 76927 T141 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 76927 T141 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 76928 T141 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 76928 T141 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 76928 T141 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 76929 T141 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 76929 T141 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 76931 T141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 76934 T141 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 76934 T141 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 76934 T141 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@155c356 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty1/index)),segFN=segments_1,generation=1}
   [junit4]   2> 76935 T141 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 76935 T141 oass.SolrIndexSearcher.<init> Opening Searcher@662913[collection1] main
   [junit4]   2> 76936 T142 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@662913[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 76936 T141 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 76936 T86 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 76937 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 76936 T145 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:37662/ckh collection:collection1 shard:shard1
   [junit4]   2> 76938 T145 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 76944 T145 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 76946 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 76946 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 76947 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 76947 T145 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 76948 T145 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@df6c53 url=https://127.0.0.1:37662/ckh/collection1 node=127.0.0.1:37662_ckh C10_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:37662/ckh, core=collection1, node_name=127.0.0.1:37662_ckh}
   [junit4]   2> 76948 T145 C10 P37662 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:37662/ckh/collection1/
   [junit4]   2> 76948 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 76948 T145 C10 P37662 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 76949 T145 C10 P37662 oasc.SyncStrategy.syncToMe https://127.0.0.1:37662/ckh/collection1/ has no replicas
   [junit4]   2> 76949 T145 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:37662/ckh/collection1/ shard1
   [junit4]   2> 76949 T145 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 76956 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 76970 T86 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 76971 T86 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 76975 T86 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 76978 T86 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:47577
   [junit4]   2> 76981 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 76982 T86 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 76982 T86 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319
   [junit4]   2> 76983 T86 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/'
   [junit4]   2> 76998 T86 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/solr.xml
   [junit4]   2> 77039 T86 oasc.CoreContainer.<init> New CoreContainer 2888090
   [junit4]   2> 77040 T86 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/]
   [junit4]   2> 77040 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77041 T86 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 77041 T86 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 77041 T86 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 77042 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 77042 T86 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 77042 T86 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 77043 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 77043 T86 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 77043 T86 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 77045 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77046 T86 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 77047 T86 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 77047 T86 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 77047 T86 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48880/solr
   [junit4]   2> 77047 T86 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 77048 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77050 T156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16cb7b7 name:ZooKeeperConnection Watcher:127.0.0.1:48880 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77050 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77053 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77054 T158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c90ca name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77055 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77063 T86 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 77149 T127 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> 77149 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 77149 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 77149 T140 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> 77191 T145 oasc.ZkController.register We are https://127.0.0.1:37662/ckh/collection1/ and leader is https://127.0.0.1:37662/ckh/collection1/
   [junit4]   2> 77191 T145 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:37662/ckh
   [junit4]   2> 77192 T145 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 77192 T145 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 77192 T145 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 77194 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77195 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77195 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77195 T145 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 77197 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 77198 T119 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:37662/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37662_ckh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 77203 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 77307 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 77307 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 77307 T127 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> 77307 T140 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> 78065 T86 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47577_ckh
   [junit4]   2> 78067 T86 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47577_ckh
   [junit4]   2> 78069 T118 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 78069 T140 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 78069 T158 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 78069 T127 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 78077 T159 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 78078 T159 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 78079 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78079 T159 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 78079 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78079 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78081 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 78081 T119 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:47577/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47577_ckh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 78081 T119 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 78082 T119 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 78084 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78186 T127 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> 78186 T140 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> 78186 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 78186 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 79079 T159 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 79079 T159 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/collection1
   [junit4]   2> 79080 T159 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 79080 T159 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 79081 T159 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 79081 T159 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 79082 T159 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/collection1/'
   [junit4]   2> 79126 T159 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 79173 T159 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 79175 T159 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 79189 T159 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 79571 T159 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 79574 T159 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 79576 T159 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 79576 T159 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 79577 T159 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 79577 T159 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395525742319/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/
   [junit4]   2> 79577 T159 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 79578 T159 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2
   [junit4]   2> 79578 T159 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/index/
   [junit4]   2> 79578 T159 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 79578 T159 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/index
   [junit4]   2> 79579 T159 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@d4603 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/index)),segFN=segments_1,generation=1}
   [junit4]   2> 79580 T159 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 79581 T159 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 79581 T159 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 79581 T159 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 79582 T159 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 79582 T159 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 79582 T159 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 79582 T159 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 79583 T159 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 79585 T159 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 79587 T159 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 79587 T159 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 79588 T159 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@d4603 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty2/index)),segFN=segments_1,generation=1}
   [junit4]   2> 79588 T159 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 79588 T159 oass.SolrIndexSearcher.<init> Opening Searcher@14656dd[collection1] main
   [junit4]   2> 79589 T160 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14656dd[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 79589 T159 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 79590 T86 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 79591 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 79590 T163 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:47577/ckh collection:collection1 shard:shard2
   [junit4]   2> 79593 T163 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 79600 T163 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 79602 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79602 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79602 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79602 T163 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 79602 T163 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@b796af url=https://127.0.0.1:47577/ckh/collection1 node=127.0.0.1:47577_ckh C11_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:47577/ckh, core=collection1, node_name=127.0.0.1:47577_ckh}
   [junit4]   2> 79603 T163 C11 P47577 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:47577/ckh/collection1/
   [junit4]   2> 79603 T163 C11 P47577 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 79603 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79603 T163 C11 P47577 oasc.SyncStrategy.syncToMe https://127.0.0.1:47577/ckh/collection1/ has no replicas
   [junit4]   2> 79604 T163 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:47577/ckh/collection1/ shard2
   [junit4]   2> 79604 T163 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 79606 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79625 T86 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 79625 T86 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 79629 T86 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 79631 T86 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34891
   [junit4]   2> 79633 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 79634 T86 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 79634 T86 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976
   [junit4]   2> 79634 T86 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/'
   [junit4]   2> 79648 T86 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/solr.xml
   [junit4]   2> 79695 T86 oasc.CoreContainer.<init> New CoreContainer 12456202
   [junit4]   2> 79696 T86 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/]
   [junit4]   2> 79697 T86 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 79697 T86 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 79697 T86 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 79697 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 79698 T86 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 79698 T86 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 79698 T86 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 79698 T86 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 79699 T86 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 79701 T86 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 79702 T86 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 79702 T86 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 79702 T86 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48880/solr
   [junit4]   2> 79703 T86 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 79703 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79720 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79723 T174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c76237 name:ZooKeeperConnection Watcher:127.0.0.1:48880 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79723 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79725 T86 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79726 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79726 T176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dbecaa name:ZooKeeperConnection Watcher:127.0.0.1:48880/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79727 T86 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79727 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 79727 T127 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> 79727 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 79727 T140 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> 79733 T86 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 79773 T163 oasc.ZkController.register We are https://127.0.0.1:47577/ckh/collection1/ and leader is https://127.0.0.1:47577/ckh/collection1/
   [junit4]   2> 79773 T163 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:47577/ckh
   [junit4]   2> 79773 T163 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 79774 T163 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 79774 T163 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 79776 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79776 T163 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79777 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79778 T119 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:47577/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47577_ckh",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 79780 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79960 T176 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 79960 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 79960 T140 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> 79961 T127 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> 79960 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 80736 T86 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34891_ckh
   [junit4]   2> 80737 T86 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34891_ckh
   [junit4]   2> 80739 T158 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 80739 T140 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 80739 T118 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 80739 T176 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 80739 T127 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 80747 T177 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 80747 T177 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 80748 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80748 T177 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 80748 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80749 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80749 T119 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 80750 T119 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:34891/ckh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34891_ckh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 80751 T119 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 80751 T119 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 80753 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80855 T127 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> 80856 T118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 80856 T176 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 80856 T140 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> 80855 T158 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 81749 T177 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 81749 T177 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/collection1
   [junit4]   2> 81749 T177 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 81750 T177 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 81750 T177 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 81751 T177 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 81751 T177 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/collection1/'
   [junit4]   2> 81784 T177 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 81822 T177 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 81823 T177 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 81830 T177 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 82174 T177 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 82177 T177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 82178 T177 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 82179 T177 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 82179 T177 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 82180 T177 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395525744976/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/
   [junit4]   2> 82180 T177 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 82181 T177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3
   [junit4]   2> 82181 T177 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index/
   [junit4]   2> 82181 T177 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 82181 T177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index
   [junit4]   2> 82182 T177 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@a4525e lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index)),segFN=segments_1,generation=1}
   [junit4]   2> 82183 T177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 82184 T177 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 82184 T177 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 82184 T177 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 82184 T177 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 82185 T177 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 82185 T177 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 82185 T177 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 82185 T177 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 82188 T177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 82191 T177 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 82191 T177 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 82192 T177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RateLimitedDirectoryWrapper(RAMDirectory@a4525e lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index)),segFN=segments_1,generation=1}
   [junit4]   2> 82192 T177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 82192 T177 oass.SolrIndexSearcher.<init> Opening Searcher@19c3566[collection1] main
   [junit4]   2> 82193 T178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19c3566[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 82193 T177 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 82195 T86 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 82195 T86 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 82195 T181 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:34891/ckh collection:collection1 shard:shard1
   [junit4]   2> 82200 T181 oasc.ZkController.register We are https://127.0.0.1:34891/ckh/collection1/ and leader is https://127.0.0.1:37662/ckh/collection1/
   [junit4]   2> 82200 T181 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:34891/ckh
   [junit4]   2> 82200 T181 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 82201 T

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

t4]   2> 98973 T140 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 98974 T140 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99071 T158 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99983 T176 C19 P34891 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 99986 T176 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 99987 T176 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e74f94
   [junit4]   2> 99987 T176 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> 99987 T176 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 99987 T176 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 99988 T176 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 99989 T176 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 99990 T176 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 99990 T176 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index;done=false>>]
   [junit4]   2> 99990 T176 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3/index
   [junit4]   2> 99991 T176 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3;done=false>>]
   [junit4]   2> 99991 T176 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty3
   [junit4]   2> 99991 T176 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99992 T176 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 99992 T176 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99992 T176 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> 100078 T195 C15 P36009 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 100079 T195 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 100079 T195 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@47335b
   [junit4]   2> 100080 T195 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> 100081 T195 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 100081 T195 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 100081 T195 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 100084 T195 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 100084 T195 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 100085 T195 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4/index;done=false>>]
   [junit4]   2> 100085 T195 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4/index
   [junit4]   2> 100085 T195 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4;done=false>>]
   [junit4]   2> 100086 T195 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395525737384/jetty4
   [junit4]   2> 100086 T195 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 100086 T195 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=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_HN, timezone=Asia/Riyadh
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=17105112,total=195559424
   [junit4]   2> NOTE: All tests run in this JVM: [SolrPingTest, ClientUtilsTest, SolrParamTest, ModifiableSolrParamsTest, TestEmbeddedSolrServer, AnlysisResponseBaseTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, TermsResponseTest, TestCoreAdmin, SolrExampleEmbeddedTest, TestJavaBinCodec, CloudSolrServerTest]
   [junit4] Completed on J0 in 83.29s, 2 tests, 1 error <<< FAILURES!

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

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