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/01 22:50:03 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6755/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Server refused connection at: http://127.0.0.1:60467/_h

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:60467/_h
	at __randomizedtesting.SeedInfo.seed([869D9D585578F685:77B1340222796B9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:60467 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 44 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 51 more




Build Log:
[...truncated 9984 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 783310 T2770 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_h/
   [junit4]   2> 783316 T2770 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375389710779
   [junit4]   2> 783317 T2770 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 783318 T2771 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 783418 T2770 oasc.ZkTestServer.run start zk server on port:57117
   [junit4]   2> 783419 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783523 T2777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ad44cd9 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783523 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783524 T2770 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 783529 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783531 T2779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ebe2528 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783531 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783531 T2770 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 783534 T2770 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 783538 T2770 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 783541 T2770 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 783543 T2770 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> 783543 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 783546 T2770 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> 783547 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 783550 T2770 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> 783550 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 783552 T2770 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> 783552 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 783555 T2770 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> 783555 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 783558 T2770 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> 783558 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 783561 T2770 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> 783561 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 783564 T2770 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> 783565 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 783566 T2770 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> 783567 T2770 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 783634 T2770 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 783638 T2770 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52251
   [junit4]   2> 783638 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 783638 T2770 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 783639 T2770 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031
   [junit4]   2> 783639 T2770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/'
   [junit4]   2> 783650 T2770 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/solr.xml
   [junit4]   2> 783680 T2770 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 783680 T2770 oasc.CoreContainer.<init> New CoreContainer 1394534548
   [junit4]   2> 783681 T2770 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/]
   [junit4]   2> 783682 T2770 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 783682 T2770 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 783682 T2770 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 783683 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 783683 T2770 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 783683 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 783684 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 783684 T2770 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 783684 T2770 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 783685 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 783687 T2770 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 783688 T2770 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 783688 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783690 T2790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a110a52 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783690 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783691 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 783693 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783695 T2792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@438f96ca name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783696 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783697 T2770 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 783701 T2770 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 783705 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 783707 T2770 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52251__h
   [junit4]   2> 783708 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52251__h
   [junit4]   2> 783713 T2770 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 783718 T2770 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 783721 T2770 oasc.Overseer.start Overseer (id=90137540085743619-127.0.0.1:52251__h-n_0000000000) starting
   [junit4]   2> 783725 T2770 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 783729 T2794 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 783730 T2770 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 783733 T2770 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 783735 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 783738 T2793 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 783741 T2770 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031
   [junit4]   2> 783775 T2770 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/conf/
   [junit4]   2> 783775 T2770 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 783776 T2770 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 783776 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 783776 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 783779 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 783780 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783781 T2797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15ad27b4 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783782 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783782 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 783784 T2770 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 783844 T2770 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 783846 T2770 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60467
   [junit4]   2> 783847 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 783848 T2770 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 783848 T2770 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246
   [junit4]   2> 783848 T2770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/'
   [junit4]   2> 783860 T2770 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/solr.xml
   [junit4]   2> 783921 T2770 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 783922 T2770 oasc.CoreContainer.<init> New CoreContainer 842059866
   [junit4]   2> 783922 T2770 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/]
   [junit4]   2> 783923 T2770 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 783923 T2770 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 783924 T2770 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 783924 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 783924 T2770 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 783925 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 783925 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 783925 T2770 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 783926 T2770 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 783926 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 783929 T2770 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 783929 T2770 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 783930 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783931 T2808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d9fb61e name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783932 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783933 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 783935 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 783937 T2810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6109235e name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783937 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 783940 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 784942 T2770 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60467__h
   [junit4]   2> 784944 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60467__h
   [junit4]   2> 784946 T2792 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 784946 T2797 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 784946 T2810 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 784951 T2770 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246
   [junit4]   2> 784974 T2770 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/conf/
   [junit4]   2> 784975 T2770 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 784975 T2770 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 784975 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 784976 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 785040 T2770 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 785042 T2770 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56383
   [junit4]   2> 785043 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 785044 T2770 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 785044 T2770 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441
   [junit4]   2> 785044 T2770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441/'
   [junit4]   2> 785056 T2770 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441/solr.xml
   [junit4]   2> 785086 T2770 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 785087 T2770 oasc.CoreContainer.<init> New CoreContainer 1365277238
   [junit4]   2> 785087 T2770 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441/]
   [junit4]   2> 785088 T2770 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 785089 T2770 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 785089 T2770 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 785089 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 785090 T2770 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 785090 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 785090 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 785091 T2770 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 785091 T2770 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 785091 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 785094 T2770 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 785094 T2770 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 785095 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 785096 T2822 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26fb0141 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 785097 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 785098 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 785100 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 785102 T2824 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49504eaf name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 785102 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 785104 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 786106 T2770 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56383__h
   [junit4]   2> 786108 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56383__h
   [junit4]   2> 786110 T2792 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 786110 T2824 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 786110 T2797 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 786110 T2810 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 786115 T2770 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441
   [junit4]   2> 786137 T2770 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375389712441/conf/
   [junit4]   2> 786138 T2770 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 786138 T2770 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 786138 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 786139 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 786203 T2770 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 786206 T2770 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33365
   [junit4]   2> 786206 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 786207 T2770 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 786207 T2770 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603
   [junit4]   2> 786207 T2770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/'
   [junit4]   2> 786218 T2770 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/solr.xml
   [junit4]   2> 786248 T2770 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 786249 T2770 oasc.CoreContainer.<init> New CoreContainer 1267651639
   [junit4]   2> 786249 T2770 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/]
   [junit4]   2> 786250 T2770 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 786250 T2770 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 786251 T2770 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 786251 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 786251 T2770 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 786252 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 786252 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 786252 T2770 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 786252 T2770 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 786253 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 786255 T2770 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 786256 T2770 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 786257 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 786258 T2836 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f0f6204 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 786258 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 786259 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 786262 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 786263 T2838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49731e7e name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 786263 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 786266 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 787268 T2770 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33365__h
   [junit4]   2> 787270 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33365__h
   [junit4]   2> 787272 T2810 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 787272 T2797 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 787272 T2792 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 787272 T2838 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 787272 T2824 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 787276 T2770 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603
   [junit4]   2> 787298 T2770 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/conf/
   [junit4]   2> 787299 T2770 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 787299 T2770 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 787300 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 787300 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 787363 T2770 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 787365 T2770 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55016
   [junit4]   2> 787366 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 787367 T2770 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 787367 T2770 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765
   [junit4]   2> 787367 T2770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/'
   [junit4]   2> 787378 T2770 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/solr.xml
   [junit4]   2> 787408 T2770 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 787409 T2770 oasc.CoreContainer.<init> New CoreContainer 871712809
   [junit4]   2> 787409 T2770 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/]
   [junit4]   2> 787410 T2770 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 787411 T2770 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 787411 T2770 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 787411 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 787411 T2770 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 787412 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 787412 T2770 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 787412 T2770 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 787413 T2770 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 787413 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 787416 T2770 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 787416 T2770 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 787417 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 787418 T2850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73f73bb6 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 787418 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 787420 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 787422 T2770 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 787423 T2852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a5ca1a9 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 787423 T2770 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 787426 T2770 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 788428 T2770 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55016__h
   [junit4]   2> 788429 T2770 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55016__h
   [junit4]   2> 788431 T2824 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788431 T2797 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788431 T2810 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788431 T2838 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788431 T2792 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788431 T2852 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 788436 T2770 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765
   [junit4]   2> 788458 T2770 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/conf/
   [junit4]   2> 788459 T2770 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 788460 T2770 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 788460 T2770 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 788460 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 788463 T2770 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 788466 T2803 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 788467 T2792 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 788468 T2794 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> 788468 T2794 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> 789752 T2793 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 789752 T2793 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 789752 T2793 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 789755 T2838 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> 789755 T2824 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> 789755 T2792 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> 789755 T2852 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> 789755 T2810 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> 789755 T2797 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> 789775 T2794 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 789775 T2794 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:55016__h
   [junit4]   2> 789775 T2794 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:33365__h
   [junit4]   2> 789776 T2794 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:52251__h
   [junit4]   2> 789777 T2794 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:60467__h
   [junit4]   2> 789781 T2788 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 789781 T2833 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 789781 T2845 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 789782 T2788 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 789783 T2833 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 789783 T2804 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 789784 T2804 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 789784 T2845 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 791259 T2793 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 791260 T2793 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 791261 T2793 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":"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:52251__h",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52251/_h"}
   [junit4]   2> 791263 T2793 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 791264 T2793 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33365__h",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33365/_h"}
   [junit4]   2> 791266 T2793 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 791266 T2793 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60467__h",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60467/_h"}
   [junit4]   2> 791269 T2793 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 791270 T2793 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":"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:55016__h",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55016/_h"}
   [junit4]   2> 791272 T2838 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> 791272 T2792 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> 791272 T2824 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> 791272 T2810 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> 791272 T2797 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> 791272 T2852 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> 791783 T2788 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 791783 T2833 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 791784 T2804 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 791786 T2833 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 791785 T2788 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 791788 T2788 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1
   [junit4]   2> 791789 T2788 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 791785 T2845 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 791787 T2833 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2
   [junit4]   2> 791791 T2833 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 791787 T2804 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 791792 T2833 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 791790 T2845 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 791790 T2788 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 791793 T2845 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1
   [junit4]   2> 791794 T2845 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 791792 T2833 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 791792 T2804 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2
   [junit4]   2> 791796 T2804 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 791796 T2833 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 791797 T2804 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 791797 T2804 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 791795 T2845 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 791794 T2788 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 791799 T2804 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 791799 T2845 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 791797 T2833 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 791800 T2788 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 791800 T2804 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 791801 T2788 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 791801 T2845 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 791802 T2845 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 791802 T2833 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 791802 T2804 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 791803 T2788 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 791803 T2845 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 791804 T2804 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 791804 T2845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 791805 T2833 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 791805 T2788 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 791848 T2804 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 791850 T2833 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 791854 T2788 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 791859 T2845 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 791900 T2804 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 791900 T2833 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 791901 T2804 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 791902 T2833 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 791904 T2788 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 791906 T2788 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 791906 T2845 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 791909 T2845 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 791913 T2833 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 791913 T2804 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 791918 T2788 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 791920 T2845 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 792480 T2788 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792480 T2833 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792481 T2788 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792481 T2833 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792482 T2788 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 792482 T2833 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 792490 T2788 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 792490 T2833 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 792494 T2788 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 792494 T2833 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 792508 T2833 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792508 T2788 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792513 T2833 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792513 T2788 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792517 T2833 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792517 T2788 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792518 T2833 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792519 T2833 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792519 T2788 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792519 T2833 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792520 T2788 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792520 T2788 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792521 T2833 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792522 T2833 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792522 T2788 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792522 T2833 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 792523 T2788 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792524 T2788 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 792524 T2833 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 792524 T2833 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adaead8
   [junit4]   2> 792524 T2788 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 792525 T2788 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adaead8
   [junit4]   2> 792526 T2833 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 792526 T2833 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 792526 T2788 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 792526 T2833 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 792527 T2788 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 792527 T2833 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375389713603//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 792527 T2788 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 792529 T2788 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375389711031//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 792530 T2833 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3634a61c lockFactory=org.apache.lucene.store.NativeFSLockFactory@3934e2c9),segFN=segments_1,generation=1}
   [junit4]   2> 792530 T2833 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 792530 T2845 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792531 T2845 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792532 T2845 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 792532 T2788 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b76455 lockFactory=org.apache.lucene.store.NativeFSLockFactory@45ec29cf),segFN=segments_1,generation=1}
   [junit4]   2> 792533 T2788 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 792533 T2804 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792534 T2804 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 792534 T2804 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 792535 T2833 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 792535 T2833 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 792536 T2833 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 792537 T2833 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 792538 T2788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 792538 T2788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 792539 T2788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 792540 T2845 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 792540 T2788 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 792540 T2804 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 792541 T2788 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 792541 T2788 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 792541 T2788 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 792542 T2788 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 792542 T2845 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 792543 T2788 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 792544 T2804 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 792547 T2788 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 792550 T2788 oass.SolrIndexSearcher.<init> Opening Searcher@3c51e3bc main
   [junit4]   2> 792551 T2788 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 792551 T2788 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 792554 T2833 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 792554 T2833 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 792554 T2845 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792555 T2833 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 792555 T2858 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@3c51e3bc main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 792556 T2833 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 792556 T2833 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 792557 T2804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792558 T2788 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 792558 T2833 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 792558 T2788 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:52251/_h collection:nodes_used_collection shard:shard2
   [junit4]   2> 792559 T2788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 792561 T2833 oass.SolrIndexSearcher.<init> Opening Searcher@5b1f8152 main
   [junit4]   2> 792561 T2845 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792561 T2804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 792562 T2833 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 792563 T2833 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 792563 T2788 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 792566 T2845 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792568 T2845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792568 T2845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792568 T2788 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 792569 T2845 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792570 T2859 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@5b1f8152 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 792570 T2845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792571 T2845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792571 T2833 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 792571 T2788 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=180000
   [junit4]   2> 792571 T2833 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:33365/_h collection:nodes_used_collection shard:shard1
   [junit4]   2> 792571 T2804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792571 T2845 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 792572 T2833 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 792573 T2845 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 792573 T2804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792574 T2804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792573 T2845 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adaead8
   [junit4]   2> 792574 T2804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 792575 T2804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 792575 T2833 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 792575 T2845 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 792575 T2804 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 792576 T2845 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 792576 T2804 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 792577 T2845 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 792577 T2804 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 792578 T2845 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 792578 T2804 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adaead8
   [junit4]   2> 792579 T2804 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 792579 T2804 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 792579 T2804 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 792580 T2833 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 792580 T2804 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375389711246//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 792580 T2845 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a58fcca lockFactory=org.apache.lucene.store.NativeFSLockFactory@26b50e1b),segFN=segments_1,generation=1}
   [junit4]   2> 792581 T2845 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 792582 T2833 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 792582 T2804 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@f90da35 lockFactory=org.apache.lucene.store.NativeFSLockFactory@289aefe1),segFN=segments_1,generation=1}
   [junit4]   2> 792582 T2804 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 792585 T2804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 792586 T2845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 792586 T2804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 792586 T2845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 792587 T2804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 792587 T2804 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 792587 T2845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 792588 T2804 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 792588 T2804 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 792588 T2845 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 792589 T2804 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 792589 T2845 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 792590 T2804 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 792590 T2845 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 792590 T2804 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 792591 T2845 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 792592 T2845 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 792592 T2845 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 792594 T2804 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 792594 T2845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 792598 T2804 oass.SolrIndexSearcher.<init> Opening Searcher@3e81f55f main
   [junit4]   2> 792598 T2845 oass.SolrIndexSearcher.<init> Opening Searcher@328fbc4 main
   [junit4]   2> 792599 T2804 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 792599 T2804 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 792599 T2845 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 792600 T2845 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 792603 T2861 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@328fbc4 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 792603 T2860 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3e81f55f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 792605 T2845 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 792605 T2845 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:55016/_h collection:nodes_used_collection shard:shard1
   [junit4]   2> 792605 T2845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 792606 T2804 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 792606 T2804 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:60467/_h collection:nodes_used_collection shard:shard2
   [junit4]   2> 792606 T2804 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 792778 T2793 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 792783 T2852 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> 792783 T2797 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> 792783 T2824 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> 792783 T2838 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> 792783 T2792 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> 792783 T2810 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> 793073 T2788 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 793073 T2788 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 793074 T2788 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52251/_h/nodes_used_collection_shard2_replica1/
   [junit4]   2> 793074 T2788 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:52251/_h START replicas=[http://127.0.0.1:60467/_h/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 793075 T2788 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:52251/_h DONE.  We have no versions.  sync failed.
   [junit4]   2> 793075 T2788 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 793075 T2788 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> 793076 T2788 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52251/_h/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 7

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

,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 899822 T2770 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 899823 T2770 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 899823 T2770 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 899824 T2770 oasc.SolrCore.closeSearcher [new_implicit_coll_1_d_replica3] Closing main searcher on request.
   [junit4]   2> 899825 T2770 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 899825 T2770 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data;done=false>>]
   [junit4]   2> 899826 T2770 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data
   [junit4]   2> 899827 T2770 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data/index;done=false>>]
   [junit4]   2> 899827 T2770 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375389714765//new_implicit_coll_1_d_replica3/data/index
   [junit4]   2> 899829 T3225 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90137540085743628-127.0.0.1:55016__h-n_0000000004) am no longer a leader.
   [junit4]   2> 899830 T2852 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> 899851 T2770 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_h,null}
   [junit4]   2> 899906 T2770 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 899909 T2770 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57117 57117
   [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=869D9D585578F685 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Mideast/Riyadh89 -Dtests.file.encoding=UTF-8
   [junit4] ERROR    117s J0 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:60467/_h
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([869D9D585578F685:77B1340222796B9]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:60467 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 899937 T2770 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 116633 T2769 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 901130 T2852 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 901130 T2852 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=th, timezone=Mideast/Riyadh89
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=3,free=115065896,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, TestFastWriter, ResponseLogComponentTest, TestPseudoReturnFields, TestSolrQueryParserResource, TestLMDirichletSimilarityFactory, AliasIntegrationTest, TestSort, TestShardHandlerFactory, QueryParsingTest, TestLFUCache, ShowFileRequestHandlerTest, TestReversedWildcardFilterFactory, TestSolrXmlPersistence, LoggingHandlerTest, CircularListTest, MoreLikeThisHandlerTest, TestXIncludeConfig, SpellingQueryConverterTest, BinaryUpdateRequestHandlerTest, TestGroupingSearch, PluginInfoTest, ParsingFieldUpdateProcessorsTest, TestRandomDVFaceting, TestQuerySenderListener, PrimUtilsTest, InfoHandlerTest, TestStressRecovery, AlternateDirectoryTest, BlockDirectoryTest, LeaderElectionTest, OverseerTest, BasicDistributedZkTest, TermsComponentTest, TestFuzzyAnalyzedSuggestions, TestPropInjectDefaults, SoftAutoCommitTest, TestRealTimeGet, TermVectorComponentTest, TestTrie, AutoCommitTest, TestLRUCache, LegacyHTMLStripCharFilterTest, TestUniqueKeyFieldResource, ZkControllerTest, DistributedQueryElevationComponentTest, ExternalFileFieldSortTest, HdfsDirectoryTest, ShardRoutingTest, WordBreakSolrSpellCheckerTest, HdfsUnloadDistributedZkTest, MinimalSchemaTest, TestSolrDeletionPolicy2, TestFastLRUCache, AddSchemaFieldsUpdateProcessorFactoryTest, PreAnalyzedFieldTest, SpatialFilterTest, FieldMutatingUpdateProcessorTest, TestPluginEnable, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, TestMaxScoreQueryParser, SearchHandlerTest, FastVectorHighlighterTest, DistributedTermsComponentTest, CacheHeaderTest, TestDocSet, ZkCLITest, TestSolrIndexConfig, TestSearchPerf, MBeansHandlerTest, SynonymTokenizerTest, TestCloudManagedSchemaAddField, DistributedSpellCheckComponentTest, TestRecoveryHdfs, QueryEqualityTest, TestIBSimilarityFactory, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J0 in 117.92s, 1 test, 1 error <<< FAILURES!

[...truncated 480 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: 41 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6756/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Server refused connection at: http://127.0.0.1:45291/l_npb/l

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:45291/l_npb/l
	at __randomizedtesting.SeedInfo.seed([7C68E83B8903B666:FD8E6623FE5CD65A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45291 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 44 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 51 more




Build Log:
[...truncated 9877 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 772726 T3458 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /l_npb/l
   [junit4]   2> 772729 T3458 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375395220382
   [junit4]   2> 772730 T3458 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 772731 T3459 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 772831 T3458 oasc.ZkTestServer.run start zk server on port:60232
   [junit4]   2> 772832 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773666 T3465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79234d9a name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773667 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773667 T3458 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 773671 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773673 T3467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145e95b0 name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773673 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773673 T3458 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 773675 T3458 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 773677 T3458 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 773678 T3458 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 773680 T3458 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> 773680 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 773683 T3458 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> 773684 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 773686 T3458 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> 773687 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 773689 T3458 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> 773689 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 773692 T3458 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> 773692 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 773694 T3458 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> 773694 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 773696 T3458 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> 773697 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 773699 T3458 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> 773699 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 773701 T3458 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> 773702 T3458 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 773768 T3458 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 773770 T3458 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55169
   [junit4]   2> 773771 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 773771 T3458 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 773771 T3458 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356
   [junit4]   2> 773771 T3458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/'
   [junit4]   2> 773781 T3458 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/solr.xml
   [junit4]   2> 773817 T3458 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 773818 T3458 oasc.CoreContainer.<init> New CoreContainer 1020686777
   [junit4]   2> 773819 T3458 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/]
   [junit4]   2> 773820 T3458 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 773820 T3458 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 773820 T3458 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 773820 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 773821 T3458 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 773821 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 773821 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 773821 T3458 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 773821 T3458 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 773822 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 773824 T3458 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60232/solr
   [junit4]   2> 773825 T3458 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 773825 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773827 T3478 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f65d3d9 name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773827 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773828 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 773831 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773832 T3480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8c01952 name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773832 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773833 T3458 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 773835 T3458 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 773837 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 773837 T3458 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55169_l_npb%2Fl
   [junit4]   2> 773838 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55169_l_npb%2Fl
   [junit4]   2> 773841 T3458 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 773843 T3458 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 773844 T3458 oasc.Overseer.start Overseer (id=90137901163085827-127.0.0.1:55169_l_npb%2Fl-n_0000000000) starting
   [junit4]   2> 773846 T3458 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 773848 T3482 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 773848 T3458 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 773852 T3458 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 773853 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 773855 T3481 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 773857 T3458 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356
   [junit4]   2> 773878 T3458 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/conf/
   [junit4]   2> 773879 T3458 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 773879 T3458 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 773880 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 773880 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 773882 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 773883 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773885 T3485 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42526c9c name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773885 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773886 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 773887 T3458 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 773944 T3458 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 773946 T3458 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45291
   [junit4]   2> 773946 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 773947 T3458 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 773947 T3458 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539
   [junit4]   2> 773947 T3458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/'
   [junit4]   2> 773957 T3458 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/solr.xml
   [junit4]   2> 773985 T3458 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 773985 T3458 oasc.CoreContainer.<init> New CoreContainer 982338201
   [junit4]   2> 773985 T3458 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/]
   [junit4]   2> 773986 T3458 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 773986 T3458 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 773987 T3458 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 773987 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 773987 T3458 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 773987 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 773988 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 773988 T3458 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 773988 T3458 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 773988 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 773991 T3458 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60232/solr
   [junit4]   2> 773991 T3458 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 773992 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 773993 T3496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f8004b5 name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 773993 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 773996 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 773998 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 774000 T3498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e1ef432 name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 774000 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 774002 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 775004 T3458 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45291_l_npb%2Fl
   [junit4]   2> 775006 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45291_l_npb%2Fl
   [junit4]   2> 775007 T3480 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 775007 T3485 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 775008 T3498 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 775012 T3458 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539
   [junit4]   2> 775033 T3458 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/conf/
   [junit4]   2> 775033 T3458 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 775034 T3458 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 775034 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 775034 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 775094 T3458 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 775096 T3458 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45807
   [junit4]   2> 775096 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 775097 T3458 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 775097 T3458 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689
   [junit4]   2> 775097 T3458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/'
   [junit4]   2> 775106 T3458 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/solr.xml
   [junit4]   2> 775133 T3458 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 775134 T3458 oasc.CoreContainer.<init> New CoreContainer 1032835309
   [junit4]   2> 775134 T3458 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/]
   [junit4]   2> 775135 T3458 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 775135 T3458 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 775136 T3458 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 775136 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 775136 T3458 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 775136 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 775137 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 775137 T3458 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 775137 T3458 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 775137 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 775140 T3458 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60232/solr
   [junit4]   2> 775140 T3458 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 775141 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 775142 T3510 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37368855 name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 775143 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 775144 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 775146 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 775147 T3512 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ace09da name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 775148 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 775150 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 776152 T3458 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45807_l_npb%2Fl
   [junit4]   2> 776153 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45807_l_npb%2Fl
   [junit4]   2> 776155 T3498 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 776155 T3485 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 776155 T3480 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 776155 T3512 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 776159 T3458 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689
   [junit4]   2> 776180 T3458 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/conf/
   [junit4]   2> 776180 T3458 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 776181 T3458 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 776181 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 776181 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 776240 T3458 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 776242 T3458 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52170
   [junit4]   2> 776242 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 776243 T3458 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 776243 T3458 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836
   [junit4]   2> 776243 T3458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836/'
   [junit4]   2> 776253 T3458 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836/solr.xml
   [junit4]   2> 776280 T3458 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 776280 T3458 oasc.CoreContainer.<init> New CoreContainer 1371015439
   [junit4]   2> 776280 T3458 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836/]
   [junit4]   2> 776281 T3458 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 776281 T3458 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 776282 T3458 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 776282 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 776282 T3458 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 776282 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 776283 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 776283 T3458 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 776283 T3458 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 776283 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 776286 T3458 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60232/solr
   [junit4]   2> 776286 T3458 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 776287 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 776288 T3524 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@428e0bf9 name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 776288 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 776289 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 776292 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 776293 T3526 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@255f142f name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 776293 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 776296 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 777298 T3458 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52170_l_npb%2Fl
   [junit4]   2> 777299 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52170_l_npb%2Fl
   [junit4]   2> 777301 T3512 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 777301 T3498 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 777301 T3480 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 777301 T3526 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 777301 T3485 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 777305 T3458 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836
   [junit4]   2> 777326 T3458 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375395223836/conf/
   [junit4]   2> 777326 T3458 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 777327 T3458 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 777327 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 777328 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 777389 T3458 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 777391 T3458 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34508
   [junit4]   2> 777391 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 777391 T3458 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 777392 T3458 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982
   [junit4]   2> 777392 T3458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/'
   [junit4]   2> 777406 T3458 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/solr.xml
   [junit4]   2> 777456 T3458 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 777457 T3458 oasc.CoreContainer.<init> New CoreContainer 1895942247
   [junit4]   2> 777457 T3458 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/]
   [junit4]   2> 777463 T3458 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 777464 T3458 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 777464 T3458 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 777465 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 777465 T3458 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 777465 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 777466 T3458 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 777466 T3458 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 777467 T3458 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 777467 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 777471 T3458 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60232/solr
   [junit4]   2> 777472 T3458 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 777473 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777475 T3538 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@342c92c3 name:ZooKeeperConnection Watcher:127.0.0.1:60232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777475 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777477 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 777480 T3458 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 777482 T3540 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@755f31d2 name:ZooKeeperConnection Watcher:127.0.0.1:60232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 777482 T3458 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 777486 T3458 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 778488 T3458 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34508_l_npb%2Fl
   [junit4]   2> 778490 T3458 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34508_l_npb%2Fl
   [junit4]   2> 778492 T3498 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778493 T3485 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778493 T3480 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778493 T3540 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778493 T3512 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778493 T3526 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 778503 T3458 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982
   [junit4]   2> 778542 T3458 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/conf/
   [junit4]   2> 778543 T3458 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 778543 T3458 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 778544 T3458 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 778544 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 778548 T3458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 778553 T3491 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 778554 T3480 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 778555 T3482 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> 778555 T3482 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> 779861 T3481 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 779862 T3481 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 779862 T3481 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 779865 T3485 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> 779865 T3480 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> 779865 T3498 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> 779865 T3540 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> 779865 T3512 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> 779865 T3526 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> 779967 T3482 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 779967 T3482 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:45807_l_npb%2Fl
   [junit4]   2> 779968 T3482 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:34508_l_npb%2Fl
   [junit4]   2> 779969 T3482 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:55169_l_npb%2Fl
   [junit4]   2> 779969 T3482 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:45291_l_npb%2Fl
   [junit4]   2> 779971 T3507 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 779971 T3473 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 779971 T3536 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 779972 T3494 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 779972 T3507 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 779972 T3473 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 779972 T3536 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 779973 T3494 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 781368 T3481 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 781369 T3481 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 781369 T3481 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45807_l_npb%2Fl",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45807/l_npb/l"}
   [junit4]   2> 781372 T3481 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 781373 T3481 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55169_l_npb%2Fl",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55169/l_npb/l"}
   [junit4]   2> 781375 T3481 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 781376 T3481 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34508_l_npb%2Fl",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34508/l_npb/l"}
   [junit4]   2> 781379 T3481 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 781379 T3481 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:45291_l_npb%2Fl",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45291/l_npb/l"}
   [junit4]   2> 781382 T3526 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> 781382 T3480 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> 781382 T3485 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> 781382 T3540 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> 781382 T3512 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> 781382 T3498 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> 781972 T3507 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 781973 T3473 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 781973 T3494 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 781973 T3507 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 781973 T3536 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 781974 T3507 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1
   [junit4]   2> 781974 T3507 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 781973 T3494 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 781973 T3473 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 781975 T3507 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 781975 T3507 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 781975 T3494 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2
   [junit4]   2> 781976 T3494 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 781974 T3536 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 781976 T3507 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 781976 T3494 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 781975 T3473 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1
   [junit4]   2> 781977 T3473 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 781977 T3494 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 781977 T3507 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 781976 T3536 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2
   [junit4]   2> 781978 T3536 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 781978 T3473 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 781978 T3494 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 781979 T3536 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 781979 T3473 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 781979 T3507 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 781979 T3536 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 781979 T3494 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 781980 T3473 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 781981 T3507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 781981 T3536 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 781982 T3494 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 781982 T3473 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 781987 T3536 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 781987 T3494 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 781987 T3473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 781988 T3536 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 782021 T3507 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 782035 T3494 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 782039 T3536 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 782045 T3473 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 782049 T3507 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 782051 T3507 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 782057 T3507 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 782091 T3494 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 782092 T3536 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 782092 T3494 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 782093 T3536 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 782099 T3473 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 782101 T3473 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 782103 T3536 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 782103 T3494 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 782111 T3473 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 782436 T3507 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782436 T3507 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782437 T3507 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 782441 T3507 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 782443 T3507 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 782453 T3507 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782456 T3507 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782459 T3507 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782460 T3507 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782460 T3507 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782460 T3507 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782461 T3507 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782461 T3507 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782462 T3507 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 782462 T3507 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 782462 T3507 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfa0111
   [junit4]   2> 782463 T3507 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 782463 T3507 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 782463 T3507 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 782464 T3507 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375395222689//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 782465 T3507 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ed5e75e lockFactory=org.apache.lucene.store.NativeFSLockFactory@3eccb54c),segFN=segments_1,generation=1}
   [junit4]   2> 782466 T3507 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 782469 T3507 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 782469 T3507 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 782470 T3507 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 782470 T3507 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 782471 T3507 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 782471 T3507 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 782471 T3507 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 782471 T3507 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 782472 T3507 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 782474 T3507 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 782476 T3507 oass.SolrIndexSearcher.<init> Opening Searcher@6bc81543 main
   [junit4]   2> 782477 T3507 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 782477 T3507 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 782481 T3546 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@6bc81543 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 782482 T3507 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 782483 T3507 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:45807/l_npb/l collection:nodes_used_collection shard:shard1
   [junit4]   2> 782483 T3507 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 782486 T3507 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 782491 T3507 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 782494 T3507 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 782550 T3494 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782551 T3494 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782552 T3494 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 782552 T3536 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782552 T3536 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782553 T3536 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 782557 T3536 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 782558 T3494 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 782559 T3473 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782559 T3473 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 782560 T3536 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 782560 T3473 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 782562 T3494 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 782564 T3473 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 782567 T3473 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 782569 T3536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782574 T3536 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782577 T3536 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782578 T3536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782578 T3536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782579 T3536 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782579 T3494 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782580 T3536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782580 T3536 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782580 T3536 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 782581 T3536 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 782581 T3536 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfa0111
   [junit4]   2> 782582 T3536 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 782583 T3536 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 782583 T3494 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782583 T3536 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 782584 T3473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782584 T3536 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 782586 T3536 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@460479a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@26d026bf),segFN=segments_1,generation=1}
   [junit4]   2> 782587 T3536 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 782591 T3536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 782591 T3536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 782592 T3536 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 782593 T3473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 782593 T3536 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 782593 T3494 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782594 T3536 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 782594 T3536 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 782594 T3536 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 782595 T3536 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 782595 T3536 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 782597 T3473 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782598 T3494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782598 T3494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782598 T3494 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782599 T3536 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 782599 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782599 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782600 T3473 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 782600 T3494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782600 T3494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782601 T3494 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 782601 T3494 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 782601 T3536 oass.SolrIndexSearcher.<init> Opening Searcher@7778a679 main
   [junit4]   2> 782601 T3494 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfa0111
   [junit4]   2> 782602 T3536 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 782602 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 782603 T3494 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 782602 T3536 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 782603 T3494 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 782603 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 782603 T3494 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 782604 T3473 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 782604 T3494 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375395221539//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 782604 T3473 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 782605 T3473 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfa0111
   [junit4]   2> 782605 T3473 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 782606 T3473 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 782606 T3473 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/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 782606 T3494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5219da0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@73bec462),segFN=segments_1,generation=1}
   [junit4]   2> 782606 T3494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 782606 T3473 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375395221356//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 782607 T3547 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@7778a679 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 782608 T3473 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@74a1767d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea6d9a),segFN=segments_1,generation=1}
   [junit4]   2> 782608 T3473 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 782609 T3536 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 782609 T3536 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:34508/l_npb/l collection:nodes_used_collection shard:shard1
   [junit4]   2> 782610 T3536 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 782610 T3494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 782611 T3494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 782611 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 782612 T3494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 782612 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 782612 T3494 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 782612 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 782613 T3494 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 782613 T3473 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 782613 T3494 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 782613 T3473 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 782614 T3494 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 782614 T3473 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 782614 T3494 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 782614 T3473 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 782615 T3494 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 782615 T3473 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 782615 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 782617 T3494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 782617 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 782619 T3494 oass.SolrIndexSearcher.<init> Opening Searcher@592ed45d main
   [junit4]   2> 782619 T3473 oass.SolrIndexSearcher.<init> Opening Searcher@344b902e main
   [junit4]   2> 782620 T3494 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 782620 T3473 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 782620 T3494 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 782620 T3473 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 782624 T3549 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@592ed45d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 782624 T3548 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@344b902e main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 782624 T3494 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 782625 T3494 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:45291/l_npb/l collection:nodes_used_collection shard:shard2
   [junit4]   2> 782625 T3494 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 782626 T3473 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 782626 T3473 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:55169/l_npb/l collection:nodes_used_collection shard:shard2
   [junit4]   2> 782626 T3473 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 782627 T3494 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 782628 T3473 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 782631 T3494 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 782633 T3494 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 782633 T3494 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 782633 T3494 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45291/l_npb/l/nodes_used_collection_shard2_replica2/
   [junit4]   2> 782634 T3494 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:45291/l_npb/l START replicas=[http://127.0.0.1:55169/l_npb/l/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 782634 T3494 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:45291/l_npb/l DONE.  We have no versions.  sync failed.
   [junit4]   2> 782634 T3494 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 782635 T3494 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> 782635 T3494 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45291/l_npb/l/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 782635 T3494 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C563 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@83aa50b url=http://127.0.0.1:55169/l_npb/l/nodes_used_collection_shard2_replica1 node=127.0.0.1:55169_l_npb%2Fl C563_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=down, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:55169_l_npb%2Fl, base_url=http://127.0.0.1:55169/l_npb/l}
   [junit4]   2> 782639 T3475 C563 P55169 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/l_npb/l path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 782891 T3481 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 782898 T3540 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> 782899 T3480 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> 782898 T3526 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:Nod

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

reState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 884418 T3458 oasc.SolrCore.closeSearcher [new_implicit_coll_0_a_replica2] Closing main searcher on request.
   [junit4]   2> 884418 T3458 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 884418 T3458 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data/index;done=false>>]
   [junit4]   2> 884419 T3458 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data/index
   [junit4]   2> 884419 T3458 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data;done=false>>]
   [junit4]   2> 884419 T3458 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375395224982//new_implicit_coll_0_a_replica2/data
   [junit4]   2> 884421 T3919 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90137901163085836-127.0.0.1:34508_l_npb%2Fl-n_0000000004) am no longer a leader.
   [junit4]   2> 884422 T3540 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> 884422 T3540 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 884422 T3540 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 884433 T3458 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/l_npb/l,null}
   [junit4]   2> 884487 T3458 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 884490 T3458 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:60232 60232
   [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=7C68E83B8903B666 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Europe/Istanbul -Dtests.file.encoding=UTF-8
   [junit4] ERROR    112s J0 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:45291/l_npb/l
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C68E83B8903B666:FD8E6623FE5CD65A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45291 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 884513 T3458 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 111793 T3457 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=403), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=403)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=da_DK, timezone=Europe/Istanbul
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=3,free=182378872,total=337182720
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestFastWriter, DateFieldTest, TestRemoteStreaming, ChaosMonkeyNothingIsSafeTest, TestPluginEnable, TermVectorComponentTest, TestSolrIndexConfig, RecoveryZkTest, TestFastLRUCache, TestFieldResource, TestPseudoReturnFields, StressHdfsTest, TestValueSourceCache, QueryEqualityTest, SoftAutoCommitTest, FastVectorHighlighterTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestCloudManagedSchemaAddField, DirectSolrConnectionTest, TestSolrDeletionPolicy1, TestLMDirichletSimilarityFactory, TestSolrQueryParser, ShowFileRequestHandlerTest, QueryElevationComponentTest, TestSchemaNameResource, TestLFUCache, TestRandomDVFaceting, OverseerTest, RAMDirectoryFactoryTest, SolrCoreTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TermsComponentTest, SearchHandlerTest, TestFuzzyAnalyzedSuggestions, TestGroupingSearch, PrimUtilsTest, SystemInfoHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestSweetSpotSimilarityFactory, TestDocSet, LeaderElectionTest, SuggesterTest, MinimalSchemaTest, BasicFunctionalityTest, AnalysisAfterCoreReloadTest, ZkCLITest, TestPhraseSuggestions, SpellingQueryConverterTest, TestFieldTypeResource, CSVRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, IndexSchemaTest, ReturnFieldsTest, CoreMergeIndexesAdminHandlerTest, PrimitiveFieldTypeTest, SynonymTokenizerTest, UnloadDistributedZkTest, TestXIncludeConfig, LegacyHTMLStripCharFilterTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, CachingDirectoryFactoryTest, TestPropInjectDefaults, SimpleFacetsTest, TestReplicationHandler, BinaryUpdateRequestHandlerTest, RegexBoostProcessorTest, ParsingFieldUpdateProcessorsTest, TestDynamicFieldCollectionResource, JsonLoaderTest, SyncSliceTest, ResponseLogComponentTest, PolyFieldTest, TestSearchPerf, CircularListTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J0 in 112.82s, 1 test, 1 error <<< FAILURES!

[...truncated 489 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: 40 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure