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/03 18:53:50 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 684 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/684/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Server refused connection at: http://127.0.0.1:53191

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:53191
	at __randomizedtesting.SeedInfo.seed([56EFDA8EBCD19829:D7095496CB8EF815]: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:53191 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 9879 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 2539378 T5312 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2539389 T5312 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375547370451
   [junit4]   2> 2539391 T5312 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2539393 T5313 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2539494 T5312 oasc.ZkTestServer.run start zk server on port:53184
   [junit4]   2> 2539497 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2539505 T5319 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4652174e name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2539506 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2539506 T5312 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2539520 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2539527 T5321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10f74f5f name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2539528 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2539529 T5312 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2539537 T5312 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2539549 T5312 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2539555 T5312 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2539562 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2539562 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2539575 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2539576 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2539585 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2539587 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2539595 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2539596 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2539604 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2539605 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2539613 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2539614 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2539623 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2539625 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2539632 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2539633 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2539640 T5312 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2539640 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2540168 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2540176 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53187
   [junit4]   2> 2540177 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2540177 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2540178 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711
   [junit4]   2> 2540178 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/'
   [junit4]   2> 2540231 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/solr.xml
   [junit4]   2> 2540345 T5312 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2540346 T5312 oasc.CoreContainer.<init> New CoreContainer 267795389
   [junit4]   2> 2540347 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/]
   [junit4]   2> 2540350 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2540350 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2540351 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2540351 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2540352 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2540352 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2540353 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2540353 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2540354 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2540354 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2540374 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53184/solr
   [junit4]   2> 2540374 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2540377 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2540381 T5332 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1806339a name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2540381 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2540385 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2540405 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2540412 T5334 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29eda6f0 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2540413 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2540417 T5312 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2540424 T5312 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2540431 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2540435 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53187_
   [junit4]   2> 2540437 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53187_
   [junit4]   2> 2540444 T5312 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2540455 T5312 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2540466 T5312 oasc.Overseer.start Overseer (id=90147872471056387-127.0.0.1:53187_-n_0000000000) starting
   [junit4]   2> 2540479 T5312 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2540490 T5336 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2540494 T5312 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2540501 T5312 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2540507 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2540517 T5335 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2540518 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711
   [junit4]   2> 2540679 T5312 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/conf/
   [junit4]   2> 2540686 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2540687 T5312 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2540688 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2540688 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2540707 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 2540710 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2540713 T5339 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1618d701 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2540714 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2540717 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2540723 T5312 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 2541263 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2541275 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53191
   [junit4]   2> 2541276 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2541277 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2541277 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785
   [junit4]   2> 2541278 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/'
   [junit4]   2> 2541324 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/solr.xml
   [junit4]   2> 2541494 T5312 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2541495 T5312 oasc.CoreContainer.<init> New CoreContainer 431273935
   [junit4]   2> 2541495 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/]
   [junit4]   2> 2541502 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2541502 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2541503 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2541503 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2541504 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2541504 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2541505 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2541505 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2541506 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2541507 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2541532 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53184/solr
   [junit4]   2> 2541532 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2541536 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2541543 T5350 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e144f67 name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2541543 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2541550 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2541576 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2541580 T5352 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ffd4227 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2541581 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2541601 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2542617 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53191_
   [junit4]   2> 2542619 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53191_
   [junit4]   2> 2542630 T5352 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2542630 T5334 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2542630 T5339 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2542642 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785
   [junit4]   2> 2542819 T5312 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/conf/
   [junit4]   2> 2542826 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2542827 T5312 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2542828 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2542828 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2543397 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2543403 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53194
   [junit4]   2> 2543404 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2543405 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2543405 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907
   [junit4]   2> 2543406 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/'
   [junit4]   2> 2543446 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/solr.xml
   [junit4]   2> 2543572 T5312 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2543573 T5312 oasc.CoreContainer.<init> New CoreContainer 1143553181
   [junit4]   2> 2543574 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/]
   [junit4]   2> 2543576 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2543577 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2543577 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2543577 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2543578 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2543578 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2543579 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2543579 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2543580 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2543580 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2543603 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53184/solr
   [junit4]   2> 2543604 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2543606 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2543613 T5364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6369998a name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2543614 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2543618 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2543637 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2543640 T5366 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@84967c0 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2543641 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2543650 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2544664 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53194_
   [junit4]   2> 2544667 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53194_
   [junit4]   2> 2544687 T5352 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2544688 T5334 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2544689 T5339 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2544704 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907
   [junit4]   2> 2544723 T5366 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2544873 T5312 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/conf/
   [junit4]   2> 2544882 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2544883 T5312 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2544884 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2544884 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2545377 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2545383 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53197
   [junit4]   2> 2545383 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2545384 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2545385 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967
   [junit4]   2> 2545385 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/'
   [junit4]   2> 2545432 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/solr.xml
   [junit4]   2> 2545554 T5312 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2545555 T5312 oasc.CoreContainer.<init> New CoreContainer 1191739990
   [junit4]   2> 2545556 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/]
   [junit4]   2> 2545559 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2545560 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2545561 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2545562 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2545563 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2545564 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2545564 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2545564 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2545565 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2545565 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2545584 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53184/solr
   [junit4]   2> 2545585 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2545588 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2545596 T5378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eee92bd name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2545597 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2545602 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2545620 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2545625 T5380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ddaf661 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2545626 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2545636 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2546645 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53197_
   [junit4]   2> 2546654 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53197_
   [junit4]   2> 2546670 T5366 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2546670 T5352 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2546670 T5334 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2546672 T5339 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2546673 T5380 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2546690 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967
   [junit4]   2> 2546942 T5312 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/conf/
   [junit4]   2> 2546953 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2546955 T5312 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2546956 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2546957 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2547711 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2547723 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53200
   [junit4]   2> 2547724 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2547725 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2547726 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051
   [junit4]   2> 2547727 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051/'
   [junit4]   2> 2547820 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051/solr.xml
   [junit4]   2> 2548039 T5312 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2548040 T5312 oasc.CoreContainer.<init> New CoreContainer 298176824
   [junit4]   2> 2548041 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051/]
   [junit4]   2> 2548045 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2548046 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2548047 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2548047 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2548048 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2548049 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2548050 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2548051 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2548051 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2548052 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2548087 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53184/solr
   [junit4]   2> 2548088 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2548096 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2548101 T5392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15b5d633 name:ZooKeeperConnection Watcher:127.0.0.1:53184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2548101 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2548108 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2548133 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2548147 T5394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29121889 name:ZooKeeperConnection Watcher:127.0.0.1:53184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2548147 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2548164 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2549180 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53200_
   [junit4]   2> 2549184 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53200_
   [junit4]   2> 2549201 T5366 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549201 T5339 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549202 T5334 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549202 T5352 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549204 T5380 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549221 T5394 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2549222 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051
   [junit4]   2> 2549472 T5312 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051/conf/
   [junit4]   2> 2549483 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2549484 T5312 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2549485 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2549485 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2549512 T5312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2549545 T5343 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2549549 T5334 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2549556 T5336 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> 2549556 T5336 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> 2549641 T5335 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2549643 T5335 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 2549644 T5335 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 2549659 T5394 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> 2549660 T5366 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> 2549660 T5339 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> 2549660 T5352 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> 2549661 T5380 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> 2549661 T5334 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> 2549767 T5336 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2549768 T5336 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:53191_
   [junit4]   2> 2549769 T5336 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:53187_
   [junit4]   2> 2549769 T5336 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:53194_
   [junit4]   2> 2549773 T5336 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:53197_
   [junit4]   2> 2549791 T5359 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 2549791 T5329 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 2549791 T5345 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 2549793 T5374 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 2549796 T5329 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2549796 T5359 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2549799 T5345 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2549800 T5374 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2551183 T5335 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2551186 T5335 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2551186 T5335 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:53187_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53187"}
   [junit4]   2> 2551197 T5335 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2551199 T5335 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:53194_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53194"}
   [junit4]   2> 2551213 T5335 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2551213 T5335 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:53191_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53191"}
   [junit4]   2> 2551223 T5335 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2551223 T5335 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:53197_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53197"}
   [junit4]   2> 2551233 T5334 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> 2551234 T5380 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> 2551254 T5366 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> 2551257 T5352 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> 2551259 T5394 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> 2551259 T5339 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> 2551800 T5329 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 2551808 T5329 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 2551810 T5329 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2
   [junit4]   2> 2551810 T5329 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2551808 T5374 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 2551808 T5345 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 2551812 T5374 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 2551813 T5374 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2
   [junit4]   2> 2551814 T5374 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2551808 T5359 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 2551816 T5374 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2551817 T5374 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2551814 T5329 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2551813 T5345 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 2551819 T5345 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1
   [junit4]   2> 2551820 T5345 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2551818 T5329 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2551817 T5359 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 2551823 T5359 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1
   [junit4]   2> 2551823 T5359 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2551822 T5345 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2551828 T5345 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2551829 T5329 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2551830 T5329 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2551821 T5374 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2551832 T5374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2551837 T5359 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2551838 T5359 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2551843 T5345 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2551844 T5345 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2551851 T5345 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2551859 T5345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 2551863 T5329 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2551864 T5359 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2551865 T5359 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2551877 T5329 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 2551877 T5374 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2551897 T5359 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2551898 T5374 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 2551911 T5359 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 2552157 T5345 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 2552184 T5329 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 2552223 T5359 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 2552321 T5374 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 2552514 T5359 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2552522 T5329 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2552527 T5329 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2552553 T5359 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2552588 T5345 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2552645 T5374 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2552650 T5345 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2552661 T5374 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2552664 T5329 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 2552677 T5345 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 2552664 T5359 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 2552704 T5374 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 2555328 T5374 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555329 T5374 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555330 T5374 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2555383 T5374 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2555388 T5374 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2555445 T5345 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555446 T5345 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555447 T5345 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2555466 T5345 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2555472 T5345 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2555503 T5359 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555511 T5359 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555512 T5359 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2555530 T5359 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2555543 T5359 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2555575 T5374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555584 T5374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555586 T5345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555597 T5374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555605 T5374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555605 T5374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555606 T5374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555611 T5329 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555611 T5329 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2555613 T5329 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2555620 T5345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555622 T5374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555622 T5374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555623 T5374 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2555623 T5374 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 2555624 T5374 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41dc079d
   [junit4]   2> 2555623 T5329 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2555627 T5374 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 2555627 T5374 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 2555628 T5374 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2555629 T5374 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375547375967//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 2555631 T5329 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2555638 T5345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555641 T5374 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a6b8cb0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7600d5c7),segFN=segments_1,generation=1}
   [junit4]   2> 2555642 T5374 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2555644 T5345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555645 T5345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555646 T5345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555647 T5359 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555659 T5374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2555660 T5374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2555664 T5374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2555668 T5374 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2555670 T5345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555671 T5345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555672 T5345 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2555673 T5345 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 2555674 T5345 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41dc079d
   [junit4]   2> 2555670 T5374 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2555677 T5374 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2555677 T5374 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2555678 T5374 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2555680 T5345 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 2555684 T5345 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 2555686 T5345 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2555686 T5374 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2555690 T5345 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375547371785//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 2555708 T5359 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555715 T5374 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2555719 T5345 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6c05ab63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55590d6f),segFN=segments_1,generation=1}
   [junit4]   2> 2555720 T5345 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2555721 T5374 oass.SolrIndexSearcher.<init> Opening Searcher@1d03b48 main
   [junit4]   2> 2555723 T5374 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2555724 T5374 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2555729 T5400 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@1d03b48 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2555731 T5374 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 2555731 T5374 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:53197 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2555753 T5374 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2555747 T5345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2555761 T5345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2555762 T5345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2555763 T5345 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2555764 T5345 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2555764 T5345 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2555765 T5345 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2555768 T5345 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2555769 T5345 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2555773 T5359 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555783 T5359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555784 T5359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555785 T5359 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555791 T5345 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2555794 T5359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555794 T5359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555796 T5359 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2555796 T5359 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 2555797 T5359 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41dc079d
   [junit4]   2> 2555795 T5374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2555799 T5359 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 2555799 T5359 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 2555800 T5359 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2555800 T5359 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375547373907//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 2555811 T5359 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@21b13088 lockFactory=org.apache.lucene.store.NativeFSLockFactory@667ac080),segFN=segments_1,generation=1}
   [junit4]   2> 2555812 T5359 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2555824 T5359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2555825 T5359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2555827 T5329 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555828 T5359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2555830 T5359 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2555831 T5345 oass.SolrIndexSearcher.<init> Opening Searcher@6fb7562f main
   [junit4]   2> 2555831 T5359 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2555832 T5359 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2555832 T5359 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2555833 T5345 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2555834 T5345 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2555834 T5359 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2555839 T5359 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2555882 T5401 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@6fb7562f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2555886 T5345 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 2555886 T5345 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:53191 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2555887 T5345 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2555901 T5329 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2555913 T5329 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555922 T5359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2555923 T5345 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 2555936 T5329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555939 T5329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555939 T5329 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2555942 T5359 oass.SolrIndexSearcher.<init> Opening Searcher@6ab307a1 main
   [junit4]   2> 2555944 T5359 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2555944 T5359 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2555951 T5359 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 2555953 T5402 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@6ab307a1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2555955 T5359 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:53194 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2555957 T5359 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2555969 T5329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2555970 T5329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2555970 T5329 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2555971 T5329 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 2555971 T5329 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41dc079d
   [junit4]   2> 2555973 T5329 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 2555974 T5329 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 2555974 T5329 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2555975 T5329 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375547370711//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 2555995 T5329 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@192fcdb8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194cff9d),segFN=segments_1,generation=1}
   [junit4]   2> 2555996 T5329 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2556012 T5329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2556013 T5329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2556015 T5329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2556024 T5345 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2556021 T5374 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2556029 T5329 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2556031 T5329 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2556031 T5329 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2556032 T5329 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2556039 T5329 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2556048 T5329 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2556095 T5329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2556095 T5345 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179981
   [junit4]   2> 2556103 T5374 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2556104 T5374 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2556104 T5374 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53197/nodes_used_collection_shard2_replica2/
   [junit4]   2> 2556104 T5374 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:53197 START replicas=[http://127.0.0.1:53194/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 2556111 T5374 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:53197 DONE.  We have no versions.  sync failed.
   [junit4]   2> 2556121 T5374 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2556122 T5374 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> 2556123 T5374 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53197/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 2556124 T5374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 2556112 T5329 oass.SolrIndexSearcher.<init> Opening Searcher@568dac9f main
   [junit4]   2> 2556146 T5329 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2556146 T5329 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2556159 T5404 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@568dac9f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2556160 T5329 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 2556161 T5329 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:53187 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2556161 T5329 oascsi.HttpClientUtil.createClient Creating new http client, config

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

ucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051//new_implicit_coll_0_a_replica2/data/index;done=false>>]
   [junit4]   2> 2752694 T5312 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375547378051//new_implicit_coll_0_a_replica2/data/index
   [junit4]   2> 2752696 T5735 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90147872471056396-127.0.0.1:53200_-n_0000000004) am no longer a leader.
   [junit4]   2> 2752702 T5394 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2752702 T5394 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> 2752702 T5394 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2752721 T5312 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2752785 T5312 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2752789 T5312 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53184 53184
   [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=56EFDA8EBCD19829 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Europe/Chisinau -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    214s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:53191
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([56EFDA8EBCD19829:D7095496CB8EF815]: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:53191 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> 2752930 T5312 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=lt, timezone=Europe/Chisinau
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=83790600,total=327008256
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest, TestCollationKeyRangeQueries, HdfsLockFactoryTest, XmlUpdateRequestHandlerTest, TestLuceneMatchVersion, SuggesterFSTTest, SimplePostToolTest, SearchHandlerTest, CoreContainerCoreInitFailuresTest, AlternateDirectoryTest, TestJoin, HdfsRecoveryZkTest, RequiredFieldsTest, HighlighterTest, SystemInfoHandlerTest, TestRandomMergePolicy, SolrPluginUtilsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestMergePolicyConfig, HdfsBasicDistributedZk2Test, TestStressVersions, TestRandomDVFaceting, ShardRoutingTest, TestPerFieldSimilarity, SpellCheckCollatorTest, TestDynamicFieldResource, PrimitiveFieldTypeTest, DirectSolrSpellCheckerTest, TestLazyCores, DocumentAnalysisRequestHandlerTest, FieldMutatingUpdateProcessorTest, RequestHandlersTest, TestQueryTypes, TestShardHandlerFactory, QueryResultKeyTest, TestPostingsSolrHighlighter, TestPHPSerializedResponseWriter, TestSweetSpotSimilarityFactory, TestFiltering, TestReloadAndDeleteDocs, TestBinaryField, TestFieldTypeResource, DistributedQueryElevationComponentTest, SampleTest, ZkSolrClientTest, HdfsCollectionsAPIDistributedZkTest, BasicDistributedZk2Test, SolrCoreTest, UUIDFieldTest, SolrIndexConfigTest, NotRequiredUniqueKeyTest, DocValuesTest, TestSuggestSpellingConverter, SolrIndexSplitterTest, TestZkChroot, TestCoreContainer, TestManagedSchema, PluginInfoTest, RegexBoostProcessorTest, TestStressReorder, SolrTestCaseJ4Test, TestUniqueKeyFieldResource, ClusterStateTest, TestComponentsName, ZkNodePropsTest, FieldAnalysisRequestHandlerTest, TestFieldCollectionResource, StatelessScriptUpdateProcessorFactoryTest, FullSolrCloudDistribCmdsTest, SpellPossibilityIteratorTest, TestBadConfig, TestHashPartitioner, ResourceLoaderTest, IndexSchemaRuntimeFieldTest, TestSolrDeletionPolicy1, ChaosMonkeyNothingIsSafeTest, TestSchemaNameResource, DocValuesMultiTest, OpenExchangeRatesOrgProviderTest, OpenCloseCoreStressTest, DirectUpdateHandlerTest, TestPropInject, TestTrie, FileBasedSpellCheckerTest, TestReplicationHandler, SimpleFacetsTest, XsltUpdateRequestHandlerTest, OutputWriterTest, TestReversedWildcardFilterFactory, SpellCheckComponentTest, HighlighterConfigTest, TestSchemaSimilarityResource, DirectUpdateHandlerOptimizeTest, DistributedTermsComponentTest, CoreAdminHandlerTest, TestInfoStreamLogging, TestFieldTypeCollectionResource, DirectSolrConnectionTest, TestSort, TestFuzzyAnalyzedSuggestions, TestOmitPositions, TestRandomFaceting, AnalysisAfterCoreReloadTest, SyncSliceTest, TestRangeQuery, ScriptEngineTest, TestSolrXmlPersistence, CurrencyFieldXmlFileTest, TestQuerySenderListener, TestFastLRUCache, TimeZoneUtilsTest, TestPropInjectDefaults, SignatureUpdateProcessorFactoryTest, TestUpdate, TermVectorComponentTest, BlockCacheTest, TestLRUCache, TestDynamicFieldCollectionResource, PeerSyncTest, DistanceFunctionTest, ParsingFieldUpdateProcessorsTest, CurrencyFieldOpenExchangeTest, AssignTest, TestSolrJ, DateFieldTest, TestCSVLoader, TestManagedSchemaFieldResource, UnloadDistributedZkTest, TestMultiCoreConfBootstrap, RecoveryZkTest, MultiTermTest, TestPhraseSuggestions, TestSurroundQueryParser, ZkControllerTest, TestSerializedLuceneMatchVersion, MoreLikeThisHandlerTest, ShowFileRequestHandlerTest, TestCollationField, DateMathParserTest, TestNumberUtils, HdfsBasicDistributedZkTest, BadComponentTest, TestCloudManagedSchemaAddField, TestStressRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, JSONWriterTest, ReturnFieldsTest, AliasIntegrationTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, QueryElevationComponentTest, BlockDirectoryTest, TestIndexSearcher, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 213.61s, 1 test, 1 error <<< FAILURES!

[...truncated 484 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:395: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:375: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1233: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:876: There were test failures: 321 suites, 1352 tests, 1 error, 39 ignored (5 assumptions)

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