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 08:43:40 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6778 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6778/
Java: 32bit/jdk1.6.0_45 -client -XX:+UseSerialGC

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

Error Message:
Server refused connection at: http://127.0.0.1:50234/_uzp

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50234/_uzp
	at __randomizedtesting.SeedInfo.seed([A4327D95FC9FC7A0:25D4F38D8BC0A79C]: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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:662)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50234 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.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	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 9224 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 472753 T1450 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_uzp/
   [junit4]   2> 472756 T1450 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375511142967
   [junit4]   2> 472756 T1450 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 472757 T1451 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 472857 T1450 oasc.ZkTestServer.run start zk server on port:54692
   [junit4]   2> 472858 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473000 T1457 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ff234 name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473000 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473000 T1450 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 473006 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473007 T1459 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64d900 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473008 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473008 T1450 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 473012 T1450 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 473016 T1450 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 473020 T1450 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 473023 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 473024 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 473030 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 473031 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 473035 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 473036 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 473039 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 473040 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 473044 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 473044 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 473049 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 473049 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 473053 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 473054 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 473058 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 473059 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 473062 T1450 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 473063 T1450 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 473134 T1450 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 473142 T1450 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52192
   [junit4]   2> 473143 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 473143 T1450 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 473144 T1450 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279
   [junit4]   2> 473144 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/'
   [junit4]   2> 473156 T1450 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/solr.xml
   [junit4]   2> 473196 T1450 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 473197 T1450 oasc.CoreContainer.<init> New CoreContainer 17304714
   [junit4]   2> 473197 T1450 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/]
   [junit4]   2> 473198 T1450 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 473198 T1450 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 473199 T1450 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 473199 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 473200 T1450 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 473200 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 473200 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 473201 T1450 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 473201 T1450 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 473201 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 473204 T1450 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54692/solr
   [junit4]   2> 473205 T1450 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 473205 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473207 T1470 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16f5b6e name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473207 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473210 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 473213 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473214 T1472 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@701598 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473214 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473217 T1450 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 473222 T1450 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 473227 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 473230 T1450 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52192__uzp
   [junit4]   2> 473231 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52192__uzp
   [junit4]   2> 473237 T1450 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 473243 T1450 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 473247 T1450 oasc.Overseer.start Overseer (id=90145498265681923-127.0.0.1:52192__uzp-n_0000000000) starting
   [junit4]   2> 473251 T1450 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 473256 T1474 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 473257 T1450 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 473261 T1450 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 473264 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 473269 T1473 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 473272 T1450 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279
   [junit4]   2> 473299 T1450 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/conf/
   [junit4]   2> 473299 T1450 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 473300 T1450 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 473300 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 473301 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 473309 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 473310 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473312 T1477 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16f510 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473312 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473314 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 473318 T1450 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 473385 T1450 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 473387 T1450 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50234
   [junit4]   2> 473388 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 473388 T1450 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 473388 T1450 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529
   [junit4]   2> 473389 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/'
   [junit4]   2> 473401 T1450 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/solr.xml
   [junit4]   2> 473440 T1450 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 473441 T1450 oasc.CoreContainer.<init> New CoreContainer 8860172
   [junit4]   2> 473441 T1450 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/]
   [junit4]   2> 473442 T1450 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 473443 T1450 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 473443 T1450 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 473443 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 473444 T1450 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 473444 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 473444 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 473445 T1450 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 473445 T1450 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 473446 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 473448 T1450 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54692/solr
   [junit4]   2> 473449 T1450 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 473450 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473451 T1488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e6c075 name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473451 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473454 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 473457 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473460 T1490 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@184ea5e name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473460 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473467 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 474472 T1450 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50234__uzp
   [junit4]   2> 474474 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50234__uzp
   [junit4]   2> 474479 T1490 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 474480 T1472 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 474481 T1477 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 474487 T1450 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529
   [junit4]   2> 474514 T1450 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/conf/
   [junit4]   2> 474515 T1450 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 474515 T1450 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 474515 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 474516 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 474589 T1450 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 474590 T1450 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59369
   [junit4]   2> 474591 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 474591 T1450 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 474592 T1450 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730
   [junit4]   2> 474592 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/'
   [junit4]   2> 474604 T1450 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/solr.xml
   [junit4]   2> 474649 T1450 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 474650 T1450 oasc.CoreContainer.<init> New CoreContainer 5112100
   [junit4]   2> 474650 T1450 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/]
   [junit4]   2> 474652 T1450 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 474652 T1450 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 474653 T1450 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 474653 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 474653 T1450 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 474654 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 474654 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 474654 T1450 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 474655 T1450 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 474655 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 474658 T1450 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54692/solr
   [junit4]   2> 474658 T1450 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 474659 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 474661 T1502 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12ceff9 name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 474661 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 474664 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 474667 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 474669 T1504 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef9cd1 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 474669 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 474675 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 475680 T1450 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59369__uzp
   [junit4]   2> 475682 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59369__uzp
   [junit4]   2> 475687 T1472 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 475688 T1504 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 475688 T1490 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 475689 T1477 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 475695 T1450 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730
   [junit4]   2> 475723 T1450 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/conf/
   [junit4]   2> 475723 T1450 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 475724 T1450 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 475724 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 475725 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 475800 T1450 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 475802 T1450 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35870
   [junit4]   2> 475803 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 475803 T1450 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 475804 T1450 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939
   [junit4]   2> 475804 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/'
   [junit4]   2> 475817 T1450 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/solr.xml
   [junit4]   2> 475867 T1450 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 475868 T1450 oasc.CoreContainer.<init> New CoreContainer 9909349
   [junit4]   2> 475868 T1450 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/]
   [junit4]   2> 475869 T1450 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 475870 T1450 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 475870 T1450 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 475870 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 475871 T1450 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 475871 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 475872 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 475872 T1450 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 475872 T1450 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 475873 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 475876 T1450 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54692/solr
   [junit4]   2> 475876 T1450 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 475877 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 475879 T1516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f0d851 name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 475879 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 475881 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 475884 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 475885 T1518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@486392 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 475885 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 475891 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 476896 T1450 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35870__uzp
   [junit4]   2> 476897 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35870__uzp
   [junit4]   2> 476903 T1472 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 476904 T1504 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 476905 T1518 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 476905 T1490 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 476905 T1477 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 476912 T1450 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939
   [junit4]   2> 476939 T1450 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/conf/
   [junit4]   2> 476940 T1450 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 476940 T1450 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 476940 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 476941 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 477014 T1450 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 477016 T1450 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38027
   [junit4]   2> 477017 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 477017 T1450 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 477018 T1450 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155
   [junit4]   2> 477018 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155/'
   [junit4]   2> 477030 T1450 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155/solr.xml
   [junit4]   2> 477082 T1450 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 477082 T1450 oasc.CoreContainer.<init> New CoreContainer 17254985
   [junit4]   2> 477083 T1450 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155/]
   [junit4]   2> 477084 T1450 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 477085 T1450 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 477085 T1450 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 477085 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 477086 T1450 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 477086 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 477086 T1450 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 477087 T1450 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 477087 T1450 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 477088 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 477091 T1450 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54692/solr
   [junit4]   2> 477091 T1450 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 477092 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477093 T1530 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e3169 name:ZooKeeperConnection Watcher:127.0.0.1:54692 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477094 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477096 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 477099 T1450 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477100 T1532 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cd16 name:ZooKeeperConnection Watcher:127.0.0.1:54692/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477100 T1450 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477105 T1450 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 478110 T1450 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38027__uzp
   [junit4]   2> 478113 T1450 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38027__uzp
   [junit4]   2> 478119 T1504 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478120 T1472 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478120 T1490 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478120 T1532 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478121 T1477 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478121 T1518 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 478128 T1450 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155
   [junit4]   2> 478157 T1450 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155/conf/
   [junit4]   2> 478157 T1450 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 478158 T1450 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 478158 T1450 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 478159 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 478163 T1450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 478168 T1483 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 478170 T1472 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 478171 T1472 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 478173 T1474 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> 478173 T1474 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> 479282 T1473 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 479283 T1473 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 479283 T1473 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 479289 T1518 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> 479289 T1504 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> 479289 T1532 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> 479289 T1477 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> 479289 T1490 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> 479289 T1472 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> 479378 T1474 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 479379 T1474 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:50234__uzp
   [junit4]   2> 479379 T1474 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:52192__uzp
   [junit4]   2> 479380 T1474 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:35870__uzp
   [junit4]   2> 479381 T1474 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:59369__uzp
   [junit4]   2> 479382 T1485 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 479382 T1466 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 479382 T1511 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 479383 T1498 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 479384 T1485 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 479385 T1466 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 479385 T1511 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 479386 T1498 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 480803 T1473 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 480804 T1473 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 480805 T1473 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:52192__uzp",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52192/_uzp"}
   [junit4]   2> 480811 T1473 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 480812 T1473 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":"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:50234__uzp",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50234/_uzp"}
   [junit4]   2> 480817 T1473 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 480817 T1473 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":"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:35870__uzp",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35870/_uzp"}
   [junit4]   2> 480823 T1473 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 480823 T1473 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:59369__uzp",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59369/_uzp"}
   [junit4]   2> 480829 T1472 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> 480829 T1490 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> 480829 T1477 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> 480829 T1532 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> 480829 T1518 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> 480830 T1504 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> 481385 T1485 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 481385 T1466 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 481385 T1511 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 481386 T1466 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 481386 T1485 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 481386 T1498 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 481387 T1485 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1
   [junit4]   2> 481388 T1485 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 481387 T1466 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2
   [junit4]   2> 481389 T1466 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 481387 T1511 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 481389 T1485 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 481388 T1498 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 481390 T1466 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 481390 T1485 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 481390 T1511 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1
   [junit4]   2> 481392 T1511 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 481391 T1466 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 481391 T1498 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2
   [junit4]   2> 481393 T1498 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 481394 T1485 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 481394 T1485 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 481395 T1511 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 481395 T1498 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 481395 T1511 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 481396 T1498 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 481398 T1466 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 481398 T1466 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 481399 T1511 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 481400 T1511 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 481403 T1498 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 481403 T1485 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 481403 T1498 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 481404 T1466 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 481408 T1466 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 481410 T1498 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 481410 T1511 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 481410 T1485 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 481416 T1498 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 481417 T1511 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 481476 T1485 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 481482 T1466 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 481496 T1511 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 481510 T1498 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 481534 T1485 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 481536 T1485 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 481553 T1485 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 481581 T1466 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 481583 T1466 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 481598 T1511 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 481598 T1466 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 481600 T1498 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 481600 T1511 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 481602 T1498 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 481627 T1511 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 481628 T1498 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 482200 T1485 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482201 T1485 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482201 T1485 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 482213 T1485 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 482216 T1485 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 482233 T1485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482238 T1485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482242 T1485 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482244 T1485 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482244 T1485 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482244 T1485 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482246 T1485 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482246 T1485 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482247 T1485 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 482247 T1485 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 482252 T1485 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d1c778
   [junit4]   2> 482253 T1485 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 482253 T1485 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 482254 T1485 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 482254 T1485 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375511143529//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 482255 T1485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19632eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@e04d9d),segFN=segments_1,generation=1}
   [junit4]   2> 482256 T1485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 482259 T1485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 482259 T1485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 482260 T1485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 482260 T1485 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 482261 T1485 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 482261 T1485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 482262 T1485 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 482262 T1485 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 482262 T1485 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 482265 T1485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 482268 T1485 oass.SolrIndexSearcher.<init> Opening Searcher@26b919 main
   [junit4]   2> 482268 T1485 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 482269 T1485 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 482273 T1538 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@26b919 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 482275 T1485 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 482275 T1485 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:50234/_uzp collection:nodes_used_collection shard:shard1
   [junit4]   2> 482275 T1485 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 482279 T1485 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 482288 T1485 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 482298 T1485 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 482349 T1473 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 482356 T1472 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> 482356 T1490 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> 482356 T1477 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> 482356 T1504 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> 482356 T1532 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> 482356 T1518 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> 482451 T1466 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482452 T1466 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482453 T1466 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 482460 T1466 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 482464 T1466 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 482468 T1498 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482469 T1498 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482470 T1498 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 482480 T1498 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 482486 T1498 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 482486 T1466 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482498 T1466 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482504 T1466 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482507 T1466 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482507 T1466 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482507 T1466 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482510 T1466 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482511 T1466 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482511 T1466 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 482511 T1466 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 482512 T1466 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d1c778
   [junit4]   2> 482513 T1466 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 482514 T1466 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 482514 T1498 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482514 T1466 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 482515 T1466 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375511143279//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 482517 T1466 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a572fc lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bfc3f),segFN=segments_1,generation=1}
   [junit4]   2> 482518 T1466 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 482520 T1498 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482522 T1466 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 482522 T1466 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 482523 T1466 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 482524 T1466 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 482525 T1466 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 482525 T1466 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 482526 T1466 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 482527 T1466 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 482527 T1498 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482527 T1466 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 482529 T1498 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482530 T1498 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482530 T1498 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482531 T1466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 482532 T1498 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482532 T1498 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482533 T1498 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 482533 T1498 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 482534 T1498 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d1c778
   [junit4]   2> 482534 T1466 oass.SolrIndexSearcher.<init> Opening Searcher@f6a369 main
   [junit4]   2> 482535 T1498 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 482535 T1466 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 482535 T1498 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 482536 T1466 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 482536 T1498 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 482536 T1511 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482537 T1498 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375511144730//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 482538 T1511 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482539 T1511 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 482539 T1498 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@65c572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4077db),segFN=segments_1,generation=1}
   [junit4]   2> 482540 T1498 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 482540 T1539 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@f6a369 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 482541 T1466 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 482541 T1466 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:52192/_uzp collection:nodes_used_collection shard:shard1
   [junit4]   2> 482541 T1466 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 482543 T1498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 482544 T1498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 482544 T1498 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 482545 T1498 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 482546 T1498 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 482546 T1498 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 482547 T1498 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 482548 T1498 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 482549 T1498 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 482550 T1511 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 482551 T1498 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 482554 T1498 oass.SolrIndexSearcher.<init> Opening Searcher@1bd0427 main
   [junit4]   2> 482554 T1498 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 482555 T1498 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 482556 T1511 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 482558 T1540 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@1bd0427 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 482559 T1498 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 482560 T1498 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:59369/_uzp collection:nodes_used_collection shard:shard2
   [junit4]   2> 482560 T1498 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 482565 T1498 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 482585 T1498 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 482590 T1511 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482590 T1498 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 482597 T1511 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482603 T1511 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482605 T1511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482606 T1511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482606 T1511 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482608 T1511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482609 T1511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482609 T1511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 482610 T1511 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 482610 T1511 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d1c778
   [junit4]   2> 482612 T1511 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 482612 T1511 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 482613 T1511 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 482613 T1511 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375511145939//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 482616 T1511 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1832421 lockFactory=org.apache.lucene.store.NativeFSLockFactory@98613b),segFN=segments_1,generation=1}
   [junit4]   2> 482616 T1511 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 482629 T1511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 482629 T1511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 482630 T1511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 482631 T1511 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 482632 T1511 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 482633 T1511 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 482633 T1511 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 482634 T1511 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 482635 T1511 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 482638 T1511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 482642 T1511 oass.SolrIndexSearcher.<init> Opening Searcher@18dc256 main
   [junit4]   2> 482643 T1511 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 482644 T1511 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 482647 T1541 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@18dc256 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 482648 T1511 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 482649 T1511 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:35870/_uzp collection:nodes_used_collection shard:shard2
   [junit4]   2> 482649 T1511 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 482799 T1485 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 482800 T1485 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 482800 T1485 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50234/_uzp/nodes_used_collection_shard1_replica1/
   [junit4]   2> 482800 T1485 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:50234/_uzp START replicas=[http://127.0.0.1:52192/_uzp/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 482801 T1485 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:50234/_uzp DONE.  We have no versions.  sync failed.
   [junit4]   2> 482801 T1485 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 482802 T1485 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> 482802 T1485 oasc.ShardLeaderElectionContex

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

147155//new_implicit_coll_1_a_replica3/data/index;done=false>>]
   [junit4]   2> 595129 T1450 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_a_replica3/data/index
   [junit4]   2> 595129 T1450 oasc.SolrCore.close [new_implicit_coll_1_b_replica3]  CLOSING SolrCore org.apache.solr.core.SolrCore@12235b4
   [junit4]   2> 595137 T1450 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 595138 T1450 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 595138 T1450 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 595139 T1450 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 595140 T1450 oasc.SolrCore.closeSearcher [new_implicit_coll_1_b_replica3] Closing main searcher on request.
   [junit4]   2> 595140 T1450 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 595140 T1450 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data;done=false>>]
   [junit4]   2> 595141 T1450 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data
   [junit4]   2> 595141 T1450 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data/index;done=false>>]
   [junit4]   2> 595141 T1450 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375511147155//new_implicit_coll_1_b_replica3/data/index
   [junit4]   2> 595142 T1836 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90145498265681932-127.0.0.1:38027__uzp-n_0000000004) am no longer a leader.
   [junit4]   2> 595144 T1532 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> 595167 T1450 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_uzp,null}
   [junit4]   2> 595219 T1450 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 595221 T1450 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54692 54692
   [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=A4327D95FC9FC7A0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=Europe/Skopje -Dtests.file.encoding=UTF-8
   [junit4] ERROR    122s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50234/_uzp
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4327D95FC9FC7A0:25D4F38D8BC0A79C]: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:662)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50234 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.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
   [junit4]    > 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
   [junit4]    > 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:529)
   [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> 595242 T1450 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 122500 T1449 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 596444 T1532 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 596445 T1532 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=iw, timezone=Europe/Skopje
   [junit4]   2> NOTE: Linux 3.2.0-51-generic i386/Sun Microsystems Inc. 1.6.0_45 (32-bit)/cpus=8,threads=4,free=52053128,total=138059776
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZk2Test, QueryResultKeyTest, DocumentAnalysisRequestHandlerTest, HighlighterConfigTest, SortByFunctionTest, TestAnalyzedSuggestions, TestZkChroot, TestSchemaVersionResource, TestSystemIdResolver, PingRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestPartialUpdateDeduplication, DocValuesMultiTest, TimeZoneUtilsTest, HdfsLockFactoryTest, TestOmitPositions, SuggesterWFSTTest, TestReloadAndDeleteDocs, TestManagedSchema, TestQuerySenderNoQuery, TestDistributedSearch, IndexReaderFactoryTest, NumericFieldsTest, ChaosMonkeySafeLeaderTest, XmlUpdateRequestHandlerTest, TestSolr4Spatial, SolrPluginUtilsTest, TestDistributedGrouping, DisMaxRequestHandlerTest, SolrIndexConfigTest, ZkSolrClientTest, TestInfoStreamLogging, IndexSchemaRuntimeFieldTest, SignatureUpdateProcessorFactoryTest, UpdateParamsTest, HdfsRecoveryZkTest, TestSuggestSpellingConverter, TestCopyFieldCollectionResource, TestCSVLoader, SimplePostToolTest, TestCoreDiscovery, TestJmxIntegration, TestNumberUtils, FullSolrCloudDistribCmdsTest, TestAtomicUpdateErrorCases, TestIndexSearcher, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 123.79s, 1 test, 1 error <<< FAILURES!

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

Total time: 48 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure