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 17:46:45 UTC

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

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

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

Error Message:
Server refused connection at: http://127.0.0.1:58500/_ox/bq

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:58500/_ox/bq
	at __randomizedtesting.SeedInfo.seed([9972E3692154C760:18946D71560BA75C]: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.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
	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:58500 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)
	... 45 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)
	... 52 more




Build Log:
[...truncated 9772 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 804480 T3082 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ox/bq
   [junit4]   2> 804485 T3082 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375371491581
   [junit4]   2> 804485 T3082 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 804486 T3083 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 804586 T3082 oasc.ZkTestServer.run start zk server on port:39089
   [junit4]   2> 804587 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 804677 T3089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f19b2af name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804678 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 804678 T3082 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 804682 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 804683 T3091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17548d2c name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804683 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 804684 T3082 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 804686 T3082 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 804688 T3082 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 804689 T3082 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 804692 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 804692 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 804695 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 804696 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 804698 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 804699 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 804700 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 804701 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 804702 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 804703 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 804705 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 804705 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 804706 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 804707 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 804708 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 804709 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 804710 T3082 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 804710 T3082 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 804779 T3082 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 804781 T3082 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40562
   [junit4]   2> 804781 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 804782 T3082 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 804782 T3082 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808
   [junit4]   2> 804789 T3082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/'
   [junit4]   2> 804800 T3082 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/solr.xml
   [junit4]   2> 804829 T3082 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 804830 T3082 oasc.CoreContainer.<init> New CoreContainer 1784215193
   [junit4]   2> 804830 T3082 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/]
   [junit4]   2> 804831 T3082 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 804831 T3082 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 804831 T3082 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 804832 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 804832 T3082 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 804832 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 804833 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 804833 T3082 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 804833 T3082 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 804834 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 804837 T3082 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39089/solr
   [junit4]   2> 804837 T3082 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 804838 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 804839 T3102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62d22770 name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804839 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 804840 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 804843 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 804845 T3104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6db7cf86 name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804845 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 804846 T3082 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 804848 T3082 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 804850 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 804851 T3082 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40562__ox%2Fbq
   [junit4]   2> 804852 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40562__ox%2Fbq
   [junit4]   2> 804854 T3082 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 804858 T3082 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 804859 T3082 oasc.Overseer.start Overseer (id=90136346072383491-127.0.0.1:40562__ox%2Fbq-n_0000000000) starting
   [junit4]   2> 804861 T3082 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 804864 T3106 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 804864 T3082 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 804865 T3082 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 804867 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 804868 T3105 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 804871 T3082 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808
   [junit4]   2> 804895 T3082 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/conf/
   [junit4]   2> 804895 T3082 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 804896 T3082 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 804896 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 804896 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 804899 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 804900 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 804901 T3109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e26c1b5 name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804901 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 804902 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 804904 T3082 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 804975 T3082 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 804986 T3082 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47509
   [junit4]   2> 804987 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 804988 T3082 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 804988 T3082 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000
   [junit4]   2> 804988 T3082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/'
   [junit4]   2> 804999 T3082 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/solr.xml
   [junit4]   2> 805030 T3082 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 805031 T3082 oasc.CoreContainer.<init> New CoreContainer 305227207
   [junit4]   2> 805031 T3082 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/]
   [junit4]   2> 805032 T3082 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 805032 T3082 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 805033 T3082 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 805033 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 805033 T3082 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 805033 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 805034 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 805034 T3082 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 805034 T3082 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 805035 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 805038 T3082 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39089/solr
   [junit4]   2> 805039 T3082 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 805039 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 805041 T3120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b412135 name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 805041 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 805042 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 805046 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 805047 T3122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e421aca name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 805048 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 805055 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 806058 T3082 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47509__ox%2Fbq
   [junit4]   2> 806059 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47509__ox%2Fbq
   [junit4]   2> 806062 T3122 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 806062 T3109 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 806062 T3104 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 806066 T3082 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000
   [junit4]   2> 806087 T3082 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/conf/
   [junit4]   2> 806087 T3082 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 806088 T3082 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 806088 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 806088 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 806156 T3082 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 806158 T3082 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58500
   [junit4]   2> 806158 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 806158 T3082 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 806159 T3082 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187
   [junit4]   2> 806159 T3082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/'
   [junit4]   2> 806178 T3082 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/solr.xml
   [junit4]   2> 806210 T3082 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 806211 T3082 oasc.CoreContainer.<init> New CoreContainer 343183455
   [junit4]   2> 806211 T3082 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/]
   [junit4]   2> 806212 T3082 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 806212 T3082 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 806213 T3082 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 806213 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 806213 T3082 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 806213 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 806214 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 806214 T3082 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 806214 T3082 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 806214 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 806217 T3082 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39089/solr
   [junit4]   2> 806218 T3082 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 806218 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 806220 T3134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b2bfb14 name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 806220 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 806221 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 806224 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 806225 T3136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b31c2de name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 806225 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 806227 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 807231 T3082 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58500__ox%2Fbq
   [junit4]   2> 807232 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58500__ox%2Fbq
   [junit4]   2> 807234 T3109 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 807234 T3136 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 807234 T3104 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 807234 T3122 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 807239 T3082 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187
   [junit4]   2> 807259 T3082 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/conf/
   [junit4]   2> 807260 T3082 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 807260 T3082 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 807261 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 807261 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 807328 T3082 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 807330 T3082 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46315
   [junit4]   2> 807331 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 807331 T3082 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 807331 T3082 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360
   [junit4]   2> 807331 T3082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/'
   [junit4]   2> 807348 T3082 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/solr.xml
   [junit4]   2> 807375 T3082 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 807376 T3082 oasc.CoreContainer.<init> New CoreContainer 948909740
   [junit4]   2> 807376 T3082 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/]
   [junit4]   2> 807377 T3082 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 807377 T3082 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 807377 T3082 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 807378 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 807378 T3082 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 807378 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 807378 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 807379 T3082 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 807379 T3082 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 807379 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 807382 T3082 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39089/solr
   [junit4]   2> 807382 T3082 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 807383 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 807385 T3148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69d179ed name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 807385 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 807386 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 807389 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 807390 T3150 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34b7fb8c name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 807390 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 807393 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 808395 T3082 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46315__ox%2Fbq
   [junit4]   2> 808396 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46315__ox%2Fbq
   [junit4]   2> 808398 T3136 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 808398 T3104 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 808398 T3122 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 808398 T3109 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 808399 T3150 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 808403 T3082 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360
   [junit4]   2> 808424 T3082 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/conf/
   [junit4]   2> 808425 T3082 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 808425 T3082 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 808426 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 808426 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 808491 T3082 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 808493 T3082 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46127
   [junit4]   2> 808494 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 808494 T3082 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 808494 T3082 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525
   [junit4]   2> 808494 T3082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525/'
   [junit4]   2> 808503 T3082 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525/solr.xml
   [junit4]   2> 808539 T3082 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 808540 T3082 oasc.CoreContainer.<init> New CoreContainer 2121636817
   [junit4]   2> 808540 T3082 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525/]
   [junit4]   2> 808541 T3082 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 808541 T3082 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 808541 T3082 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 808542 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 808542 T3082 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 808542 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 808542 T3082 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 808543 T3082 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 808543 T3082 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 808543 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 808546 T3082 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39089/solr
   [junit4]   2> 808546 T3082 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 808547 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 808548 T3162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58562bef name:ZooKeeperConnection Watcher:127.0.0.1:39089 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 808549 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 808550 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 808552 T3082 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 808554 T3164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44aa92d8 name:ZooKeeperConnection Watcher:127.0.0.1:39089/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 808554 T3082 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 808556 T3082 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 809558 T3082 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46127__ox%2Fbq
   [junit4]   2> 809560 T3082 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46127__ox%2Fbq
   [junit4]   2> 809563 T3136 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809563 T3122 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809563 T3164 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809563 T3109 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809563 T3104 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809563 T3150 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 809567 T3082 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525
   [junit4]   2> 809588 T3082 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375371495525/conf/
   [junit4]   2> 809589 T3082 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 809589 T3082 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 809589 T3082 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 809590 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 809592 T3082 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 809595 T3115 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 809596 T3104 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 809597 T3106 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> 809598 T3106 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> 810876 T3105 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 810876 T3105 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 810876 T3105 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 810881 T3136 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> 810881 T3104 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> 810881 T3150 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> 810881 T3109 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> 810881 T3164 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> 810881 T3122 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> 810901 T3106 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 810902 T3106 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:40562__ox%2Fbq
   [junit4]   2> 810902 T3106 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:46315__ox%2Fbq
   [junit4]   2> 810902 T3106 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:47509__ox%2Fbq
   [junit4]   2> 810903 T3106 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:58500__ox%2Fbq
   [junit4]   2> 810905 T3144 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 810905 T3117 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 810905 T3097 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 810906 T3129 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 810906 T3144 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 810907 T3117 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 810907 T3129 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 810907 T3097 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 812385 T3105 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 812386 T3105 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 812387 T3105 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46315__ox%2Fbq",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46315/_ox/bq"}
   [junit4]   2> 812390 T3105 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 812390 T3105 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:47509__ox%2Fbq",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47509/_ox/bq"}
   [junit4]   2> 812393 T3105 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 812393 T3105 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40562__ox%2Fbq",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40562/_ox/bq"}
   [junit4]   2> 812396 T3105 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 812397 T3105 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:58500__ox%2Fbq",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58500/_ox/bq"}
   [junit4]   2> 812400 T3136 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> 812400 T3104 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> 812400 T3164 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> 812400 T3109 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> 812400 T3122 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> 812400 T3150 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> 812907 T3144 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 812907 T3129 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 812907 T3117 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 812908 T3129 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 812908 T3129 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2
   [junit4]   2> 812908 T3129 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 812908 T3144 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 812908 T3097 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 812909 T3129 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 812910 T3129 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 812909 T3144 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2
   [junit4]   2> 812908 T3117 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 812910 T3129 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 812910 T3117 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1
   [junit4]   2> 812911 T3117 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 812910 T3144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 812909 T3097 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 812912 T3117 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 812912 T3144 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 812912 T3144 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 812911 T3129 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 812912 T3117 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 812912 T3097 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1
   [junit4]   2> 812913 T3097 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 812913 T3144 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 812914 T3144 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 812915 T3097 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 812915 T3097 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 812915 T3129 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 812915 T3144 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 812915 T3117 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 812916 T3129 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 812916 T3117 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 812916 T3097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 812917 T3117 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 812918 T3144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 812919 T3117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 812969 T3117 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 812976 T3097 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 812977 T3144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 812978 T3129 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 813022 T3117 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 813023 T3117 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 813029 T3117 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 813034 T3144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 813036 T3144 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 813045 T3097 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 813047 T3097 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 813048 T3129 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 813049 T3129 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 813052 T3144 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 813055 T3097 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 813058 T3129 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 813484 T3117 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 813489 T3117 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 813493 T3117 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 813508 T3117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813511 T3117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813518 T3117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813519 T3117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813519 T3117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813520 T3117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813521 T3117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813521 T3117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813521 T3117 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 813522 T3117 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 813522 T3117 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5460994a
   [junit4]   2> 813523 T3117 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 813524 T3117 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 813524 T3117 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 813525 T3117 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375371492000//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 813535 T3117 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5bde0462 lockFactory=org.apache.lucene.store.NativeFSLockFactory@319be5d4),segFN=segments_1,generation=1}
   [junit4]   2> 813535 T3117 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 813539 T3117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 813540 T3117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 813541 T3117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 813541 T3117 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 813542 T3117 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 813542 T3117 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 813543 T3117 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 813543 T3117 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 813544 T3117 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 813547 T3117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 813550 T3117 oass.SolrIndexSearcher.<init> Opening Searcher@1dc6db38 main
   [junit4]   2> 813551 T3117 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 813552 T3117 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 813556 T3170 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@1dc6db38 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 813558 T3117 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 813558 T3117 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:47509/_ox/bq collection:nodes_used_collection shard:shard2
   [junit4]   2> 813558 T3117 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 813571 T3117 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 813577 T3117 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 813579 T3117 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=180000
   [junit4]   2> 813595 T3097 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 813608 T3097 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 813610 T3097 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 813619 T3097 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813623 T3097 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813626 T3097 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813627 T3097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813627 T3097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813627 T3097 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813628 T3097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813628 T3097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813628 T3097 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 813629 T3097 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 813629 T3097 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5460994a
   [junit4]   2> 813630 T3097 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 813630 T3097 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 813630 T3097 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 813630 T3097 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375371491808//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 813632 T3129 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 813632 T3097 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2fa08a30 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283a222a),segFN=segments_1,generation=1}
   [junit4]   2> 813632 T3097 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 813643 T3097 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 813644 T3097 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 813644 T3097 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 813645 T3097 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 813645 T3129 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 813645 T3097 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 813645 T3097 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 813645 T3097 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 813646 T3097 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 813646 T3097 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 813647 T3129 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 813648 T3097 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 813651 T3097 oass.SolrIndexSearcher.<init> Opening Searcher@4d14be1d main
   [junit4]   2> 813651 T3097 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 813652 T3097 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 813656 T3171 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@4d14be1d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 813657 T3129 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813657 T3097 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 813658 T3097 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:40562/_ox/bq collection:nodes_used_collection shard:shard1
   [junit4]   2> 813658 T3097 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 813660 T3144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 813661 T3097 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 813661 T3129 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813664 T3129 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813665 T3097 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 813666 T3129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813666 T3129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813666 T3129 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813667 T3144 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 813667 T3097 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=180000
   [junit4]   2> 813667 T3129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813668 T3129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813668 T3129 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 813668 T3129 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 813669 T3129 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5460994a
   [junit4]   2> 813669 T3129 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 813670 T3129 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 813670 T3129 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 813670 T3144 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 813670 T3129 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375371493187//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 813672 T3129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52a66510 lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d5cfdc),segFN=segments_1,generation=1}
   [junit4]   2> 813672 T3129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 813675 T3129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 813675 T3129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 813675 T3129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 813676 T3129 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 813676 T3129 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 813677 T3129 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 813677 T3129 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 813677 T3129 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 813678 T3129 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 813680 T3129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 813681 T3144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813682 T3129 oass.SolrIndexSearcher.<init> Opening Searcher@3c36c333 main
   [junit4]   2> 813683 T3129 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 813683 T3129 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 813686 T3172 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3c36c333 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 813687 T3129 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 813687 T3129 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:58500/_ox/bq collection:nodes_used_collection shard:shard2
   [junit4]   2> 813687 T3129 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 813687 T3144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 813692 T3144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813693 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813693 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813693 T3144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 813694 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 813695 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 813695 T3144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 813696 T3144 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 813696 T3144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5460994a
   [junit4]   2> 813697 T3144 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 813698 T3144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 813698 T3144 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 813699 T3144 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375371494360//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 813701 T3144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18038052 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41f1f32e),segFN=segments_1,generation=1}
   [junit4]   2> 813701 T3144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 813706 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 813706 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 813707 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 813708 T3144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 813708 T3144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 813709 T3144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 813709 T3144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 813710 T3144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 813710 T3144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 813714 T3144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 813718 T3144 oass.SolrIndexSearcher.<init> Opening Searcher@1fd46691 main
   [junit4]   2> 813719 T3144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 813719 T3144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 813722 T3173 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@1fd46691 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 813723 T3144 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 813723 T3144 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:46315/_ox/bq collection:nodes_used_collection shard:shard1
   [junit4]   2> 813723 T3144 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 813908 T3105 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 813912 T3122 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> 813912 T3136 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> 813912 T3109 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> 813912 T3164 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> 813913 T3150 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> 813913 T3104 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> 814080 T3117 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 814080 T3117 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 814080 T3117 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47509/_ox/bq/nodes_used_collection_shard2_replica1/
   [junit4]   2> 814081 T3117 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:47509/_ox/bq START replicas=[http://127.0.0.1:58500/_ox/bq/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 814081 T3117 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:47509/_ox/bq DONE.  We have no versions.  sync failed.
   [junit4]   2> 814081 T3117 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 814082 T3117 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> 814082 T3117 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47509/_ox/bq/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 814082 T3117 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C2984 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@fd5b0a3 url=http://127.0.0.1:58500/_ox/bq/nodes_used_collection_shard2_replica2 node=127.0.0.1:58500__ox%2Fbq C2984_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=down, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:58500__ox%2Fbq, base_url=http://127.0.0.1:58500/_ox/bq}
   [junit4]   2> 814097 T3131 C2984 P58500 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ox/bq path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 814169 T3097 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 814169 T3097 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 814169 T309

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

2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46127__ox%2Fbq",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46127/_ox/bq"}
   [junit4]   2> 950349 T3082 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_ox/bq,null}
   [junit4]   2> 950401 T3082 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 950403 T3082 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39089 39089
   [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=9972E3692154C760 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=Asia/Taipei -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    146s J0 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:58500/_ox/bq
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9972E3692154C760:18946D71560BA75C]: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.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [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:58500 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]    > 	... 45 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]    > 	... 52 more
   [junit4]   2> 950418 T3082 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 145944 T3081 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 951628 T3164 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 951628 T3164 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> 951628 T3164 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 951629 T3164 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/d/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_l=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=NestedPulsing), range_facet_sl=PostingsFormat(name=NestedPulsing), a_t=PostingsFormat(name=Lucene41VarGapFixedInterval), text=PostingsFormat(name=Memory doPackFST= false), range_facet_si=PostingsFormat(name=Lucene41VarGapFixedInterval), _version_=Pulsing41(freqCutoff=9 minBlockSize=85 maxBlockSize=256), other_tl1=Pulsing41(freqCutoff=9 minBlockSize=85 maxBlockSize=256), multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval), a_si=Pulsing41(freqCutoff=9 minBlockSize=85 maxBlockSize=256), intDefault=Pulsing41(freqCutoff=9 minBlockSize=85 maxBlockSize=256)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=pt, timezone=Asia/Taipei
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=1,free=42982432,total=222351360
   [junit4]   2> NOTE: All tests run in this JVM: [TestShardHandlerFactory, TestReversedWildcardFilterFactory, CoreAdminHandlerTest, ReturnFieldsTest, TestTrie, SoftAutoCommitTest, AutoCommitTest, SuggesterTest, WordBreakSolrSpellCheckerTest, SuggesterFSTTest, DirectUpdateHandlerOptimizeTest, IndexSchemaTest, TestSchemaVersionResource, AliasIntegrationTest, TestFieldTypeCollectionResource, OverseerTest, CircularListTest, ChaosMonkeyNothingIsSafeTest, TestXIncludeConfig, SliceStateUpdateTest, SearchHandlerTest, TestStressRecovery, FastVectorHighlighterTest, TestSurroundQueryParser, TermVectorComponentTest, TestConfig, TestSolrXml, PluginInfoTest, RegexBoostProcessorTest, TestRandomDVFaceting, OverseerCollectionProcessorTest, TestLMDirichletSimilarityFactory, TestDynamicFieldResource, TestLRUCache, StatelessScriptUpdateProcessorFactoryTest, DistributedTermsComponentTest, CSVRequestHandlerTest, TestSolrDeletionPolicy1, ZkControllerTest, FileBasedSpellCheckerTest, TestCloudManagedSchemaAddField, MBeansHandlerTest, SolrTestCaseJ4Test, DocValuesTest, DocumentBuilderTest, TermsComponentTest, TestWriterPerf, SolrInfoMBeanTest, UpdateRequestProcessorFactoryTest, PrimUtilsTest, JsonLoaderTest, TestValueSourceCache, SliceStateTest, TestReplicationHandler, InfoHandlerTest, BasicDistributedZkTest, TestFastWriter, TestQuerySenderListener, TestFieldTypeResource, QueryElevationComponentTest, UUIDFieldTest, BadComponentTest, TestSerializedLuceneMatchVersion, TestCharFilters, TestPropInjectDefaults, TestQueryUtils, TestBadConfig, TestSolrCoreProperties, FieldMutatingUpdateProcessorTest, TestExtendedDismaxParser, ClusterStateUpdateTest, HdfsChaosMonkeySafeLeaderTest, ScriptEngineTest, TestSolrQueryParserResource, ResponseLogComponentTest, AlternateDirectoryTest, SolrCoreTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J0 in 147.22s, 1 test, 1 error <<< FAILURES!

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

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