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/07 02:35:57 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b132) - Build # 9699 - Failure!

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

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

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:48059 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([85A54D32C239AEDF:66D344A725433BAD]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:48059 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)
	... 46 more




Build Log:
[...truncated 11685 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 6864 T78 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 6865 T78 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 6867 T78 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ge/n
   [junit4]   2> 6870 T78 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 6876 T78 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1394156029959
   [junit4]   2> 6880 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 6882 T79 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6981 T78 oasc.ZkTestServer.run start zk server on port:48059
   [junit4]   2> 7018 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 52665 T82 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 45632ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 52666 T78 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 52684 T80 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1449a2cc83e0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 52686 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:48059 48059
   [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=85A54D32C239AEDF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=America/Guayaquil -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   46.0s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:48059 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([85A54D32C239AEDF:66D344A725433BAD]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:48059 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]    > 	... 46 more
   [junit4]   2> 52909 T78 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1394156075991
   [junit4]   2> 52909 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 52910 T86 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 53010 T78 oasc.ZkTestServer.run start zk server on port:60811
   [junit4]   2> 53011 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53057 T92 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ced24e2 name:ZooKeeperConnection Watcher:127.0.0.1:60811 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53058 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 53059 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 53096 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53101 T94 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a613545 name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53101 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 53105 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 53117 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 53127 T78 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 53133 T78 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 53139 T78 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 53140 T78 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 53147 T78 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 53148 T78 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 53153 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 53153 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 53154 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 53154 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 53154 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 53155 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 53155 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 53155 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 53156 T78 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 53165 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53168 T96 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20dd7e3c name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53168 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 53263 T78 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 53428 T78 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 53439 T78 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:43947
   [junit4]   2> 53445 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 53445 T78 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 53446 T78 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253
   [junit4]   2> 53446 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/'
   [junit4]   2> 53457 T78 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/solr.xml
   [junit4]   2> 53467 T78 oasc.CoreContainer.<init> New CoreContainer 994640310
   [junit4]   2> 53467 T78 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/]
   [junit4]   2> 53468 T78 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 53468 T78 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 53468 T78 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 53469 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 53469 T78 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 53469 T78 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 53470 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 53470 T78 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 53470 T78 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 53477 T78 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 53478 T78 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 53478 T78 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 53479 T78 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60811/solr
   [junit4]   2> 53492 T78 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 53493 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53497 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3455ad02 name:ZooKeeperConnection Watcher:127.0.0.1:60811 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53498 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 53505 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53509 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57d0573b name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53513 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 53522 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 53534 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 53550 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 53553 T78 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43947_ge%2Fn
   [junit4]   2> 53558 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43947_ge%2Fn
   [junit4]   2> 53564 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 53568 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 53577 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:43947_ge%2Fn
   [junit4]   2> 53578 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 53582 T78 oasc.Overseer.start Overseer (id=91367412596277252-127.0.0.1:43947_ge%2Fn-n_0000000000) starting
   [junit4]   2> 53593 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 53607 T111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 53607 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 53610 T111 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 53612 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 53615 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 53627 T110 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 53628 T112 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 53628 T112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 53630 T112 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 53633 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 53634 T110 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:43947/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43947_ge%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 53635 T110 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 53644 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 53651 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 53655 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 54631 T112 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 54631 T112 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/collection1
   [junit4]   2> 54631 T112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 54632 T112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 54632 T112 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 54634 T112 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 54634 T112 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/collection1/'
   [junit4]   2> 54667 T112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 54728 T112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 54730 T112 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 54764 T112 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 54783 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 54789 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 54797 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 54803 T112 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 54984 T112 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 54986 T112 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 54989 T112 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 54989 T112 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 54993 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 54994 T112 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1394156076253/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/
   [junit4]   2> 54994 T112 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 54995 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data
   [junit4]   2> 54995 T112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/index/
   [junit4]   2> 54995 T112 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 54996 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/index
   [junit4]   2> 54999 T112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1126c3f8 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 55000 T112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 55002 T112 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 55003 T112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 55003 T112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 55003 T112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 55003 T112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 55004 T112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 55004 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 55004 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 55006 T112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 55008 T112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 55008 T112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 55009 T112 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1126c3f8 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 55010 T112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 55010 T112 oass.SolrIndexSearcher.<init> Opening Searcher@2cb2427b[collection1] main
   [junit4]   2> 55012 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2cb2427b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 55013 T112 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 55014 T78 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 55014 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 55014 T116 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:43947/ge/n collection:control_collection shard:shard1
   [junit4]   2> 55025 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 55029 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 55033 T118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47a2dd9a name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55033 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 55036 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 55041 T116 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 55042 T78 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 55043 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55044 T116 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 55045 T116 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 55046 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@31b9c92b url=https://127.0.0.1:43947/ge/n/collection1 node=127.0.0.1:43947_ge%2Fn C3_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:43947/ge/n, core=collection1, node_name=127.0.0.1:43947_ge%2Fn}
   [junit4]   2> 55046 T116 C3 P43947 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:43947/ge/n/collection1/
   [junit4]   2> 55047 T116 C3 P43947 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 55047 T116 C3 P43947 oasc.SyncStrategy.syncToMe https://127.0.0.1:43947/ge/n/collection1/ has no replicas
   [junit4]   2> 55047 T116 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:43947/ge/n/collection1/ shard1
   [junit4]   2> 55049 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55052 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 55066 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55084 T78 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 55085 T78 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 55092 T78 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 55100 T78 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:43696
   [junit4]   2> 55105 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 55105 T78 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 55106 T78 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124
   [junit4]   2> 55106 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/'
   [junit4]   2> 55123 T78 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/solr.xml
   [junit4]   2> 55136 T78 oasc.CoreContainer.<init> New CoreContainer 1698765589
   [junit4]   2> 55136 T78 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/]
   [junit4]   2> 55137 T78 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 55137 T78 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 55138 T78 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 55138 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 55139 T78 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 55139 T78 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 55139 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 55140 T78 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 55140 T78 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 55147 T78 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 55148 T78 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 55148 T78 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 55149 T78 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60811/solr
   [junit4]   2> 55149 T78 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 55150 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 55158 T129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@179bae00 name:ZooKeeperConnection Watcher:127.0.0.1:60811 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55162 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55162 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 55164 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 55164 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> 55173 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 55179 T131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7130ef26 name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55180 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 55196 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 55218 T116 oasc.ZkController.register We are https://127.0.0.1:43947/ge/n/collection1/ and leader is https://127.0.0.1:43947/ge/n/collection1/
   [junit4]   2> 55218 T116 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:43947/ge/n
   [junit4]   2> 55218 T116 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 55219 T116 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 55219 T116 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 55220 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55221 T116 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 55223 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 55224 T110 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:43947/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43947_ge%2Fn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 55227 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 55330 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> 55334 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 55334 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 56203 T78 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43696_ge%2Fn
   [junit4]   2> 56206 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43696_ge%2Fn
   [junit4]   2> 56208 T109 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 56208 T131 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 56209 T118 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 56218 T132 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 56219 T132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 56220 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56220 T132 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 56220 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56221 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56222 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 56223 T110 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:43696/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43696_ge%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 56224 T110 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 56224 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 56228 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 56331 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 56331 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> 56331 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 57221 T132 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 57221 T132 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/collection1
   [junit4]   2> 57221 T132 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 57222 T132 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 57223 T132 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 57230 T132 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 57230 T132 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/collection1/'
   [junit4]   2> 57264 T132 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 57274 T132 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 57278 T132 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 57309 T132 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 57551 T132 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 57553 T132 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 57557 T132 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 57558 T132 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 57559 T132 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 57559 T132 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1394156078124/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/
   [junit4]   2> 57560 T132 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 57561 T132 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1
   [junit4]   2> 57562 T132 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/index/
   [junit4]   2> 57562 T132 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 57562 T132 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/index
   [junit4]   2> 57564 T132 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4078f9e1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 57565 T132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 57586 T132 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 57586 T132 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 57586 T132 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 57587 T132 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 57587 T132 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 57587 T132 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 57588 T132 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 57588 T132 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 57590 T132 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 57592 T132 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 57592 T132 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 57594 T132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4078f9e1 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 57595 T132 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 57595 T132 oass.SolrIndexSearcher.<init> Opening Searcher@3e8cfd46[collection1] main
   [junit4]   2> 57597 T132 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 57599 T133 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e8cfd46[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 57615 T78 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 57616 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 57622 T136 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:43696/ge/n collection:collection1 shard:shard2
   [junit4]   2> 57624 T136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 57649 T136 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 57663 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57663 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57664 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57664 T136 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 57664 T136 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@2f2172d5 url=https://127.0.0.1:43696/ge/n/collection1 node=127.0.0.1:43696_ge%2Fn C4_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:43696/ge/n, core=collection1, node_name=127.0.0.1:43696_ge%2Fn}
   [junit4]   2> 57664 T136 C4 P43696 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:43696/ge/n/collection1/
   [junit4]   2> 57666 T136 C4 P43696 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 57666 T136 C4 P43696 oasc.SyncStrategy.syncToMe https://127.0.0.1:43696/ge/n/collection1/ has no replicas
   [junit4]   2> 57667 T136 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:43696/ge/n/collection1/ shard2
   [junit4]   2> 57667 T136 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 57673 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 57682 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57692 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57699 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57702 T78 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 57706 T78 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 57714 T78 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 57716 T78 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53890
   [junit4]   2> 57719 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 57719 T78 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 57720 T78 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699
   [junit4]   2> 57720 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/'
   [junit4]   2> 57763 T78 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/solr.xml
   [junit4]   2> 57781 T78 oasc.CoreContainer.<init> New CoreContainer 1735938378
   [junit4]   2> 57781 T78 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/]
   [junit4]   2> 57782 T78 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 57783 T78 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 57784 T78 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 57785 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 57785 T78 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 57785 T78 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 57786 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 57786 T78 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 57792 T78 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 57800 T78 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 57803 T78 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 57803 T78 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 57804 T78 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60811/solr
   [junit4]   2> 57805 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 57805 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 57805 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> 57811 T78 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 57835 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 57843 T136 oasc.ZkController.register We are https://127.0.0.1:43696/ge/n/collection1/ and leader is https://127.0.0.1:43696/ge/n/collection1/
   [junit4]   2> 57844 T136 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:43696/ge/n
   [junit4]   2> 57844 T136 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 57844 T136 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 57844 T136 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 57845 T147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1faba1d5 name:ZooKeeperConnection Watcher:127.0.0.1:60811 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 57845 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 57846 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57847 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57847 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57848 T136 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 57850 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 57852 T110 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:43696/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43696_ge%2Fn",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 57877 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 57880 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57881 T149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44c02123 name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 57881 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 57888 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 57986 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 57986 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 57986 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> 57986 T149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 58894 T78 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53890_ge%2Fn
   [junit4]   2> 58897 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53890_ge%2Fn
   [junit4]   2> 58903 T118 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 58903 T131 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 58904 T109 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 58903 T149 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 58918 T150 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 58918 T150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 58923 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 58923 T150 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 58923 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 58923 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 58925 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 58926 T110 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:53890/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53890_ge%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 58926 T110 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 58926 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 58929 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 59033 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> 59034 T149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 59034 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 59034 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 59923 T150 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 59924 T150 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/collection1
   [junit4]   2> 59924 T150 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 59924 T150 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 59925 T150 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 59926 T150 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 59926 T150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/collection1/'
   [junit4]   2> 59955 T150 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 59968 T150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 59970 T150 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 59995 T150 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 60187 T150 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 60189 T150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 60192 T150 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 60198 T150 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 60199 T150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 60199 T150 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1394156080699/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/
   [junit4]   2> 60200 T150 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 60201 T150 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2
   [junit4]   2> 60201 T150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/index/
   [junit4]   2> 60202 T150 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 60202 T150 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/index
   [junit4]   2> 60210 T150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3d09ac53 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 60210 T150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 60212 T150 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 60213 T150 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 60213 T150 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 60213 T150 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 60215 T150 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 60215 T150 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 60216 T150 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 60218 T150 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 60221 T150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 60224 T150 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 60224 T150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 60226 T150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3d09ac53 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 60226 T150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 60227 T150 oass.SolrIndexSearcher.<init> Opening Searcher@76cb473e[collection1] main
   [junit4]   2> 60228 T150 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 60229 T151 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76cb473e[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 60233 T78 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 60234 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 60236 T154 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53890/ge/n collection:collection1 shard:shard1
   [junit4]   2> 60242 T154 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 60249 T154 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 60252 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60252 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60252 T154 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 60252 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60253 T154 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@6180032c url=https://127.0.0.1:53890/ge/n/collection1 node=127.0.0.1:53890_ge%2Fn C5_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53890/ge/n, core=collection1, node_name=127.0.0.1:53890_ge%2Fn}
   [junit4]   2> 60253 T154 C5 P53890 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53890/ge/n/collection1/
   [junit4]   2> 60261 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60261 T154 C5 P53890 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 60262 T154 C5 P53890 oasc.SyncStrategy.syncToMe https://127.0.0.1:53890/ge/n/collection1/ has no replicas
   [junit4]   2> 60262 T154 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53890/ge/n/collection1/ shard1
   [junit4]   2> 60262 T154 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 60269 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60270 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60274 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60293 T78 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 60294 T78 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 60306 T78 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 60310 T78 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:50127
   [junit4]   2> 60312 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 60313 T78 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60313 T78 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318
   [junit4]   2> 60314 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/'
   [junit4]   2> 60327 T78 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/solr.xml
   [junit4]   2> 60345 T78 oasc.CoreContainer.<init> New CoreContainer 1504528169
   [junit4]   2> 60346 T78 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/]
   [junit4]   2> 60348 T78 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 60349 T78 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 60349 T78 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 60350 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 60350 T78 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 60351 T78 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 60351 T78 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 60352 T78 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 60352 T78 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 60360 T78 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 60361 T78 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 60361 T78 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 60362 T78 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60811/solr
   [junit4]   2> 60362 T78 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 60363 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60376 T165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8871fe name:ZooKeeperConnection Watcher:127.0.0.1:60811 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60381 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60405 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60406 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> 60406 T149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60406 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60412 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60423 T154 oasc.ZkController.register We are https://127.0.0.1:53890/ge/n/collection1/ and leader is https://127.0.0.1:53890/ge/n/collection1/
   [junit4]   2> 60424 T154 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53890/ge/n
   [junit4]   2> 60424 T154 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 60424 T167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79b569d name:ZooKeeperConnection Watcher:127.0.0.1:60811/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60424 T154 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 60424 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60425 T154 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 60427 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60428 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60428 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60429 T154 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60430 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60431 T110 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:53890/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53890_ge%2Fn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 60434 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60434 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 60537 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60537 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60537 T149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 60537 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> 60537 T167 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 61439 T78 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50127_ge%2Fn
   [junit4]   2> 61441 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50127_ge%2Fn
   [junit4]   2> 61445 T167 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 61445 T149 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 61445 T118 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 61445 T131 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 61446 T109 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 61452 T168 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 61453 T168 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 61455 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 61455 T168 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 61455 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 61456 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 61459 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 61460 T110 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:50127/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50127_ge%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 61461 T110 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 61461 T110 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 61530 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 61634 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 61634 T109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 61634 T167 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 61634 T149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 61634 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> 62455 T168 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 62456 T168 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/collection1
   [junit4]   2> 62456 T168 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 62458 T168 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 62458 T168 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 62462 T168 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 62462 T168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/collection1/'
   [junit4]   2> 62484 T168 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 62493 T168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 62495 T168 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 62505 T168 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 62591 T168 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 62592 T168 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 62593 T168 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 62594 T168 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 62594 T168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 62595 T168 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1394156083318/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/
   [junit4]   2> 62595 T168 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 62595 T168 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3
   [junit4]   2> 62596 T168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index/
   [junit4]   2> 62596 T168 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 62596 T168 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index
   [junit4]   2> 62597 T168 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4546934c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 62598 T168 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 62599 T168 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 62599 T168 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 62599 T168 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 62600 T168 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 62600 T168 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 62600 T168 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 62601 T168 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 62601 T168 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 62603 T168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62604 T168 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 62604 T168 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 62605 T168 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4546934c lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 62605 T168 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 62606 T168 oass.SolrIndexSearcher.<init> Opening Searcher@ead3fc5[collection1] main
   [junit4]   2> 62607 T168 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 62607 T169 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ead3fc5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 62607 T78 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 62608 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 62607 T172 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:50127/ge/n collection:collection1 shard:shard2
   [junit4]   2> 62615 T172 oasc.ZkController.register We are https://127.0.0.1:50127/ge/n/collection1/ and leader is https://127.0.0.1:43696/ge/n/collection1/
   [junit4]   2> 62615 T172 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:50127/ge/n
   [junit4]   2> 62615 T172 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 62615 T172 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@4797c0e3 url=https://127.0.0.1:50127/ge/n/collection1 node=127.0.0.1:50127_ge%2Fn C6_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:50127/ge/n, core=collection1, node_name=127.0.0.1:50127_ge%2Fn}
   [junit4]   2> 62619 T173 C6 P50127 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 62619 T172 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62620 T173 C6 P50127 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 62621 T173 C6 P50127 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 62621 T173 C6 P50127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 62624 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62625 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62625 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62626 T110 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62627 T110 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:50127/ge/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50127_ge%2Fn",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node3"}
   [junit4]   2> 62630 T109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62644 T78 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 62645 T78 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 62650 T78 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 62654 T78 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59085
   [junit4]   2> 62658 T78 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 62658 T78 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 62658 T78 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0

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

 74547 T78 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 75344 T109 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 75344 T109 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 75452 T131 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 76462 T167 C19 P50127 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 76467 T167 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 76467 T167 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4797c0e3
   [junit4]   2> 76468 T167 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> 76468 T167 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 76468 T167 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 76468 T167 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 76469 T167 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 76470 T167 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 76470 T167 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3;done=false>>]
   [junit4]   2> 76470 T167 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3
   [junit4]   2> 76470 T167 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index;done=false>>]
   [junit4]   2> 76470 T167 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty3/index
   [junit4]   2> 76471 T167 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 76471 T167 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 76471 T167 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 76471 T167 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 76574 T186 C17 P59085 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 76575 T186 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 76576 T186 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7562306b
   [junit4]   2> 76576 T186 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> 76576 T186 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 76577 T186 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 76577 T186 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 76578 T186 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 76579 T186 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 76579 T186 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4/index;done=false>>]
   [junit4]   2> 76579 T186 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4/index
   [junit4]   2> 76579 T186 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4;done=false>>]
   [junit4]   2> 76579 T186 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1394156075991/jetty4
   [junit4]   2> 76579 T186 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 76580 T186 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=mk, timezone=America/Guayaquil
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=24163064,total=87031808
   [junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, SolrParamTest, JettyWebappTest, DocumentAnalysisResponseTest, TestJavaBinCodec, TestEmbeddedSolrServer, TestCoreAdmin, ContentStreamTest, TestXMLEscaping, SolrExceptionTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 70.72s, 2 tests, 1 error <<< FAILURES!

[...truncated 88 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 49 suites, 281 tests, 1 error

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