You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/08/03 18:25:58 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6863/
Java: 32bit/jdk1.7.0_25 -client -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:48238
	at __randomizedtesting.SeedInfo.seed([7A9CC888B5132A84:FB7A4690C24C4AB8]: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:48238 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 9805 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 669033 T1902 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 669036 T1902 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375546437249
   [junit4]   2> 669037 T1902 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 669037 T1903 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 669137 T1902 oasc.ZkTestServer.run start zk server on port:36308
   [junit4]   2> 669138 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669449 T1909 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d7f31 name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669450 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669450 T1902 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 669454 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669456 T1911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d0eae3 name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669456 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669456 T1902 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 669458 T1902 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 669460 T1902 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 669461 T1902 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 669463 T1902 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> 669463 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 669466 T1902 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> 669466 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 669468 T1902 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> 669469 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 669470 T1902 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> 669471 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 669472 T1902 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> 669473 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 669474 T1902 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> 669475 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 669476 T1902 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> 669477 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 669478 T1902 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> 669479 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 669480 T1902 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> 669481 T1902 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 669560 T1902 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 669562 T1902 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34596
   [junit4]   2> 669563 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 669563 T1902 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 669563 T1902 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695
   [junit4]   2> 669564 T1902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695/'
   [junit4]   2> 669575 T1902 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695/solr.xml
   [junit4]   2> 669615 T1902 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 669615 T1902 oasc.CoreContainer.<init> New CoreContainer 11416139
   [junit4]   2> 669616 T1902 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695/]
   [junit4]   2> 669617 T1902 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 669617 T1902 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 669617 T1902 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 669618 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 669618 T1902 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 669618 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 669619 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 669619 T1902 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 669619 T1902 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 669620 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 669623 T1902 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36308/solr
   [junit4]   2> 669623 T1902 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 669624 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669625 T1922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14fe9f9 name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669625 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669627 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 669630 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669631 T1924 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7653e7 name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669631 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669632 T1902 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 669635 T1902 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 669636 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 669639 T1902 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34596_
   [junit4]   2> 669640 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34596_
   [junit4]   2> 669642 T1902 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 669645 T1902 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 669647 T1902 oasc.Overseer.start Overseer (id=90147811311747075-127.0.0.1:34596_-n_0000000000) starting
   [junit4]   2> 669649 T1902 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 669651 T1926 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 669652 T1902 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 669653 T1902 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 669654 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 669656 T1925 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 669659 T1902 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695
   [junit4]   2> 669689 T1902 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375546437695/conf/
   [junit4]   2> 669690 T1902 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 669691 T1902 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 669691 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 669691 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 669694 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 669695 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669697 T1929 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13283da name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669697 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669698 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 669699 T1902 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 669765 T1902 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 669767 T1902 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56374
   [junit4]   2> 669767 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 669767 T1902 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 669768 T1902 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911
   [junit4]   2> 669768 T1902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/'
   [junit4]   2> 669780 T1902 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/solr.xml
   [junit4]   2> 669819 T1902 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 669819 T1902 oasc.CoreContainer.<init> New CoreContainer 8700544
   [junit4]   2> 669820 T1902 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/]
   [junit4]   2> 669821 T1902 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 669821 T1902 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 669821 T1902 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 669822 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 669822 T1902 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 669822 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 669823 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 669823 T1902 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 669823 T1902 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 669824 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 669827 T1902 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36308/solr
   [junit4]   2> 669827 T1902 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 669828 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669829 T1940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@299ce5 name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669829 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669831 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 669834 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 669835 T1942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e2db50 name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669835 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 669838 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 670840 T1902 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56374_
   [junit4]   2> 670842 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56374_
   [junit4]   2> 670844 T1929 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 670844 T1924 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 670845 T1942 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 670848 T1902 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911
   [junit4]   2> 670877 T1902 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/conf/
   [junit4]   2> 670878 T1902 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 670879 T1902 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 670879 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 670879 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 670949 T1902 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 670951 T1902 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48238
   [junit4]   2> 670951 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 670952 T1902 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 670952 T1902 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094
   [junit4]   2> 670952 T1902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/'
   [junit4]   2> 670964 T1902 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/solr.xml
   [junit4]   2> 671002 T1902 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 671002 T1902 oasc.CoreContainer.<init> New CoreContainer 32566104
   [junit4]   2> 671002 T1902 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/]
   [junit4]   2> 671004 T1902 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 671004 T1902 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 671004 T1902 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 671004 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 671005 T1902 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 671005 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 671005 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 671006 T1902 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 671006 T1902 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 671006 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 671009 T1902 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36308/solr
   [junit4]   2> 671010 T1902 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 671011 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671012 T1954 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d88792 name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671012 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671014 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 671016 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671017 T1956 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34c96d name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671018 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671021 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 672023 T1902 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48238_
   [junit4]   2> 672024 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48238_
   [junit4]   2> 672026 T1942 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 672027 T1929 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 672027 T1924 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 672028 T1956 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 672032 T1902 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094
   [junit4]   2> 672057 T1902 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/conf/
   [junit4]   2> 672058 T1902 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 672059 T1902 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 672059 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 672059 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 672131 T1902 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 672133 T1902 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38068
   [junit4]   2> 672134 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 672134 T1902 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 672134 T1902 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274
   [junit4]   2> 672135 T1902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/'
   [junit4]   2> 672146 T1902 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/solr.xml
   [junit4]   2> 672185 T1902 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 672186 T1902 oasc.CoreContainer.<init> New CoreContainer 23659063
   [junit4]   2> 672186 T1902 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/]
   [junit4]   2> 672187 T1902 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 672188 T1902 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 672188 T1902 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 672188 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 672189 T1902 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 672189 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 672189 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 672190 T1902 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 672190 T1902 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 672190 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 672193 T1902 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36308/solr
   [junit4]   2> 672194 T1902 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 672195 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672196 T1968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f9b775 name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672196 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672198 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 672201 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672202 T1970 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dc0ba6 name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672202 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672208 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 673211 T1902 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38068_
   [junit4]   2> 673212 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38068_
   [junit4]   2> 673214 T1942 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 673215 T1956 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 673215 T1924 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 673215 T1970 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 673215 T1929 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 673220 T1902 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274
   [junit4]   2> 673257 T1902 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/conf/
   [junit4]   2> 673258 T1902 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 673258 T1902 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 673259 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 673259 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 673344 T1902 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 673346 T1902 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44379
   [junit4]   2> 673346 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 673347 T1902 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 673347 T1902 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475
   [junit4]   2> 673347 T1902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/'
   [junit4]   2> 673367 T1902 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/solr.xml
   [junit4]   2> 673411 T1902 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 673411 T1902 oasc.CoreContainer.<init> New CoreContainer 20568889
   [junit4]   2> 673412 T1902 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/]
   [junit4]   2> 673413 T1902 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 673414 T1902 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 673414 T1902 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 673414 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 673415 T1902 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 673415 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 673415 T1902 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 673416 T1902 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 673416 T1902 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 673417 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 673420 T1902 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36308/solr
   [junit4]   2> 673421 T1902 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 673422 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673423 T1982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16e54bc name:ZooKeeperConnection Watcher:127.0.0.1:36308 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673423 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673425 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 673428 T1902 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673429 T1984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7eea02 name:ZooKeeperConnection Watcher:127.0.0.1:36308/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673429 T1902 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673431 T1902 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 674433 T1902 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44379_
   [junit4]   2> 674435 T1902 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44379_
   [junit4]   2> 674438 T1942 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674438 T1929 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674438 T1970 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674438 T1984 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674438 T1924 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674438 T1956 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 674443 T1902 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475
   [junit4]   2> 674467 T1902 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/conf/
   [junit4]   2> 674468 T1902 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 674468 T1902 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 674469 T1902 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 674469 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 674472 T1902 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 674475 T1936 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 674476 T1924 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674477 T1926 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> 674478 T1926 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> 675664 T1925 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 675664 T1925 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 675665 T1925 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 675669 T1942 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> 675669 T1924 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> 675669 T1970 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> 675669 T1956 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> 675669 T1929 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> 675669 T1984 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> 675681 T1926 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 675681 T1926 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:48238_
   [junit4]   2> 675682 T1926 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:56374_
   [junit4]   2> 675682 T1926 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:44379_
   [junit4]   2> 675683 T1926 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:38068_
   [junit4]   2> 675684 T1938 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 675684 T1979 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 675684 T1950 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 675685 T1964 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 675685 T1938 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 675686 T1979 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 675686 T1950 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 675686 T1964 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 677173 T1925 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 677174 T1925 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 677174 T1925 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:56374_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56374"}
   [junit4]   2> 677178 T1925 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 677178 T1925 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:44379_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44379"}
   [junit4]   2> 677181 T1925 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 677181 T1925 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:48238_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48238"}
   [junit4]   2> 677184 T1925 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 677185 T1925 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:38068_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38068"}
   [junit4]   2> 677188 T1942 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> 677188 T1924 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> 677188 T1970 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> 677188 T1956 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> 677188 T1929 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> 677188 T1984 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> 677686 T1938 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 677687 T1950 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 677686 T1979 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 677687 T1950 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 677687 T1938 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 677687 T1964 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 677688 T1938 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2
   [junit4]   2> 677689 T1938 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 677688 T1950 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1
   [junit4]   2> 677690 T1950 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 677690 T1938 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 677688 T1979 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 677691 T1950 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 677691 T1938 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 677689 T1964 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 677691 T1950 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 677691 T1979 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1
   [junit4]   2> 677693 T1979 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 677692 T1964 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2
   [junit4]   2> 677693 T1964 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 677693 T1950 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 677693 T1938 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 677694 T1964 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 677694 T1950 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 677694 T1979 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 677695 T1964 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 677695 T1938 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 677695 T1979 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 677697 T1964 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 677697 T1950 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 677697 T1964 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 677698 T1938 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 677698 T1979 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 677698 T1950 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 677703 T1964 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 677707 T1938 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 677707 T1964 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 677710 T1979 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 677713 T1979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 677756 T1950 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 677763 T1938 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 677767 T1979 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 677778 T1964 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 677828 T1950 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 677829 T1950 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 677838 T1938 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 677839 T1938 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 677841 T1979 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 677842 T1979 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 677843 T1950 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 677852 T1938 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 677854 T1964 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 677855 T1964 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 677856 T1979 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 677871 T1964 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 678684 T1938 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678691 T1938 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678694 T1938 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678705 T1938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678709 T1938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678712 T1938 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678714 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678714 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678714 T1938 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678718 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678719 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678719 T1938 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678719 T1938 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 678720 T1938 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c71daa
   [junit4]   2> 678720 T1938 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 678721 T1938 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 678721 T1938 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678721 T1938 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375546437911//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 678723 T1938 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b6e21 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cfaa73),segFN=segments_1,generation=1}
   [junit4]   2> 678724 T1938 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678726 T1979 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678727 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678727 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678728 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678728 T1938 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678729 T1938 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678729 T1938 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678730 T1938 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678730 T1938 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678731 T1938 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678734 T1938 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678736 T1979 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678738 T1938 oass.SolrIndexSearcher.<init> Opening Searcher@21a5a6 main
   [junit4]   2> 678739 T1938 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678739 T1938 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678741 T1979 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678744 T1990 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@21a5a6 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 678745 T1938 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 678746 T1938 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:56374 collection:nodes_used_collection shard:shard1
   [junit4]   2> 678746 T1938 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 678750 T1938 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 678755 T1979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678759 T1938 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 678761 T1938 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=180000
   [junit4]   2> 678762 T1979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678766 T1979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678768 T1979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678768 T1979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678768 T1950 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678768 T1979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678770 T1979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678770 T1979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678770 T1979 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678771 T1979 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 678771 T1979 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c71daa
   [junit4]   2> 678772 T1979 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 678773 T1979 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 678773 T1979 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678774 T1979 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375546441475//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 678776 T1979 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@628981 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a414e3),segFN=segments_1,generation=1}
   [junit4]   2> 678776 T1979 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678777 T1950 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678781 T1979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678781 T1950 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678781 T1979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678783 T1979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678784 T1979 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678784 T1979 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678785 T1979 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678785 T1979 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678786 T1979 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678786 T1979 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678787 T1964 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678789 T1979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678792 T1979 oass.SolrIndexSearcher.<init> Opening Searcher@1189e69 main
   [junit4]   2> 678792 T1979 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678793 T1979 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678793 T1950 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678797 T1991 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@1189e69 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 678797 T1964 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678800 T1979 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 678800 T1950 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678800 T1979 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:44379 collection:nodes_used_collection shard:shard2
   [junit4]   2> 678800 T1979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 678802 T1964 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678804 T1950 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678805 T1979 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 678805 T1950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678806 T1950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678806 T1950 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678808 T1950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678808 T1950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678809 T1950 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678809 T1950 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 678810 T1950 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c71daa
   [junit4]   2> 678811 T1979 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 678811 T1950 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 678811 T1950 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 678812 T1950 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678812 T1950 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375546439094//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 678813 T1979 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 678814 T1950 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16db817 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e042a),segFN=segments_1,generation=1}
   [junit4]   2> 678814 T1950 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678816 T1964 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678817 T1950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678818 T1950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678818 T1950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678819 T1950 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678819 T1950 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678820 T1950 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678820 T1950 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678821 T1950 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678821 T1950 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678823 T1964 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678823 T1950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678826 T1950 oass.SolrIndexSearcher.<init> Opening Searcher@3888a1 main
   [junit4]   2> 678827 T1950 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678827 T1950 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678827 T1964 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678829 T1964 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678829 T1964 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678830 T1964 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678830 T1992 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@3888a1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 678831 T1964 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678831 T1964 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678831 T1964 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678832 T1964 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 678832 T1964 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c71daa
   [junit4]   2> 678832 T1950 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 678833 T1950 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:48238 collection:nodes_used_collection shard:shard1
   [junit4]   2> 678833 T1964 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 678833 T1950 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 678833 T1964 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 678834 T1964 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678834 T1964 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375546440274//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 678836 T1964 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@135892a lockFactory=org.apache.lucene.store.NativeFSLockFactory@e0b0e0),segFN=segments_1,generation=1}
   [junit4]   2> 678836 T1964 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678840 T1964 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678840 T1964 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678841 T1964 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678842 T1964 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678842 T1964 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678843 T1964 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678843 T1964 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678843 T1964 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678844 T1964 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678847 T1964 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678850 T1964 oass.SolrIndexSearcher.<init> Opening Searcher@1240c0d main
   [junit4]   2> 678851 T1964 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678851 T1964 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678856 T1993 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@1240c0d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 678859 T1964 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 678859 T1964 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:38068 collection:nodes_used_collection shard:shard2
   [junit4]   2> 678860 T1964 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 679262 T1938 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 679263 T1938 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 679264 T1938 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56374/nodes_used_collection_shard1_replica2/
   [junit4]   2> 679264 T1938 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:56374 START replicas=[http://127.0.0.1:48238/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 679265 T1938 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:56374 DONE.  We have no versions.  sync failed.
   [junit4]   2> 679266 T1938 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 679266 T1938 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> 679266 T1938 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56374/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 679267 T1938 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C615 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@1b822d4 url=http://127.0.0.1:48238/nodes_used_collection_shard1_replica1 node=127.0.0.1:48238_ C615_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{state=down, core=nodes_used_collection_shard1_replica1, node_name=127.0.0.1:48238_, base_url=http://127.0.0.1:48238}
   [junit4]   2> 679274 T1949 C615 P48238 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> 679314 T1979 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 679314 T1979 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 679314 T1979 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44379/nodes_used_collection_shard2_replica1/
   [junit4]   2> 679315 T1979 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:44379 START replicas=[http://127.0.0.1:38068/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 679315 T1979 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:44379 DONE.  We have no versions.  sync failed.
   [junit4]   2> 679315 T1979 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 679316 T1979 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> 679316 T1979 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44379/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 679316 T1979 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C616 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@1f16f52 url=http://127.0.0.1:38068/nodes_used_collection_shard2_replica2 node=127.0.0.1:38068_ C616_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:38068_, base_url=http://127.0.0.1:38068}
   [junit4]   2> 679320 T1966 C616 P38068 oasc.SolrCore

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

-1375546441475//new_implicit_coll_1_c_replica4/data/index
   [junit4]   2> 809181 T2503 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90147811311747084-127.0.0.1:44379_-n_0000000004) am no longer a leader.
   [junit4]   2> 809182 T1984 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> 809194 T1902 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 809246 T1902 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 809248 T1902 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:36308 36308
   [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=7A9CC888B5132A84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=Europe/Istanbul -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    140s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:48238
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7A9CC888B5132A84:FB7A4690C24C4AB8]: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:48238 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> 809531 T1902 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 140505 T1901 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 810483 T1984 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 810483 T1984 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 810483 T1984 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/c/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=Pulsing41(freqCutoff=11 minBlockSize=15 maxBlockSize=29), range_facet_l=Pulsing41(freqCutoff=11 minBlockSize=15 maxBlockSize=29), id=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_sl=PostingsFormat(name=Lucene41VarGapFixedInterval), a_t=Pulsing41(freqCutoff=11 minBlockSize=15 maxBlockSize=29), text=PostingsFormat(name=Memory doPackFST= false), range_facet_si=Pulsing41(freqCutoff=11 minBlockSize=15 maxBlockSize=29), _version_=MockVariableIntBlock(baseBlockSize=62), other_tl1=MockVariableIntBlock(baseBlockSize=62), multiDefault=Pulsing41(freqCutoff=11 minBlockSize=15 maxBlockSize=29), a_si=MockVariableIntBlock(baseBlockSize=62), intDefault=MockVariableIntBlock(baseBlockSize=62)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=sr_BA, timezone=Europe/Istanbul
   [junit4]   2> NOTE: Linux 3.2.0-51-generic i386/Oracle Corporation 1.7.0_25 (32-bit)/cpus=8,threads=2,free=51058144,total=339083264
   [junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzedSuggestions, TestUtils, HighlighterTest, TestPropInject, BadIndexSchemaTest, MultiTermTest, XmlUpdateRequestHandlerTest, TestElisionMultitermQuery, DocValuesMultiTest, NumericFieldsTest, QueryResultKeyTest, TestAddFieldRealTimeGet, SolrIndexConfigTest, NoCacheHeaderTest, SolrCmdDistributorTest, TestSolrJ, EchoParamsTest, SolrPluginUtilsTest, DeleteShardTest, DisMaxRequestHandlerTest, TestFastOutputStream, BlockCacheTest, TestRangeQuery, TestWordDelimiterFilterFactory, SolrCoreCheckLockOnStartupTest, ChaosMonkeySafeLeaderTest, BasicZkTest, OpenExchangeRatesOrgProviderTest, TestPartialUpdateDeduplication, SpellCheckCollatorTest, ClusterStateTest, TestReloadAndDeleteDocs, PingRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestCSVLoader, TestSolr4Spatial, OutputWriterTest, RequiredFieldsTest, ConvertedLegacyTest, TestMergePolicyConfig, TestSchemaSimilarityResource, TestSolrXMLSerializer, HdfsSyncSliceTest, TestComponentsName, TestJmxMonitoredMap, TestStressReorder, DebugComponentTest, CurrencyFieldXmlFileTest, TestArbitraryIndexDir, TestSchemaResource, TestPostingsSolrHighlighter, TestBM25SimilarityFactory, BadCopyFieldTest, UpdateParamsTest, BasicDistributedZk2Test, FileUtilsTest, TestCopyFieldCollectionResource, SuggesterWFSTTest, ShardRoutingCustomTest, FieldAnalysisRequestHandlerTest, TestFiltering, TestQuerySenderNoQuery, CopyFieldTest, DistanceFunctionTest, HdfsBasicDistributedZk2Test, TestLuceneMatchVersion, LeaderElectionIntegrationTest, TestIndexSearcher, DOMUtilTest, TestZkChroot, TestMultiCoreConfBootstrap, TestUpdate, CoreContainerCoreInitFailuresTest, TestSuggestSpellingConverter, SuggesterTSTTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 141.54s, 1 test, 1 error <<< FAILURES!

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

Total time: 45 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_25 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure