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 2013/08/04 00:09:52 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_25) - Build # 6867 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6867/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Server refused connection at: http://127.0.0.1:45294/c_rb/yj

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:45294/c_rb/yj
	at __randomizedtesting.SeedInfo.seed([75857D4314280629:F463F35B63776615]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	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:724)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45294 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 44 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 51 more




Build Log:
[...truncated 9821 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 787707 T2397 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /c_rb/yj
   [junit4]   2> 787711 T2397 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375567162197
   [junit4]   2> 787712 T2397 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 787712 T2398 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 787812 T2397 oasc.ZkTestServer.run start zk server on port:48903
   [junit4]   2> 787813 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788032 T2404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4676b8bc name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788032 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788033 T2397 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 788037 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788038 T2406 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27a73c9e name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788038 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788038 T2397 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 788040 T2397 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 788042 T2397 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 788044 T2397 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 788045 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 788046 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 788050 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 788050 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 788053 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 788053 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 788055 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 788056 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 788057 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 788058 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 788060 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 788060 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 788068 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 788068 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 788071 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 788071 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 788073 T2397 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 788073 T2397 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 788147 T2397 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 788159 T2397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52126
   [junit4]   2> 788159 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 788160 T2397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 788160 T2397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560
   [junit4]   2> 788160 T2397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560/'
   [junit4]   2> 788176 T2397 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560/solr.xml
   [junit4]   2> 788211 T2397 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 788212 T2397 oasc.CoreContainer.<init> New CoreContainer 1427647116
   [junit4]   2> 788212 T2397 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560/]
   [junit4]   2> 788213 T2397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 788214 T2397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 788214 T2397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 788214 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 788215 T2397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 788215 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 788215 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 788216 T2397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 788216 T2397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 788216 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 788220 T2397 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48903/solr
   [junit4]   2> 788220 T2397 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 788221 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788222 T2417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8725c0b name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788222 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788224 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 788245 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788246 T2419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c64b08 name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788246 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788248 T2397 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 788252 T2397 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 788255 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 788257 T2397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52126_c_rb%2Fyj
   [junit4]   2> 788258 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52126_c_rb%2Fyj
   [junit4]   2> 788260 T2397 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 788264 T2397 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 788266 T2397 oasc.Overseer.start Overseer (id=90149169541939203-127.0.0.1:52126_c_rb%2Fyj-n_0000000000) starting
   [junit4]   2> 788268 T2397 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 788271 T2421 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 788271 T2397 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 788273 T2397 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 788274 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 788276 T2420 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 788280 T2397 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560
   [junit4]   2> 788304 T2397 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375567162560/conf/
   [junit4]   2> 788305 T2397 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 788305 T2397 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 788306 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 788306 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 788309 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 788310 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788311 T2424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3823002a name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788312 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788313 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 788314 T2397 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 788391 T2397 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 788393 T2397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45294
   [junit4]   2> 788394 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 788394 T2397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 788395 T2397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800
   [junit4]   2> 788395 T2397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/'
   [junit4]   2> 788409 T2397 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/solr.xml
   [junit4]   2> 788445 T2397 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 788446 T2397 oasc.CoreContainer.<init> New CoreContainer 1575255002
   [junit4]   2> 788446 T2397 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/]
   [junit4]   2> 788447 T2397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 788448 T2397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 788448 T2397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 788448 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 788448 T2397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 788449 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 788449 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 788449 T2397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 788449 T2397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 788450 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 788453 T2397 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48903/solr
   [junit4]   2> 788454 T2397 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 788455 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788456 T2435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29ab8c21 name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788456 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788458 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 788461 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 788463 T2437 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2aef9d08 name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788463 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 788466 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 789468 T2397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45294_c_rb%2Fyj
   [junit4]   2> 789470 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45294_c_rb%2Fyj
   [junit4]   2> 789488 T2424 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 789489 T2437 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 789489 T2419 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 789494 T2397 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800
   [junit4]   2> 789522 T2397 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/conf/
   [junit4]   2> 789523 T2397 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 789523 T2397 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 789523 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 789524 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 789625 T2397 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 789627 T2397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43781
   [junit4]   2> 789627 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 789628 T2397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 789628 T2397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012
   [junit4]   2> 789628 T2397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/'
   [junit4]   2> 789640 T2397 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/solr.xml
   [junit4]   2> 789670 T2397 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 789671 T2397 oasc.CoreContainer.<init> New CoreContainer 1799425430
   [junit4]   2> 789671 T2397 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/]
   [junit4]   2> 789672 T2397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 789672 T2397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 789672 T2397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 789673 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 789673 T2397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 789673 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 789673 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 789674 T2397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 789674 T2397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 789674 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 789677 T2397 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48903/solr
   [junit4]   2> 789678 T2397 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 789678 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 789680 T2449 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6689fe2d name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 789680 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 789682 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 789687 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 789689 T2451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ca673f name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 789689 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 789692 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 790695 T2397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43781_c_rb%2Fyj
   [junit4]   2> 790697 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43781_c_rb%2Fyj
   [junit4]   2> 790700 T2437 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 790700 T2424 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 790700 T2451 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 790700 T2419 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 790704 T2397 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012
   [junit4]   2> 790738 T2397 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/conf/
   [junit4]   2> 790739 T2397 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 790741 T2397 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 790742 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 790742 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 790824 T2397 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 790826 T2397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56963
   [junit4]   2> 790827 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 790827 T2397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 790828 T2397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233
   [junit4]   2> 790828 T2397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/'
   [junit4]   2> 790840 T2397 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/solr.xml
   [junit4]   2> 790870 T2397 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 790871 T2397 oasc.CoreContainer.<init> New CoreContainer 1570648061
   [junit4]   2> 790871 T2397 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/]
   [junit4]   2> 790872 T2397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 790872 T2397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 790873 T2397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 790873 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 790873 T2397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 790873 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 790874 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 790874 T2397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 790874 T2397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 790875 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 790878 T2397 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48903/solr
   [junit4]   2> 790878 T2397 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 790879 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790881 T2463 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17eca407 name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790881 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790883 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 790886 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790888 T2465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f028911 name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790888 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790891 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 791894 T2397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56963_c_rb%2Fyj
   [junit4]   2> 791895 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56963_c_rb%2Fyj
   [junit4]   2> 791898 T2451 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 791898 T2419 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 791898 T2465 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 791898 T2437 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 791898 T2424 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 791902 T2397 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233
   [junit4]   2> 791927 T2397 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/conf/
   [junit4]   2> 791928 T2397 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 791928 T2397 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 791928 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 791929 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 792014 T2397 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 792016 T2397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55106
   [junit4]   2> 792016 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 792017 T2397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 792017 T2397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426
   [junit4]   2> 792018 T2397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/'
   [junit4]   2> 792030 T2397 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/solr.xml
   [junit4]   2> 792059 T2397 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 792060 T2397 oasc.CoreContainer.<init> New CoreContainer 1559522513
   [junit4]   2> 792060 T2397 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/]
   [junit4]   2> 792061 T2397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 792061 T2397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 792061 T2397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 792062 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 792062 T2397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 792062 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 792062 T2397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 792063 T2397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 792063 T2397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 792063 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 792066 T2397 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48903/solr
   [junit4]   2> 792067 T2397 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 792067 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 792069 T2477 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73f05dbf name:ZooKeeperConnection Watcher:127.0.0.1:48903 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 792069 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 792071 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 792074 T2397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 792075 T2479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@182abb13 name:ZooKeeperConnection Watcher:127.0.0.1:48903/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 792075 T2397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 792078 T2397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 793080 T2397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55106_c_rb%2Fyj
   [junit4]   2> 793082 T2397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55106_c_rb%2Fyj
   [junit4]   2> 793085 T2419 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793085 T2424 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793085 T2437 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793085 T2479 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793085 T2465 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793085 T2451 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 793089 T2397 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426
   [junit4]   2> 793118 T2397 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/conf/
   [junit4]   2> 793119 T2397 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 793119 T2397 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 793120 T2397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 793120 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 793123 T2397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 793127 T2431 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 793129 T2419 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 793130 T2421 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 793130 T2421 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 794283 T2420 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 794284 T2420 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 794284 T2420 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 794288 T2451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794288 T2465 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794288 T2437 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794288 T2419 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794302 T2479 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794302 T2424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 794337 T2421 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 794337 T2421 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:56963_c_rb%2Fyj
   [junit4]   2> 794337 T2421 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:45294_c_rb%2Fyj
   [junit4]   2> 794338 T2421 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:55106_c_rb%2Fyj
   [junit4]   2> 794339 T2421 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:43781_c_rb%2Fyj
   [junit4]   2> 794340 T2430 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 794341 T2474 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 794341 T2445 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 794340 T2459 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 794342 T2430 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 794342 T2474 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 794343 T2459 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 794346 T2445 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 795806 T2420 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 795807 T2420 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 795807 T2420 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45294_c_rb%2Fyj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45294/c_rb/yj"}
   [junit4]   2> 795811 T2420 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 795812 T2420 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55106_c_rb%2Fyj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55106/c_rb/yj"}
   [junit4]   2> 795815 T2420 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 795815 T2420 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56963_c_rb%2Fyj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56963/c_rb/yj"}
   [junit4]   2> 795818 T2420 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 795818 T2420 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43781_c_rb%2Fyj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43781/c_rb/yj"}
   [junit4]   2> 795822 T2451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 795822 T2424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 795822 T2437 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 795822 T2465 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 795822 T2479 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 795823 T2419 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 796342 T2430 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 796343 T2474 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 796343 T2430 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 796344 T2459 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 796343 T2474 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 796345 T2459 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 796344 T2430 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2
   [junit4]   2> 796345 T2459 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1
   [junit4]   2> 796346 T2459 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 796345 T2474 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1
   [junit4]   2> 796346 T2474 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 796346 T2459 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 796345 T2430 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 796347 T2445 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 796347 T2459 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 796347 T2474 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 796347 T2445 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 796347 T2430 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 796348 T2445 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2
   [junit4]   2> 796348 T2445 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 796348 T2459 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 796348 T2474 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 796349 T2445 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 796349 T2459 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 796348 T2430 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 796350 T2474 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 796350 T2445 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 796351 T2474 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 796351 T2430 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 796351 T2430 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 796352 T2445 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 796352 T2459 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 796353 T2474 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 796353 T2430 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 796354 T2445 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 796355 T2474 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 796354 T2459 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 796355 T2430 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 796356 T2445 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 796406 T2430 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 796412 T2474 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 796413 T2459 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 796433 T2445 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 796459 T2430 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 796461 T2430 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 796468 T2430 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 796485 T2445 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 796487 T2445 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 796487 T2474 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 796487 T2459 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 796489 T2474 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 796489 T2459 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 796493 T2445 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 796498 T2474 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 796498 T2459 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 797147 T2459 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 797153 T2459 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 797155 T2459 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 797159 T2445 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 797174 T2445 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 797178 T2459 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797178 T2445 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 797181 T2459 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797185 T2459 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797186 T2430 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 797192 T2459 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797193 T2459 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797193 T2459 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797194 T2459 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797194 T2430 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 797194 T2459 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797195 T2459 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 797196 T2459 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 797196 T2459 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@995ffcc
   [junit4]   2> 797197 T2430 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 797198 T2459 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 797198 T2459 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 797198 T2459 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 797199 T2459 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375567165233//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 797203 T2459 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f616161 lockFactory=org.apache.lucene.store.NativeFSLockFactory@277893e3),segFN=segments_1,generation=1}
   [junit4]   2> 797203 T2459 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 797204 T2474 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 797205 T2445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797208 T2459 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 797208 T2459 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 797209 T2459 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 797210 T2474 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 797210 T2459 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 797211 T2459 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 797211 T2459 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 797211 T2459 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 797212 T2474 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 797212 T2459 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 797213 T2459 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 797214 T2445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797218 T2445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797219 T2445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797220 T2445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797220 T2459 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 797220 T2445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797221 T2430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797222 T2445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797223 T2445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797223 T2445 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 797223 T2459 oass.SolrIndexSearcher.<init> Opening Searcher@4438f89b main
   [junit4]   2> 797223 T2445 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 797224 T2445 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@995ffcc
   [junit4]   2> 797224 T2459 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 797225 T2459 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 797225 T2445 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 797233 T2445 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 797233 T2474 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797233 T2430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797233 T2445 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 797235 T2445 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375567164012//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 797236 T2474 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 797236 T2430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797237 T2485 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@4438f89b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 797238 T2430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797238 T2430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797238 T2430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797239 T2459 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 797240 T2445 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38025022 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a6cdfdc),segFN=segments_1,generation=1}
   [junit4]   2> 797239 T2474 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797240 T2445 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 797240 T2430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797240 T2459 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:56963/c_rb/yj collection:nodes_used_collection shard:shard1
   [junit4]   2> 797241 T2474 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797241 T2430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797241 T2474 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797241 T2459 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 797242 T2474 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 797242 T2430 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 797243 T2430 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 797243 T2430 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@995ffcc
   [junit4]   2> 797243 T2474 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 797244 T2474 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 797244 T2445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 797244 T2474 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 797244 T2430 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 797245 T2474 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 797245 T2445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 797245 T2474 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@995ffcc
   [junit4]   2> 797245 T2430 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 797246 T2430 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 797246 T2445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 797246 T2474 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 797247 T2430 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375567162800//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 797247 T2445 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 797247 T2474 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 797248 T2445 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 797248 T2445 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 797248 T2459 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 797248 T2430 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e6902cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ee431c2),segFN=segments_1,generation=1}
   [junit4]   2> 797249 T2430 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 797248 T2445 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 797248 T2474 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 797250 T2445 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 797251 T2474 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 797251 T2445 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 797253 T2474 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61583db6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25b253da),segFN=segments_1,generation=1}
   [junit4]   2> 797254 T2430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 797254 T2474 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 797254 T2430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 797254 T2459 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 797255 T2445 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 797255 T2430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 797256 T2430 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 797257 T2430 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 797257 T2430 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 797258 T2459 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 797258 T2430 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 797258 T2445 oass.SolrIndexSearcher.<init> Opening Searcher@133b1589 main
   [junit4]   2> 797259 T2430 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 797259 T2474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 797259 T2430 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 797259 T2445 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 797260 T2474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 797260 T2445 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 797261 T2474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 797261 T2474 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 797262 T2474 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 797262 T2474 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 797262 T2430 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 797263 T2486 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@133b1589 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 797263 T2474 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 797264 T2474 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 797264 T2474 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 797264 T2445 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 797265 T2445 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:43781/c_rb/yj collection:nodes_used_collection shard:shard2
   [junit4]   2> 797265 T2445 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 797265 T2430 oass.SolrIndexSearcher.<init> Opening Searcher@6e444f79 main
   [junit4]   2> 797266 T2474 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 797266 T2430 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 797266 T2430 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 797268 T2474 oass.SolrIndexSearcher.<init> Opening Searcher@6f87b798 main
   [junit4]   2> 797269 T2445 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 797269 T2474 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 797270 T2474 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 797272 T2487 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@6e444f79 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 797273 T2488 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@6f87b798 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 797274 T2430 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 797274 T2474 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 797275 T2474 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:55106/c_rb/yj collection:nodes_used_collection shard:shard2
   [junit4]   2> 797275 T2474 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 797274 T2430 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:45294/c_rb/yj collection:nodes_used_collection shard:shard1
   [junit4]   2> 797275 T2445 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 797277 T2430 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 797281 T2445 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 797282 T2445 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 797282 T2445 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43781/c_rb/yj/nodes_used_collection_shard2_replica2/
   [junit4]   2> 797282 T2445 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:43781/c_rb/yj START replicas=[http://127.0.0.1:55106/c_rb/yj/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 797283 T2445 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:43781/c_rb/yj DONE.  We have no versions.  sync failed.
   [junit4]   2> 797283 T2445 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 797283 T2445 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 797284 T2445 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43781/c_rb/yj/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 797284 T2445 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C11505 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@29cadac0 url=http://127.0.0.1:55106/c_rb/yj/nodes_used_collection_shard2_replica1 node=127.0.0.1:55106_c_rb%2Fyj C11505_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=down, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:55106_c_rb%2Fyj, base_url=http://127.0.0.1:55106/c_rb/yj}
   [junit4]   2> 797293 T2475 C11505 P55106 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/c_rb/yj path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=4 
   [junit4]   2> 797336 T2420 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 797345 T2419 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797345 T2451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797345 T2437 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797345 T2465 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797345 T2479 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797345 T2424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 797394 T2445 oasc.ZkController.register We are http://127.0.0.1:43781/c_rb/yj/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:43781/c_rb/yj/nodes_used_collection_shard2_replica2/
   [junit4]   2> 797394 T2445 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2

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

trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data;done=false>>]
   [junit4]   2> 902712 T2397 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data
   [junit4]   2> 902712 T2397 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data/index;done=false>>]
   [junit4]   2> 902713 T2397 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375567166426//new_implicit_coll_0_d_replica1/data/index
   [junit4]   2> 902714 T2754 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90149169541939212-127.0.0.1:55106_c_rb%2Fyj-n_0000000004) am no longer a leader.
   [junit4]   2> 902715 T2479 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 902716 T2479 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 902716 T2479 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 902738 T2397 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/c_rb/yj,null}
   [junit4]   2> 902794 T2397 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 902797 T2397 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:48903 48903
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=75857D4314280629 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=US/Pacific-New -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    115s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:45294/c_rb/yj
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([75857D4314280629:F463F35B63776615]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45294 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 903205 T2397 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 115506 T2396 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=Pulsing41(freqCutoff=4 minBlockSize=15 maxBlockSize=86), range_facet_l=PostingsFormat(name=Lucene41WithOrds), text=Pulsing41(freqCutoff=4 minBlockSize=15 maxBlockSize=86), _version_=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=Lucene41VarGapFixedInterval), timestamp=PostingsFormat(name=Lucene41WithOrds), a_t=PostingsFormat(name=Lucene41WithOrds), range_facet_sl=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_si=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=Lucene41WithOrds), multiDefault=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=ga, timezone=US/Pacific-New
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=3,free=177181440,total=290021376
   [junit4]   2> NOTE: All tests run in this JVM: [SortByFunctionTest, HdfsCollectionsAPIDistributedZkTest, TestCloudManagedSchema, OpenCloseCoreStressTest, DocValuesMultiTest, ConvertedLegacyTest, TestWordDelimiterFilterFactory, ShardRoutingCustomTest, TestFiltering, XmlUpdateRequestHandlerTest, TestCollationField, DisMaxRequestHandlerTest, SolrCoreCheckLockOnStartupTest, UniqFieldsUpdateProcessorFactoryTest, URLClassifyProcessorTest, TestAddFieldRealTimeGet, BasicZkTest, SpellCheckCollatorTest, TermVectorComponentDistributedTest, RequiredFieldsTest, CopyFieldTest, TestSchemaSimilarityResource, TestDefaultSimilarityFactory, ZkNodePropsTest, DistanceFunctionTest, TestCSVLoader, CoreContainerCoreInitFailuresTest, CurrencyFieldXmlFileTest, TestUniqueKeyFieldResource, TestRangeQuery, XsltUpdateRequestHandlerTest, ChaosMonkeySafeLeaderTest, DeleteShardTest, FullSolrCloudDistribCmdsTest, HdfsRecoveryZkTest, TestDistributedGrouping, LeaderElectionIntegrationTest, TestLMJelinekMercerSimilarityFactory, IndexSchemaRuntimeFieldTest, TestNumberUtils, TestBinaryResponseWriter, TestManagedSchema, TestUpdate, TestUtils, TestRTGBase, StandardRequestHandlerTest, TestPartialUpdateDeduplication, DebugComponentTest, PingRequestHandlerTest, TestArbitraryIndexDir, TestLazyCores, SpellCheckComponentTest, HdfsDirectoryTest, TestBM25SimilarityFactory, SolrPluginUtilsTest, OpenExchangeRatesOrgProviderTest, IndexReaderFactoryTest, TestMergePolicyConfig, FieldAnalysisRequestHandlerTest, SampleTest, TestPropInject, TestFoldingMultitermQuery, TestComponentsName, TestRandomFaceting, TestLuceneMatchVersion, SolrIndexConfigTest, TestDFRSimilarityFactory, DOMUtilTest, PathHierarchyTokenizerFactoryTest, BadCopyFieldTest, DateMathParserTest, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, SuggesterWFSTTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 116.04s, 1 test, 1 error <<< FAILURES!

[...truncated 491 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:389: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:369: 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/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1230: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

Total time: 41 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure