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 21:15:36 UTC

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

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

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

Error Message:
Server refused connection at: http://127.0.0.1:36354/_/e

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




Build Log:
[...truncated 9837 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 644886 T1763 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/e
   [junit4]   2> 644890 T1763 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-1375556775724
   [junit4]   2> 644890 T1763 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 644891 T1764 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 644991 T1763 oasc.ZkTestServer.run start zk server on port:50913
   [junit4]   2> 644992 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645370 T1770 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1660e2f9 name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645371 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645371 T1763 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 645374 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645376 T1772 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2079fa4f name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645376 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645376 T1763 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 645378 T1763 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 645380 T1763 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 645381 T1763 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 645383 T1763 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> 645383 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 645390 T1763 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> 645390 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 645395 T1763 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> 645395 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 645397 T1763 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> 645398 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 645399 T1763 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> 645399 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 645401 T1763 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> 645402 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 645403 T1763 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> 645404 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 645405 T1763 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> 645406 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 645407 T1763 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> 645408 T1763 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 645474 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 645477 T1763 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49775
   [junit4]   2> 645478 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 645478 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 645478 T1763 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-1375556776244
   [junit4]   2> 645478 T1763 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-1375556776244/'
   [junit4]   2> 645487 T1763 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-1375556776244/solr.xml
   [junit4]   2> 645525 T1763 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 645527 T1763 oasc.CoreContainer.<init> New CoreContainer 185253154
   [junit4]   2> 645527 T1763 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-1375556776244/]
   [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 645530 T1763 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 645530 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 645532 T1763 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50913/solr
   [junit4]   2> 645533 T1763 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 645533 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645535 T1783 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ed30fef name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645535 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645537 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 645539 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645540 T1785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eb01565 name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645540 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645542 T1763 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 645544 T1763 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 645546 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 645547 T1763 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49775__%2Fe
   [junit4]   2> 645547 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49775__%2Fe
   [junit4]   2> 645551 T1763 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 645556 T1763 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 645558 T1763 oasc.Overseer.start Overseer (id=90148488854044675-127.0.0.1:49775__%2Fe-n_0000000000) starting
   [junit4]   2> 645560 T1763 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 645563 T1787 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 645563 T1763 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 645564 T1763 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 645566 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 645567 T1786 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 645572 T1763 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-1375556776244
   [junit4]   2> 645593 T1763 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-1375556776244/conf/
   [junit4]   2> 645594 T1763 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 645594 T1763 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 645594 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 645595 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 645597 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 645598 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645599 T1790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@587ed18 name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645599 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645600 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 645602 T1763 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 645667 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 645668 T1763 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36354
   [junit4]   2> 645669 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 645669 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 645669 T1763 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-1375556776436
   [junit4]   2> 645669 T1763 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-1375556776436/'
   [junit4]   2> 645678 T1763 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-1375556776436/solr.xml
   [junit4]   2> 645715 T1763 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 645715 T1763 oasc.CoreContainer.<init> New CoreContainer 1308236825
   [junit4]   2> 645716 T1763 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-1375556776436/]
   [junit4]   2> 645716 T1763 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 645718 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 645722 T1763 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50913/solr
   [junit4]   2> 645722 T1763 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 645722 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645724 T1801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54ad1724 name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645724 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645726 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 645728 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 645730 T1803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58508e7a name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 645730 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 645733 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 646735 T1763 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36354__%2Fe
   [junit4]   2> 646736 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36354__%2Fe
   [junit4]   2> 646740 T1785 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 646740 T1790 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 646740 T1803 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 646743 T1763 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-1375556776436
   [junit4]   2> 646765 T1763 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-1375556776436/conf/
   [junit4]   2> 646765 T1763 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 646766 T1763 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 646766 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 646766 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 646832 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 646834 T1763 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40077
   [junit4]   2> 646834 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 646835 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 646835 T1763 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-1375556777602
   [junit4]   2> 646835 T1763 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-1375556777602/'
   [junit4]   2> 646844 T1763 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-1375556777602/solr.xml
   [junit4]   2> 646883 T1763 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 646883 T1763 oasc.CoreContainer.<init> New CoreContainer 813968569
   [junit4]   2> 646883 T1763 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-1375556777602/]
   [junit4]   2> 646884 T1763 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 646884 T1763 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 646886 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 646889 T1763 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50913/solr
   [junit4]   2> 646889 T1763 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 646890 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 646891 T1815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6afdf4d7 name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 646891 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 646893 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 646895 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 646896 T1817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@496b7a15 name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 646897 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 646900 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 647902 T1763 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40077__%2Fe
   [junit4]   2> 647903 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40077__%2Fe
   [junit4]   2> 647906 T1803 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 647906 T1785 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 647906 T1790 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 647906 T1817 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 647909 T1763 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-1375556777602
   [junit4]   2> 647930 T1763 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-1375556777602/conf/
   [junit4]   2> 647930 T1763 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 647931 T1763 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 647931 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 647931 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 647997 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 647999 T1763 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51146
   [junit4]   2> 648000 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 648000 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 648000 T1763 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-1375556778768
   [junit4]   2> 648001 T1763 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-1375556778768/'
   [junit4]   2> 648010 T1763 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-1375556778768/solr.xml
   [junit4]   2> 648046 T1763 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 648047 T1763 oasc.CoreContainer.<init> New CoreContainer 463233314
   [junit4]   2> 648047 T1763 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-1375556778768/]
   [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 648050 T1763 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 648050 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 648052 T1763 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50913/solr
   [junit4]   2> 648053 T1763 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 648053 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 648055 T1829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cfc1587 name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 648055 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 648056 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 648059 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 648060 T1831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e175da5 name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 648060 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 648063 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 649065 T1763 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51146__%2Fe
   [junit4]   2> 649067 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51146__%2Fe
   [junit4]   2> 649070 T1785 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 649070 T1803 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 649070 T1817 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 649070 T1790 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 649070 T1831 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 649074 T1763 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-1375556778768
   [junit4]   2> 649095 T1763 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-1375556778768/conf/
   [junit4]   2> 649096 T1763 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 649096 T1763 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 649096 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 649097 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 649164 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 649166 T1763 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60012
   [junit4]   2> 649166 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 649167 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 649167 T1763 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-1375556779933
   [junit4]   2> 649167 T1763 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-1375556779933/'
   [junit4]   2> 649176 T1763 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-1375556779933/solr.xml
   [junit4]   2> 649212 T1763 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 649213 T1763 oasc.CoreContainer.<init> New CoreContainer 1853768290
   [junit4]   2> 649213 T1763 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-1375556779933/]
   [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 649216 T1763 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 649216 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 649218 T1763 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50913/solr
   [junit4]   2> 649219 T1763 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 649219 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 649221 T1843 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52b5c94 name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 649221 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 649222 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 649225 T1763 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 649226 T1845 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6377cd51 name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 649226 T1763 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 649228 T1763 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 650231 T1763 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60012__%2Fe
   [junit4]   2> 650232 T1763 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60012__%2Fe
   [junit4]   2> 650235 T1831 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650235 T1803 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650235 T1785 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650235 T1790 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650235 T1817 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650235 T1845 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 650239 T1763 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-1375556779933
   [junit4]   2> 650260 T1763 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-1375556779933/conf/
   [junit4]   2> 650260 T1763 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 650261 T1763 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 650261 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 650261 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 650264 T1763 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 650266 T1798 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 650268 T1785 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 650269 T1787 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> 650269 T1787 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> 651574 T1786 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 651575 T1786 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 651575 T1786 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 651579 T1785 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> 651579 T1845 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> 651579 T1803 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> 651579 T1831 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> 651579 T1817 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> 651579 T1790 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> 651672 T1787 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 651672 T1787 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:36354__%2Fe
   [junit4]   2> 651673 T1787 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:51146__%2Fe
   [junit4]   2> 651673 T1787 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:60012__%2Fe
   [junit4]   2> 651674 T1787 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:40077__%2Fe
   [junit4]   2> 651675 T1796 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 651675 T1824 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 651676 T1810 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 651675 T1840 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 651677 T1796 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 651677 T1824 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 651677 T1810 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 651677 T1840 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 653083 T1786 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 653085 T1786 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 653085 T1786 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36354__%2Fe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36354/_/e"}
   [junit4]   2> 653089 T1786 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 653090 T1786 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51146__%2Fe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51146/_/e"}
   [junit4]   2> 653093 T1786 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 653093 T1786 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40077__%2Fe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40077/_/e"}
   [junit4]   2> 653097 T1786 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 653097 T1786 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60012__%2Fe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60012/_/e"}
   [junit4]   2> 653101 T1831 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> 653101 T1803 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> 653101 T1817 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> 653101 T1790 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> 653101 T1845 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> 653101 T1785 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> 653677 T1796 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 653677 T1824 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 653678 T1840 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 653678 T1824 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-1375556778768/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-jetty3-1375556778768/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 653679 T1840 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-1375556779933/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-1375556779933/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 653679 T1824 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-jetty3-1375556778768/nodes_used_collection_shard1_replica2
   [junit4]   2> 653679 T1824 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 653678 T1796 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-1375556776436/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-jetty1-1375556776436/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 653680 T1796 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-jetty1-1375556776436/nodes_used_collection_shard1_replica1
   [junit4]   2> 653680 T1796 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 653678 T1810 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 653680 T1824 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 653681 T1796 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 653679 T1840 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-1375556779933/nodes_used_collection_shard2_replica1
   [junit4]   2> 653681 T1840 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 653681 T1796 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 653681 T1824 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 653681 T1810 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-1375556777602/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-jetty2-1375556777602/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 653682 T1840 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 653683 T1810 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-jetty2-1375556777602/nodes_used_collection_shard2_replica2
   [junit4]   2> 653683 T1810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 653683 T1796 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 653683 T1840 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 653684 T1810 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 653684 T1796 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 653683 T1824 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 653684 T1840 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 653684 T1810 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 653685 T1840 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 653685 T1824 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 653686 T1810 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 653686 T1810 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 653687 T1796 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 653687 T1840 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 653687 T1824 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 653688 T1810 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 653689 T1796 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-1375556776436/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 653689 T1824 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-1375556778768/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 653689 T1840 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-1375556779933/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 653690 T1810 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-1375556777602/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 653749 T1840 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 653750 T1824 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 653758 T1810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 653759 T1796 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 653796 T1824 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 653797 T1824 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 653798 T1840 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 653799 T1840 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 653804 T1824 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 653817 T1840 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 653818 T1810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 653820 T1810 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 653826 T1810 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 653840 T1796 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 653842 T1796 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 653862 T1796 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 654306 T1796 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 654311 T1796 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 654313 T1796 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 654329 T1796 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654333 T1796 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654336 T1796 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654337 T1796 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654337 T1796 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654337 T1796 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654343 T1796 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654343 T1796 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654343 T1796 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 654344 T1796 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-jetty1-1375556776436/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-jetty1-1375556776436//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 654344 T1796 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
   [junit4]   2> 654345 T1796 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-1375556776436//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 654345 T1796 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-1375556776436//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 654345 T1796 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-jetty1-1375556776436/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 654346 T1796 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-1375556776436//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 654347 T1796 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@45af3d39 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27139ddf),segFN=segments_1,generation=1}
   [junit4]   2> 654347 T1796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654350 T1796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 654351 T1796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654351 T1796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 654356 T1796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 654358 T1796 oass.SolrIndexSearcher.<init> Opening Searcher@183bc1db main
   [junit4]   2> 654358 T1796 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 654359 T1796 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 654360 T1824 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 654369 T1851 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@183bc1db main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 654369 T1796 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 654370 T1796 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:36354/_/e collection:nodes_used_collection shard:shard1
   [junit4]   2> 654370 T1796 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 654373 T1796 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 654374 T1824 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 654377 T1824 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 654378 T1810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 654378 T1796 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 654380 T1796 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 654383 T1810 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 654386 T1810 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 654388 T1824 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654393 T1824 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654395 T1824 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654396 T1824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654397 T1824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654397 T1824 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654397 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654398 T1824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654398 T1824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654398 T1824 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 654404 T1824 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-jetty3-1375556778768/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-jetty3-1375556778768//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 654405 T1824 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
   [junit4]   2> 654405 T1824 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-1375556778768//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 654406 T1824 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-1375556778768//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 654406 T1824 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-jetty3-1375556778768/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 654406 T1824 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-1375556778768//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 654406 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654408 T1824 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5efbbb26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@750e43bb),segFN=segments_1,generation=1}
   [junit4]   2> 654408 T1824 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654410 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654411 T1824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 654411 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654411 T1824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654412 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654412 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654412 T1824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654413 T1824 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 654413 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654413 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654413 T1824 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 654413 T1810 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 654414 T1824 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 654414 T1810 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-jetty2-1375556777602/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-jetty2-1375556777602//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 654414 T1810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
   [junit4]   2> 654414 T1824 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 654415 T1824 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 654415 T1810 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-1375556777602//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 654415 T1824 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 654415 T1810 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-1375556777602//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 654416 T1810 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-jetty2-1375556777602/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 654416 T1810 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-1375556777602//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 654418 T1824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 654418 T1810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@735f4366 lockFactory=org.apache.lucene.store.NativeFSLockFactory@121faa01),segFN=segments_1,generation=1}
   [junit4]   2> 654418 T1810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654420 T1824 oass.SolrIndexSearcher.<init> Opening Searcher@14419935 main
   [junit4]   2> 654420 T1824 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 654420 T1824 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 654421 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 654421 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654422 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654422 T1810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 654422 T1840 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 654423 T1852 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@14419935 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 654424 T1810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 654424 T1810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 654425 T1824 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 654425 T1824 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:51146/_/e collection:nodes_used_collection shard:shard1
   [junit4]   2> 654425 T1824 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 654426 T1810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 654427 T1840 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 654428 T1810 oass.SolrIndexSearcher.<init> Opening Searcher@51ba2e96 main
   [junit4]   2> 654429 T1810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 654429 T1810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 654430 T1840 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 654432 T1853 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@51ba2e96 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 654433 T1810 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 654433 T1810 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:40077/_/e collection:nodes_used_collection shard:shard2
   [junit4]   2> 654434 T1810 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 654436 T1810 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 654439 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654440 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 654443 T1810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 654444 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654446 T1840 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654447 T1840 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654447 T1840 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654448 T1840 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 654448 T1840 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 654449 T1840 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 654449 T1840 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 654449 T1840 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-1375556779933/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-1375556779933//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 654449 T1840 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
   [junit4]   2> 654450 T1840 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-1375556779933//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 654450 T1840 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-1375556779933//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 654451 T1840 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-1375556779933/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 654451 T1840 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-1375556779933//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 654452 T1840 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@f7a3e0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@74c393a),segFN=segments_1,generation=1}
   [junit4]   2> 654453 T1840 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654455 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 654456 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654456 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 654458 T1840 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 654458 T1840 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 654460 T1840 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 654463 T1840 oass.SolrIndexSearcher.<init> Opening Searcher@440ce99f main
   [junit4]   2> 654463 T1840 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 654463 T1840 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 654466 T1854 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@440ce99f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 654466 T1840 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 654467 T1840 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:60012/_/e collection:nodes_used_collection shard:shard2
   [junit4]   2> 654467 T1840 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 654608 T1786 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 654614 T1831 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> 654614 T1790 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> 654614 T1817 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> 654614 T1785 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> 654614 T1803 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> 654614 T1845 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> 654881 T1796 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 654881 T1796 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 654881 T1796 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36354/_/e/nodes_used_collection_shard1_replica1/
   [junit4]   2> 654882 T1796 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:36354/_/e START replicas=[http://127.0.0.1:51146/_/e/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 654882 T1796 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:36354/_/e DONE.  We have no versions.  sync failed.
   [junit4]   2> 654883 T1796 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 654883 T1796 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> 654884 T1796 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36354/_/e/nodes_used_collection_shard1_replica1/ shard1
   [junit4]   2> 654884 T1796 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C1492 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@38d1f671 url=http://127.0.0.1:51146/_/e/nodes_used_collection_shard1_replica2 node=127.0.0.1:51146__%2Fe C1492_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{state=down, core=nodes_used_collection_shard1_replica2, node_name=127.0.0.1:51146__%2Fe, base_url=http://127.0.0.1:51146/_/e}
   [junit4]   2> 654887 T1826 C1492 P51146 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_/e path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 654943 T1810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 654944 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - t

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

r.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 787614 T1763 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 142733 T1762 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 788389 T1845 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/a/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> 788389 T1845 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/b/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> 788390 T1845 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 788390 T1845 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> 788390 T1845 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 788390 T1845 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/d/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=Lucene41(blocksize=128), range_facet_l=PostingsFormat(name=SimpleText), text=Lucene41(blocksize=128), _version_=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=SimpleText), id=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=SimpleText), a_t=PostingsFormat(name=SimpleText), range_facet_sl=Lucene41(blocksize=128), range_facet_si=PostingsFormat(name=Lucene41VarGapFixedInterval), other_tl1=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval), a_si=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=cs_CZ, timezone=America/Monterrey
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=4,free=71441544,total=355241984
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, DistanceFunctionTest, TestJmxMonitoredMap, TestPartialUpdateDeduplication, TestCopyFieldCollectionResource, URLClassifyProcessorTest, HdfsDirectoryTest, HdfsRecoveryZkTest, TestDefaultSimilarityFactory, BadCopyFieldTest, TestLMJelinekMercerSimilarityFactory, LeaderElectionIntegrationTest, TestSuggestSpellingConverter, TestPostingsSolrHighlighter, ShardRoutingCustomTest, TestIndexingPerformance, RequiredFieldsTest, StandardRequestHandlerTest, NoCacheHeaderTest, CopyFieldTest, IndexReaderFactoryTest, TestCloudManagedSchema, ZkSolrClientTest, BasicZkTest, TestCSVResponseWriter, TestAtomicUpdateErrorCases, UniqFieldsUpdateProcessorFactoryTest, TestIndexSearcher, SolrPluginUtilsTest, DebugComponentTest, TestCodecSupport, DOMUtilTest, SuggesterTSTTest, JSONWriterTest, DirectUpdateHandlerTest, TestSolrXMLSerializer, TestLazyCores, TestSolrJ, TestDistributedSearch, FullSolrCloudDistribCmdsTest, TestSchemaResource, ZkNodePropsTest, TestRecoveryHdfs, QueryResultKeyTest, SolrIndexConfigTest, SignatureUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, PingRequestHandlerTest, SimplePostToolTest, TestPropInject, TestBinaryField, ShardSplitTest, SortByFunctionTest, HdfsCollectionsAPIDistributedZkTest, TestUtils, TestFoldingMultitermQuery, HighlighterTest, TestBinaryResponseWriter, HdfsBasicDistributedZk2Test, TestReloadAndDeleteDocs, CurrencyFieldOpenExchangeTest, TestAddFieldRealTimeGet, TestUniqueKeyFieldResource, TestCSVLoader, BadIndexSchemaTest, TestRTGBase, TestQuerySenderNoQuery, TestFiltering, TestFieldCollectionResource, TestMergePolicyConfig, FileUtilsTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 143.76s, 1 test, 1 error <<< FAILURES!

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



RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_25) - Build # 6865 - Failure!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

this test fails in 100% of all cases! No Jenkins run in 4.x or trunk succeeds. I have no idea which commit caused this.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> Sent: Saturday, August 03, 2013 9:16 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_25) - Build # 6865
> - Failure!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6865/
> Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
> 
> 1 tests failed.
> FAILED:
> org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
> 
> Error Message:
> Server refused connection at: http://127.0.0.1:36354/_/e
> 
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException: Server refused connection
> at: http://127.0.0.1:36354/_/e
> 	at
> __randomizedtesting.SeedInfo.seed([BD813602024DEE89:3C67B81A75128EB
> 5]:0)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:
> 428)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:
> 180)
> 	at
> org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollection
> sAPI(CollectionsAPIDistributedZkTest.java:764)
> 	at
> org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPI
> DistributedZkTest.java:159)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistri
> butedSearchTestCase.java:835)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:57)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> 	at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.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(ThreadL
> eakControl.java:442)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.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:36354 refused
> 	at
> org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnectio
> n(DefaultClientConnectionOperator.java:190)
> 	at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedCli
> entConnectionImpl.java:294)
> 	at
> org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequ
> estDirector.java:645)
> 	at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequest
> Director.java:480)
> 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:906)
> 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:805)
> 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:784)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:
> 365)
> 	... 44 more
> Caused by: java.net.ConnectException: Connection refused
> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
> 	at
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:3
> 39)
> 	at
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImp
> l.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(PlainSocke
> tFactory.java:127)
> 	at
> org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnectio
> n(DefaultClientConnectionOperator.java:180)
> 	... 51 more
> 
> 
> 
> 
> Build Log:
> [...truncated 9837 lines...]
>    [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
>    [junit4]   2> 644886 T1763
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
> system property: /_/e
>    [junit4]   2> 644890 T1763 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-1375556775724
>    [junit4]   2> 644890 T1763 oasc.ZkTestServer.run STARTING ZK TEST SERVER
>    [junit4]   2> 644891 T1764 oasc.ZkTestServer$ZKServerMain.runFromConfig
> Starting server
>    [junit4]   2> 644991 T1763 oasc.ZkTestServer.run start zk server on
> port:50913
>    [junit4]   2> 644992 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645370 T1770 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1660e2f9
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645371 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645371 T1763 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 645374 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645376 T1772 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@2079fa4f
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645376 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645376 T1763 oascc.SolrZkClient.makePath makePath:
> /collections/collection1
>    [junit4]   2> 645378 T1763 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/shards
>    [junit4]   2> 645380 T1763 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection
>    [junit4]   2> 645381 T1763 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/shards
>    [junit4]   2> 645383 T1763 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> 645383 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 645390 T1763 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> 645390 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/schema.xml
>    [junit4]   2> 645395 T1763 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> 645395 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/stopwords.txt
>    [junit4]   2> 645397 T1763 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> 645398 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/protwords.txt
>    [junit4]   2> 645399 T1763 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> 645399 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/currency.xml
>    [junit4]   2> 645401 T1763 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> 645402 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 645403 T1763 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> 645404 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 645405 T1763 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> 645406 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 645407 T1763 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> 645408 T1763 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/synonyms.txt
>    [junit4]   2> 645474 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 645477 T1763 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:49775
>    [junit4]   2> 645478 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 645478 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 645478 T1763 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-1375556776244
>    [junit4]   2> 645478 T1763 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-1375556776244/'
>    [junit4]   2> 645487 T1763 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-1375556776244/solr.xml
>    [junit4]   2> 645525 T1763 oasc.ConfigSolrXml.<init> Config-defined core
> root directory:
>    [junit4]   2> 645527 T1763 oasc.CoreContainer.<init> New CoreContainer
> 185253154
>    [junit4]   2> 645527 T1763 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-1375556776244/]
>    [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
>    [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
>    [junit4]   2> 645528 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 645529 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 645530 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 645530 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
>    [junit4]   2> 645532 T1763 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:50913/solr
>    [junit4]   2> 645533 T1763 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 645533 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645535 T1783 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@ed30fef
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645535 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645537 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=
> 120000&connTimeout=15000
>    [junit4]   2> 645539 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645540 T1785 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@3eb01565
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645540 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645542 T1763 oascc.SolrZkClient.makePath makePath:
> /overseer/queue
>    [junit4]   2> 645544 T1763 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 645546 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes
>    [junit4]   2> 645547 T1763 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49775__%2Fe
>    [junit4]   2> 645547 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:49775__%2Fe
>    [junit4]   2> 645551 T1763 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/election
>    [junit4]   2> 645556 T1763 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/leader
>    [junit4]   2> 645558 T1763 oasc.Overseer.start Overseer
> (id=90148488854044675-127.0.0.1:49775__%2Fe-n_0000000000) starting
>    [junit4]   2> 645560 T1763 oascc.SolrZkClient.makePath makePath:
> /overseer/queue-work
>    [junit4]   2> 645563 T1787 oasc.OverseerCollectionProcessor.run Process
> current queue of collection creations
>    [junit4]   2> 645563 T1763 oascc.SolrZkClient.makePath makePath:
> /clusterstate.json
>    [junit4]   2> 645564 T1763 oascc.SolrZkClient.makePath makePath:
> /aliases.json
>    [junit4]   2> 645566 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 645567 T1786 oasc.Overseer$ClusterStateUpdater.run Starting
> to work on the main queue
>    [junit4]   2> 645572 T1763 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-1375556776244
>    [junit4]   2> 645593 T1763 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-1375556776244/conf/
>    [junit4]   2> 645594 T1763 oasc.CorePropertiesLocator.discover Found 1 core
> definitions
>    [junit4]   2> 645594 T1763 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 645594 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> done
>    [junit4]   2> 645595 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 645597 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client, config:
>    [junit4]   2> 645598 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645599 T1790 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@587ed18
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645599 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645600 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 645602 T1763 oasc.ChaosMonkey.monkeyLog monkey: init -
> expire sessions:true cause connection loss:true
>    [junit4]   2> 645667 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 645668 T1763 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:36354
>    [junit4]   2> 645669 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 645669 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 645669 T1763 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-
> 1375556776436
>    [junit4]   2> 645669 T1763 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-
> 1375556776436/'
>    [junit4]   2> 645678 T1763 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-
> 1375556776436/solr.xml
>    [junit4]   2> 645715 T1763 oasc.ConfigSolrXml.<init> Config-defined core
> root directory:
>    [junit4]   2> 645715 T1763 oasc.CoreContainer.<init> New CoreContainer
> 1308236825
>    [junit4]   2> 645716 T1763 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-
> 1375556776436/]
>    [junit4]   2> 645716 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
>    [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
>    [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 645717 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 645718 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 645718 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
>    [junit4]   2> 645722 T1763 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:50913/solr
>    [junit4]   2> 645722 T1763 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 645722 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645724 T1801 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@54ad1724
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645724 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645726 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=
> 120000&connTimeout=15000
>    [junit4]   2> 645728 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 645730 T1803 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@58508e7a
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 645730 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 645733 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 646735 T1763 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36354__%2Fe
>    [junit4]   2> 646736 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:36354__%2Fe
>    [junit4]   2> 646740 T1785 oascc.ZkStateReader$3.process Updating live
> nodes... (2)
>    [junit4]   2> 646740 T1790 oascc.ZkStateReader$3.process Updating live
> nodes... (2)
>    [junit4]   2> 646740 T1803 oascc.ZkStateReader$3.process Updating live
> nodes... (2)
>    [junit4]   2> 646743 T1763 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-
> 1375556776436
>    [junit4]   2> 646765 T1763 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-
> 1375556776436/conf/
>    [junit4]   2> 646765 T1763 oasc.CorePropertiesLocator.discover Found 1 core
> definitions
>    [junit4]   2> 646766 T1763 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 646766 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> done
>    [junit4]   2> 646766 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 646832 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 646834 T1763 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:40077
>    [junit4]   2> 646834 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 646835 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 646835 T1763 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-
> 1375556777602
>    [junit4]   2> 646835 T1763 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-
> 1375556777602/'
>    [junit4]   2> 646844 T1763 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-
> 1375556777602/solr.xml
>    [junit4]   2> 646883 T1763 oasc.ConfigSolrXml.<init> Config-defined core
> root directory:
>    [junit4]   2> 646883 T1763 oasc.CoreContainer.<init> New CoreContainer
> 813968569
>    [junit4]   2> 646883 T1763 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-
> 1375556777602/]
>    [junit4]   2> 646884 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
>    [junit4]   2> 646884 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
>    [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 646885 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 646886 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 646886 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
>    [junit4]   2> 646889 T1763 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:50913/solr
>    [junit4]   2> 646889 T1763 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 646890 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 646891 T1815 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@6afdf4d7
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 646891 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 646893 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=
> 120000&connTimeout=15000
>    [junit4]   2> 646895 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 646896 T1817 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@496b7a15
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 646897 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 646900 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 647902 T1763 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40077__%2Fe
>    [junit4]   2> 647903 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:40077__%2Fe
>    [junit4]   2> 647906 T1803 oascc.ZkStateReader$3.process Updating live
> nodes... (3)
>    [junit4]   2> 647906 T1785 oascc.ZkStateReader$3.process Updating live
> nodes... (3)
>    [junit4]   2> 647906 T1790 oascc.ZkStateReader$3.process Updating live
> nodes... (3)
>    [junit4]   2> 647906 T1817 oascc.ZkStateReader$3.process Updating live
> nodes... (3)
>    [junit4]   2> 647909 T1763 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-
> 1375556777602
>    [junit4]   2> 647930 T1763 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-
> 1375556777602/conf/
>    [junit4]   2> 647930 T1763 oasc.CorePropertiesLocator.discover Found 1 core
> definitions
>    [junit4]   2> 647931 T1763 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 647931 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> done
>    [junit4]   2> 647931 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 647997 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 647999 T1763 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:51146
>    [junit4]   2> 648000 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 648000 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 648000 T1763 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-
> 1375556778768
>    [junit4]   2> 648001 T1763 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-
> 1375556778768/'
>    [junit4]   2> 648010 T1763 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-
> 1375556778768/solr.xml
>    [junit4]   2> 648046 T1763 oasc.ConfigSolrXml.<init> Config-defined core
> root directory:
>    [junit4]   2> 648047 T1763 oasc.CoreContainer.<init> New CoreContainer
> 463233314
>    [junit4]   2> 648047 T1763 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-
> 1375556778768/]
>    [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
>    [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
>    [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 648048 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 648049 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 648050 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 648050 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
>    [junit4]   2> 648052 T1763 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:50913/solr
>    [junit4]   2> 648053 T1763 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 648053 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 648055 T1829 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@3cfc1587
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 648055 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 648056 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=
> 120000&connTimeout=15000
>    [junit4]   2> 648059 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 648060 T1831 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@7e175da5
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 648060 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 648063 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 649065 T1763 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51146__%2Fe
>    [junit4]   2> 649067 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51146__%2Fe
>    [junit4]   2> 649070 T1785 oascc.ZkStateReader$3.process Updating live
> nodes... (4)
>    [junit4]   2> 649070 T1803 oascc.ZkStateReader$3.process Updating live
> nodes... (4)
>    [junit4]   2> 649070 T1817 oascc.ZkStateReader$3.process Updating live
> nodes... (4)
>    [junit4]   2> 649070 T1790 oascc.ZkStateReader$3.process Updating live
> nodes... (4)
>    [junit4]   2> 649070 T1831 oascc.ZkStateReader$3.process Updating live
> nodes... (4)
>    [junit4]   2> 649074 T1763 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-
> 1375556778768
>    [junit4]   2> 649095 T1763 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-
> 1375556778768/conf/
>    [junit4]   2> 649096 T1763 oasc.CorePropertiesLocator.discover Found 1 core
> definitions
>    [junit4]   2> 649096 T1763 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 649096 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> done
>    [junit4]   2> 649097 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 649164 T1763 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 649166 T1763 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:60012
>    [junit4]   2> 649166 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 649167 T1763 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 649167 T1763 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-
> 1375556779933
>    [junit4]   2> 649167 T1763 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-
> 1375556779933/'
>    [junit4]   2> 649176 T1763 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-
> 1375556779933/solr.xml
>    [junit4]   2> 649212 T1763 oasc.ConfigSolrXml.<init> Config-defined core
> root directory:
>    [junit4]   2> 649213 T1763 oasc.CoreContainer.<init> New CoreContainer
> 1853768290
>    [junit4]   2> 649213 T1763 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-
> 1375556779933/]
>    [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
>    [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
>    [junit4]   2> 649214 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 649215 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 649216 T1763 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 649216 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
>    [junit4]   2> 649218 T1763 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:50913/solr
>    [junit4]   2> 649219 T1763 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 649219 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 649221 T1843 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@52b5c94
> name:ZooKeeperConnection Watcher:127.0.0.1:50913 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 649221 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 649222 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=
> 120000&connTimeout=15000
>    [junit4]   2> 649225 T1763 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 649226 T1845 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@6377cd51
> name:ZooKeeperConnection Watcher:127.0.0.1:50913/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 649226 T1763 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 649228 T1763
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating
> cluster state from ZooKeeper...
>    [junit4]   2> 650231 T1763 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60012__%2Fe
>    [junit4]   2> 650232 T1763 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:60012__%2Fe
>    [junit4]   2> 650235 T1831 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650235 T1803 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650235 T1785 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650235 T1790 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650235 T1817 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650235 T1845 oascc.ZkStateReader$3.process Updating live
> nodes... (5)
>    [junit4]   2> 650239 T1763 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-
> 1375556779933
>    [junit4]   2> 650260 T1763 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-
> 1375556779933/conf/
>    [junit4]   2> 650260 T1763 oasc.CorePropertiesLocator.discover Found 1 core
> definitions
>    [junit4]   2> 650261 T1763 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 650261 T1763 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> done
>    [junit4]   2> 650261 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 650264 T1763 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=
> false
>    [junit4]   2> 650266 T1798 oasha.CollectionsHandler.handleCreateAction
> Creating Collection :
> numShards=2&name=nodes_used_collection&replicationFactor=2&action=C
> REATE&wt=javabin&version=2
>    [junit4]   2> 650268 T1785
> oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path:
> /overseer/collection-queue-work state: SyncConnected type
> NodeChildrenChanged
>    [junit4]   2> 650269 T1787 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> 650269 T1787
> 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> 651574 T1786 oascc.ZkStateReader.updateClusterState
> Updating cloud state from ZooKeeper...
>    [junit4]   2> 651575 T1786
> oasc.Overseer$ClusterStateUpdater.buildCollection building a new
> collection: nodes_used_collection
>    [junit4]   2> 651575 T1786
> oasc.Overseer$ClusterStateUpdater.createCollection Create collection
> nodes_used_collection with shards [shard1, shard2]
>    [junit4]   2> 651579 T1785 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> 651579 T1845 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> 651579 T1803 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> 651579 T1831 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> 651579 T1817 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> 651579 T1790 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> 651672 T1787
> oasc.OverseerCollectionProcessor.createCollection going to create cores
> replicas shardNames [shard1, shard2] , repFactor : 2
>    [junit4]   2> 651672 T1787
> 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:36354__%2Fe
>    [junit4]   2> 651673 T1787
> 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:51146__%2Fe
>    [junit4]   2> 651673 T1787
> 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:60012__%2Fe
>    [junit4]   2> 651674 T1787
> 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:40077__%2Fe
>    [junit4]   2> 651675 T1796 oasc.ZkController.publish publishing
> core=nodes_used_collection_shard1_replica1 state=down
>    [junit4]   2> 651675 T1824 oasc.ZkController.publish publishing
> core=nodes_used_collection_shard1_replica2 state=down
>    [junit4]   2> 651676 T1810 oasc.ZkController.publish publishing
> core=nodes_used_collection_shard2_replica2 state=down
>    [junit4]   2> 651675 T1840 oasc.ZkController.publish publishing
> core=nodes_used_collection_shard2_replica1 state=down
>    [junit4]   2> 651677 T1796 oasc.ZkController.waitForCoreNodeName look for
> our core node name
>    [junit4]   2> 651677 T1824 oasc.ZkController.waitForCoreNodeName look for
> our core node name
>    [junit4]   2> 651677 T1810 oasc.ZkController.waitForCoreNodeName look for
> our core node name
>    [junit4]   2> 651677 T1840 oasc.ZkController.waitForCoreNodeName look for
> our core node name
>    [junit4]   2> 653083 T1786 oascc.ZkStateReader.updateClusterState
> Updating cloud state from ZooKeeper...
>    [junit4]   2> 653085 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> WARN Could not find collection node for nodes_used_collection, skipping
> publish state
>    [junit4]   2> 653085 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> Update state numShards=2 message={
>    [junit4]   2> 	  "operation":"state",
>    [junit4]   2> 	  "core_node_name":"core_node1",
>    [junit4]   2> 	  "numShards":"2",
>    [junit4]   2> 	  "shard":"shard1",
>    [junit4]   2> 	  "roles":null,
>    [junit4]   2> 	  "state":"down",
>    [junit4]   2> 	  "shard_state":"active",
>    [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
>    [junit4]   2> 	  "collection":"nodes_used_collection",
>    [junit4]   2> 	  "shard_range":null,
>    [junit4]   2> 	  "node_name":"127.0.0.1:36354__%2Fe",
>    [junit4]   2> 	  "base_url":"http://127.0.0.1:36354/_/e"}
>    [junit4]   2> 653089 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> WARN Could not find collection node for nodes_used_collection, skipping
> publish state
>    [junit4]   2> 653090 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> Update state numShards=2 message={
>    [junit4]   2> 	  "operation":"state",
>    [junit4]   2> 	  "core_node_name":"core_node2",
>    [junit4]   2> 	  "numShards":"2",
>    [junit4]   2> 	  "shard":"shard1",
>    [junit4]   2> 	  "roles":null,
>    [junit4]   2> 	  "state":"down",
>    [junit4]   2> 	  "shard_state":"active",
>    [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
>    [junit4]   2> 	  "collection":"nodes_used_collection",
>    [junit4]   2> 	  "shard_range":null,
>    [junit4]   2> 	  "node_name":"127.0.0.1:51146__%2Fe",
>    [junit4]   2> 	  "base_url":"http://127.0.0.1:51146/_/e"}
>    [junit4]   2> 653093 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> WARN Could not find collection node for nodes_used_collection, skipping
> publish state
>    [junit4]   2> 653093 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> Update state numShards=2 message={
>    [junit4]   2> 	  "operation":"state",
>    [junit4]   2> 	  "core_node_name":"core_node3",
>    [junit4]   2> 	  "numShards":"2",
>    [junit4]   2> 	  "shard":"shard2",
>    [junit4]   2> 	  "roles":null,
>    [junit4]   2> 	  "state":"down",
>    [junit4]   2> 	  "shard_state":"active",
>    [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
>    [junit4]   2> 	  "collection":"nodes_used_collection",
>    [junit4]   2> 	  "shard_range":null,
>    [junit4]   2> 	  "node_name":"127.0.0.1:40077__%2Fe",
>    [junit4]   2> 	  "base_url":"http://127.0.0.1:40077/_/e"}
>    [junit4]   2> 653097 T1786 oasc.Overseer$ClusterStateUpdater.updateState
> WARN Could not find collection node for nodes_used_collection, skipping
> publish state
>    [junit4]   2> 653097 T1786 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_replica1",
>    [junit4]   2> 	  "collection":"nodes_used_collection",
>    [junit4]   2> 	  "shard_range":null,
>    [junit4]   2> 	  "node_name":"127.0.0.1:60012__%2Fe",
>    [junit4]   2> 	  "base_url":"http://127.0.0.1:60012/_/e"}
>    [junit4]   2> 653101 T1831 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> 653101 T1803 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> 653101 T1817 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> 653101 T1790 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> 653101 T1845 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> 653101 T1785 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> 653677 T1796 oasc.ZkController.waitForShardId waiting to find
> shard id in clusterstate for nodes_used_collection_shard1_replica1
>    [junit4]   2> 653677 T1824 oasc.ZkController.waitForShardId waiting to find
> shard id in clusterstate for nodes_used_collection_shard1_replica2
>    [junit4]   2> 653678 T1840 oasc.ZkController.waitForShardId waiting to find
> shard id in clusterstate for nodes_used_collection_shard2_replica1
>    [junit4]   2> 653678 T1824 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-
> 1375556778768/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-jetty3-
> 1375556778768/nodes_used_collection_shard1_replica2/core.properties (No
> such file or directory)
>    [junit4]   2> 653679 T1840 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-
> 1375556779933/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-
> 1375556779933/nodes_used_collection_shard2_replica1/core.properties (No
> such file or directory)
>    [junit4]   2> 653679 T1824 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-jetty3-
> 1375556778768/nodes_used_collection_shard1_replica2
>    [junit4]   2> 653679 T1824 oasc.ZkController.createCollectionZkNode Check
> for collection zkNode:nodes_used_collection
>    [junit4]   2> 653678 T1796 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-
> 1375556776436/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-jetty1-
> 1375556776436/nodes_used_collection_shard1_replica1/core.properties (No
> such file or directory)
>    [junit4]   2> 653680 T1796 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-jetty1-
> 1375556776436/nodes_used_collection_shard1_replica1
>    [junit4]   2> 653680 T1796 oasc.ZkController.createCollectionZkNode Check
> for collection zkNode:nodes_used_collection
>    [junit4]   2> 653678 T1810 oasc.ZkController.waitForShardId waiting to find
> shard id in clusterstate for nodes_used_collection_shard2_replica2
>    [junit4]   2> 653680 T1824 oasc.ZkController.createCollectionZkNode
> Creating collection in ZooKeeper:nodes_used_collection
>    [junit4]   2> 653681 T1796 oasc.ZkController.createCollectionZkNode
> Creating collection in ZooKeeper:nodes_used_collection
>    [junit4]   2> 653679 T1840 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-
> 1375556779933/nodes_used_collection_shard2_replica1
>    [junit4]   2> 653681 T1840 oasc.ZkController.createCollectionZkNode Check
> for collection zkNode:nodes_used_collection
>    [junit4]   2> 653681 T1796 oasc.ZkController.getConfName Looking for
> collection configName
>    [junit4]   2> 653681 T1824 oasc.ZkController.getConfName Looking for
> collection configName
>    [junit4]   2> 653681 T1810 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-
> 1375556777602/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-jetty2-
> 1375556777602/nodes_used_collection_shard2_replica2/core.properties (No
> such file or directory)
>    [junit4]   2> 653682 T1840 oasc.ZkController.createCollectionZkNode
> Creating collection in ZooKeeper:nodes_used_collection
>    [junit4]   2> 653683 T1810 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-jetty2-
> 1375556777602/nodes_used_collection_shard2_replica2
>    [junit4]   2> 653683 T1810 oasc.ZkController.createCollectionZkNode Check
> for collection zkNode:nodes_used_collection
>    [junit4]   2> 653683 T1796 oasc.ZkController.getConfName Only one config
> set found in zk - using it:conf1
>    [junit4]   2> 653683 T1840 oasc.ZkController.getConfName Looking for
> collection configName
>    [junit4]   2> 653684 T1810 oasc.ZkController.createCollectionZkNode
> Creating collection in ZooKeeper:nodes_used_collection
>    [junit4]   2> 653684 T1796 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection
>    [junit4]   2> 653683 T1824 oasc.ZkController.getConfName Only one config
> set found in zk - using it:conf1
>    [junit4]   2> 653684 T1840 oasc.ZkController.getConfName Only one config
> set found in zk - using it:conf1
>    [junit4]   2> 653684 T1810 oasc.ZkController.getConfName Looking for
> collection configName
>    [junit4]   2> 653685 T1840 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection
>    [junit4]   2> 653685 T1824 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection
>    [junit4]   2> 653686 T1810 oasc.ZkController.getConfName Only one config
> set found in zk - using it:conf1
>    [junit4]   2> 653686 T1810 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection
>    [junit4]   2> 653687 T1796 oasc.ZkController.readConfigName Load
> collection config from:/collections/nodes_used_collection
>    [junit4]   2> 653687 T1840 oasc.ZkController.readConfigName Load
> collection config from:/collections/nodes_used_collection
>    [junit4]   2> 653687 T1824 oasc.ZkController.readConfigName Load
> collection config from:/collections/nodes_used_collection
>    [junit4]   2> 653688 T1810 oasc.ZkController.readConfigName Load
> collection config from:/collections/nodes_used_collection
>    [junit4]   2> 653689 T1796 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-
> 1375556776436/nodes_used_collection_shard1_replica1/'
>    [junit4]   2> 653689 T1824 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-
> 1375556778768/nodes_used_collection_shard1_replica2/'
>    [junit4]   2> 653689 T1840 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-
> 1375556779933/nodes_used_collection_shard2_replica1/'
>    [junit4]   2> 653690 T1810 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-
> 1375556777602/nodes_used_collection_shard2_replica2/'
>    [junit4]   2> 653749 T1840 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_50
>    [junit4]   2> 653750 T1824 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_50
>    [junit4]   2> 653758 T1810 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_50
>    [junit4]   2> 653759 T1796 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_50
>    [junit4]   2> 653796 T1824 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 653797 T1824 oass.IndexSchema.readSchema Reading Solr
> Schema from schema.xml
>    [junit4]   2> 653798 T1840 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 653799 T1840 oass.IndexSchema.readSchema Reading Solr
> Schema from schema.xml
>    [junit4]   2> 653804 T1824 oass.IndexSchema.readSchema
> [nodes_used_collection_shard1_replica2] Schema name=test
>    [junit4]   2> 653817 T1840 oass.IndexSchema.readSchema
> [nodes_used_collection_shard2_replica1] Schema name=test
>    [junit4]   2> 653818 T1810 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 653820 T1810 oass.IndexSchema.readSchema Reading Solr
> Schema from schema.xml
>    [junit4]   2> 653826 T1810 oass.IndexSchema.readSchema
> [nodes_used_collection_shard2_replica2] Schema name=test
>    [junit4]   2> 653840 T1796 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 653842 T1796 oass.IndexSchema.readSchema Reading Solr
> Schema from schema.xml
>    [junit4]   2> 653862 T1796 oass.IndexSchema.readSchema
> [nodes_used_collection_shard1_replica1] Schema name=test
>    [junit4]   2> 654306 T1796 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 654311 T1796 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 654313 T1796 oass.IndexSchema.readSchema unique key field:
> id
>    [junit4]   2> 654329 T1796 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654333 T1796 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654336 T1796 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654337 T1796
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654337 T1796
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654337 T1796 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654343 T1796
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654343 T1796
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654343 T1796 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 654344 T1796 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-jetty1-
> 1375556776436/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-jetty1-
> 1375556776436//nodes_used_collection_shard1_replica1/data/
>    [junit4]   2> 654344 T1796 oasc.JmxMonitoredMap.<init> JMX monitoring is
> enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
>    [junit4]   2> 654345 T1796 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-
> 1375556776436//nodes_used_collection_shard1_replica1/data
>    [junit4]   2> 654345 T1796 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-
> 1375556776436//nodes_used_collection_shard1_replica1/data/index/
>    [junit4]   2> 654345 T1796 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-jetty1-
> 1375556776436/nodes_used_collection_shard1_replica1/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 654346 T1796 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-
> 1375556776436//nodes_used_collection_shard1_replica1/data/index
>    [junit4]   2> 654347 T1796 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirector
> y@45af3d39
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@27139ddf),segF
> N=segments_1,generation=1}
>    [junit4]   2> 654347 T1796 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 654350 T1796 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 654351 T1796 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 654351 T1796 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
>    [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig
> created /get: solr.RealTimeGetHandler
>    [junit4]   2> 654352 T1796 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: solr.ReplicationHandler
>    [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
>    [junit4]   2> 654353 T1796 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 654356 T1796 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 654358 T1796 oass.SolrIndexSearcher.<init> Opening
> Searcher@183bc1db main
>    [junit4]   2> 654358 T1796 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 654359 T1796 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 654360 T1824 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 654369 T1851 oasc.SolrCore.registerSearcher
> [nodes_used_collection_shard1_replica1] Registered new searcher
> Searcher@183bc1db main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 654369 T1796 oasc.CoreContainer.registerCore registering core:
> nodes_used_collection_shard1_replica1
>    [junit4]   2> 654370 T1796 oasc.ZkController.register Register replica -
> core:nodes_used_collection_shard1_replica1
> address:http://127.0.0.1:36354/_/e collection:nodes_used_collection
> shard:shard1
>    [junit4]   2> 654370 T1796 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=
> 15000&socketTimeout=30000&retry=false
>    [junit4]   2> 654373 T1796 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection/leader_elect/shard1/election
>    [junit4]   2> 654374 T1824 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 654377 T1824 oass.IndexSchema.readSchema unique key field:
> id
>    [junit4]   2> 654378 T1810 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 654378 T1796
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader
> process for shard shard1
>    [junit4]   2> 654380 T1796
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until
> we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
>    [junit4]   2> 654383 T1810 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 654386 T1810 oass.IndexSchema.readSchema unique key field:
> id
>    [junit4]   2> 654388 T1824 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654393 T1824 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654395 T1824 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654396 T1824
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654397 T1824
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654397 T1824 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654397 T1810 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654398 T1824
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654398 T1824
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654398 T1824 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 654404 T1824 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-jetty3-
> 1375556778768/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-jetty3-
> 1375556778768//nodes_used_collection_shard1_replica2/data/
>    [junit4]   2> 654405 T1824 oasc.JmxMonitoredMap.<init> JMX monitoring is
> enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
>    [junit4]   2> 654405 T1824 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-
> 1375556778768//nodes_used_collection_shard1_replica2/data
>    [junit4]   2> 654406 T1824 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-
> 1375556778768//nodes_used_collection_shard1_replica2/data/index/
>    [junit4]   2> 654406 T1824 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-jetty3-
> 1375556778768/nodes_used_collection_shard1_replica2/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 654406 T1824 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-
> 1375556778768//nodes_used_collection_shard1_replica2/data/index
>    [junit4]   2> 654406 T1810 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654408 T1824 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirector
> y@5efbbb26
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@750e43bb),segF
> N=segments_1,generation=1}
>    [junit4]   2> 654408 T1824 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 654410 T1810 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654411 T1824 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 654411 T1810
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654411 T1824 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 654412 T1810
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654412 T1810 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654412 T1824 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 654413 T1824 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
>    [junit4]   2> 654413 T1810
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654413 T1810
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654413 T1824 oasc.RequestHandlers.initHandlersFromConfig
> created /get: solr.RealTimeGetHandler
>    [junit4]   2> 654413 T1810 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 654414 T1824 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 654414 T1810 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-jetty2-
> 1375556777602/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-jetty2-
> 1375556777602//nodes_used_collection_shard2_replica2/data/
>    [junit4]   2> 654414 T1810 oasc.JmxMonitoredMap.<init> JMX monitoring is
> enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
>    [junit4]   2> 654414 T1824 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: solr.ReplicationHandler
>    [junit4]   2> 654415 T1824 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
>    [junit4]   2> 654415 T1810 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-
> 1375556777602//nodes_used_collection_shard2_replica2/data
>    [junit4]   2> 654415 T1824 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 654415 T1810 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-
> 1375556777602//nodes_used_collection_shard2_replica2/data/index/
>    [junit4]   2> 654416 T1810 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-jetty2-
> 1375556777602/nodes_used_collection_shard2_replica2/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 654416 T1810 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-
> 1375556777602//nodes_used_collection_shard2_replica2/data/index
>    [junit4]   2> 654418 T1824 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 654418 T1810 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirector
> y@735f4366
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@121faa01),segFN
> =segments_1,generation=1}
>    [junit4]   2> 654418 T1810 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 654420 T1824 oass.SolrIndexSearcher.<init> Opening
> Searcher@14419935 main
>    [junit4]   2> 654420 T1824 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 654420 T1824 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 654421 T1810 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 654421 T1810 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 654422 T1810 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 654422 T1810 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
>    [junit4]   2> 654422 T1840 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig
> created /get: solr.RealTimeGetHandler
>    [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 654423 T1852 oasc.SolrCore.registerSearcher
> [nodes_used_collection_shard1_replica2] Registered new searcher
> Searcher@14419935 main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 654423 T1810 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: solr.ReplicationHandler
>    [junit4]   2> 654424 T1810 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
>    [junit4]   2> 654424 T1810 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 654425 T1824 oasc.CoreContainer.registerCore registering core:
> nodes_used_collection_shard1_replica2
>    [junit4]   2> 654425 T1824 oasc.ZkController.register Register replica -
> core:nodes_used_collection_shard1_replica2
> address:http://127.0.0.1:51146/_/e collection:nodes_used_collection
> shard:shard1
>    [junit4]   2> 654425 T1824 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=
> 15000&socketTimeout=30000&retry=false
>    [junit4]   2> 654426 T1810 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 654427 T1840 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 654428 T1810 oass.SolrIndexSearcher.<init> Opening
> Searcher@51ba2e96 main
>    [junit4]   2> 654429 T1810 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 654429 T1810 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 654430 T1840 oass.IndexSchema.readSchema unique key field:
> id
>    [junit4]   2> 654432 T1853 oasc.SolrCore.registerSearcher
> [nodes_used_collection_shard2_replica2] Registered new searcher
> Searcher@51ba2e96 main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 654433 T1810 oasc.CoreContainer.registerCore registering core:
> nodes_used_collection_shard2_replica2
>    [junit4]   2> 654433 T1810 oasc.ZkController.register Register replica -
> core:nodes_used_collection_shard2_replica2
> address:http://127.0.0.1:40077/_/e collection:nodes_used_collection
> shard:shard2
>    [junit4]   2> 654434 T1810 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=
> 15000&socketTimeout=30000&retry=false
>    [junit4]   2> 654436 T1810 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection/leader_elect/shard2/election
>    [junit4]   2> 654439 T1840 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654440 T1810
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader
> process for shard shard2
>    [junit4]   2> 654443 T1810
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until
> we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
>    [junit4]   2> 654444 T1840 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 654446 T1840 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654447 T1840
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654447 T1840
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654448 T1840 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 654448 T1840
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Unknown key IMPORTANT NOTE
>    [junit4]   2> 654449 T1840
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
> Expected key, got STRING
>    [junit4]   2> 654449 T1840 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 654449 T1840 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-
> 1375556779933/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-
> 1375556779933//nodes_used_collection_shard2_replica1/data/
>    [junit4]   2> 654449 T1840 oasc.JmxMonitoredMap.<init> JMX monitoring is
> enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@675cfa96
>    [junit4]   2> 654450 T1840 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-
> 1375556779933//nodes_used_collection_shard2_replica1/data
>    [junit4]   2> 654450 T1840 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-
> 1375556779933//nodes_used_collection_shard2_replica1/data/index/
>    [junit4]   2> 654451 T1840 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-
> 1375556779933/nodes_used_collection_shard2_replica1/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 654451 T1840 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-
> 1375556779933//nodes_used_collection_shard2_replica1/data/index
>    [junit4]   2> 654452 T1840 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirector
> y@f7a3e0d
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@74c393a),segFN
> =segments_1,generation=1}
>    [junit4]   2> 654453 T1840 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 654455 T1840 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 654456 T1840 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 654456 T1840 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
>    [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig
> created /get: solr.RealTimeGetHandler
>    [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 654457 T1840 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: solr.ReplicationHandler
>    [junit4]   2> 654458 T1840 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
>    [junit4]   2> 654458 T1840 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 654460 T1840 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 654463 T1840 oass.SolrIndexSearcher.<init> Opening
> Searcher@440ce99f main
>    [junit4]   2> 654463 T1840 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 654463 T1840 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 654466 T1854 oasc.SolrCore.registerSearcher
> [nodes_used_collection_shard2_replica1] Registered new searcher
> Searcher@440ce99f main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 654466 T1840 oasc.CoreContainer.registerCore registering core:
> nodes_used_collection_shard2_replica1
>    [junit4]   2> 654467 T1840 oasc.ZkController.register Register replica -
> core:nodes_used_collection_shard2_replica1
> address:http://127.0.0.1:60012/_/e collection:nodes_used_collection
> shard:shard2
>    [junit4]   2> 654467 T1840 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=
> 15000&socketTimeout=30000&retry=false
>    [junit4]   2> 654608 T1786 oascc.ZkStateReader.updateClusterState
> Updating cloud state from ZooKeeper...
>    [junit4]   2> 654614 T1831 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> 654614 T1790 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> 654614 T1817 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> 654614 T1785 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> 654614 T1803 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> 654614 T1845 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> 654881 T1796
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough
> replicas found to continue.
>    [junit4]   2> 654881 T1796
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader
> - try and sync
>    [junit4]   2> 654881 T1796 oasc.SyncStrategy.sync Sync replicas to
> http://127.0.0.1:36354/_/e/nodes_used_collection_shard1_replica1/
>    [junit4]   2> 654882 T1796 oasu.PeerSync.sync PeerSync:
> core=nodes_used_collection_shard1_replica1
> url=http://127.0.0.1:36354/_/e START
> replicas=[http://127.0.0.1:51146/_/e/nodes_used_collection_shard1_replica
> 2/] nUpdates=100
>    [junit4]   2> 654882 T1796 oasu.PeerSync.sync PeerSync:
> core=nodes_used_collection_shard1_replica1
> url=http://127.0.0.1:36354/_/e DONE.  We have no versions.  sync failed.
>    [junit4]   2> 654883 T1796 oasc.SyncStrategy.syncReplicas Leader's attempt
> to sync with shard failed, moving to the next candidate
>    [junit4]   2> 654883 T1796
> 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> 654884 T1796
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:36354/_/e/nodes_used_collection_shard1_replica1/ shard1
>    [junit4]   2> 654884 T1796 oascc.SolrZkClient.makePath makePath:
> /collections/nodes_used_collection/leaders/shard1
>    [junit4]   2> ASYNC  NEW_CORE C1492
> name=nodes_used_collection_shard1_replica2
> org.apache.solr.core.SolrCore@38d1f671
> url=http://127.0.0.1:51146/_/e/nodes_used_collection_shard1_replica2
> node=127.0.0.1:51146__%2Fe C1492_STATE=coll:nodes_used_collection
> core:nodes_used_collection_shard1_replica2 props:{state=down,
> core=nodes_used_collection_shard1_replica2,
> node_name=127.0.0.1:51146__%2Fe, base_url=http://127.0.0.1:51146/_/e}
>    [junit4]   2> 654887 T1826 C1492 P51146 oasc.SolrCore.execute
> [nodes_used_collection_shard1_replica2] webapp=/_/e path=/get
> params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2}
> status=0 QTime=0
>    [junit4]   2> 654943 T1810
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough
> replicas found to continue.
>    [junit4]   2> 654944 T1810
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader
> - t
> 
> [...truncated too long message...]
> 
> r.java:480)
>    [junit4]    > 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:906)
>    [junit4]    > 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:805)
>    [junit4]    > 	at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.ja
> va:784)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:
> 365)
>    [junit4]    > 	... 44 more
>    [junit4]    > Caused by: java.net.ConnectException: Connection refused
>    [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
>    [junit4]    > 	at
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:3
> 39)
>    [junit4]    > 	at
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImp
> l.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(PlainSocke
> tFactory.java:127)
>    [junit4]    > 	at
> org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnectio
> n(DefaultClientConnectionOperator.java:180)
>    [junit4]    > 	... 51 more
>    [junit4]   2> 787614 T1763 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 142733 T1762 ccr.ThreadLeakControl.checkThreadLeaks
> WARNING Will linger awaiting termination of 1 leaked thread(s).
>    [junit4]   2> 788389 T1845 oasc.LeaderElector$1.process WARN
> org.apache.zookeeper.KeeperException$SessionExpiredException:
> KeeperErrorCode = Session expired for
> /collections/new_implicit_coll_0/leader_elect/a/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(ZkCmdExecu
> tor.java:65)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:23
> 2)
>    [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.ja
> va:519)
>    [junit4]   2> 	at
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> 788389 T1845 oasc.LeaderElector$1.process WARN
> org.apache.zookeeper.KeeperException$SessionExpiredException:
> KeeperErrorCode = Session expired for
> /collections/new_implicit_coll_0/leader_elect/b/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(ZkCmdExecu
> tor.java:65)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:23
> 2)
>    [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.ja
> va:519)
>    [junit4]   2> 	at
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> 788390 T1845 oascc.ZkStateReader$3.process WARN ZooKeeper
> watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 788390 T1845 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> 788390 T1845 oascc.ZkStateReader$2.process WARN ZooKeeper
> watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 788390 T1845 oasc.LeaderElector$1.process WARN
> org.apache.zookeeper.KeeperException$SessionExpiredException:
> KeeperErrorCode = Session expired for
> /collections/new_implicit_coll_0/leader_elect/d/election
>    [junit4]   2> 	at
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>    [junit4]   2> 	at
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>    [junit4]   2> 	at
> org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecu
> tor.java:65)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:23
> 2)
>    [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.ja
> va:519)
>    [junit4]   2> 	at
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> NOTE: test params are: codec=Lucene42:
> {_route_=Lucene41(blocksize=128),
> range_facet_l=PostingsFormat(name=SimpleText),
> text=Lucene41(blocksize=128),
> _version_=PostingsFormat(name=SimpleText),
> intDefault=PostingsFormat(name=SimpleText),
> id=PostingsFormat(name=MockRandom),
> timestamp=PostingsFormat(name=SimpleText),
> a_t=PostingsFormat(name=SimpleText),
> range_facet_sl=Lucene41(blocksize=128),
> range_facet_si=PostingsFormat(name=Lucene41VarGapFixedInterval),
> other_tl1=PostingsFormat(name=SimpleText),
> multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval),
> a_si=PostingsFormat(name=Lucene41VarGapFixedInterval)},
> docValues:{timestamp=DocValuesFormat(name=Asserting)},
> sim=DefaultSimilarity, locale=cs_CZ, timezone=America/Monterrey
>    [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation
> 1.7.0_25 (64-bit)/cpus=8,threads=4,free=71441544,total=355241984
>    [junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest,
> DistanceFunctionTest, TestJmxMonitoredMap,
> TestPartialUpdateDeduplication, TestCopyFieldCollectionResource,
> URLClassifyProcessorTest, HdfsDirectoryTest, HdfsRecoveryZkTest,
> TestDefaultSimilarityFactory, BadCopyFieldTest,
> TestLMJelinekMercerSimilarityFactory, LeaderElectionIntegrationTest,
> TestSuggestSpellingConverter, TestPostingsSolrHighlighter,
> ShardRoutingCustomTest, TestIndexingPerformance, RequiredFieldsTest,
> StandardRequestHandlerTest, NoCacheHeaderTest, CopyFieldTest,
> IndexReaderFactoryTest, TestCloudManagedSchema, ZkSolrClientTest,
> BasicZkTest, TestCSVResponseWriter, TestAtomicUpdateErrorCases,
> UniqFieldsUpdateProcessorFactoryTest, TestIndexSearcher,
> SolrPluginUtilsTest, DebugComponentTest, TestCodecSupport, DOMUtilTest,
> SuggesterTSTTest, JSONWriterTest, DirectUpdateHandlerTest,
> TestSolrXMLSerializer, TestLazyCores, TestSolrJ, TestDistributedSearch,
> FullSolrCloudDistribCmdsTest, TestSchemaResource, ZkNodePropsTest,
> TestRecoveryHdfs, QueryResultKeyTest, SolrIndexConfigTest,
> SignatureUpdateProcessorFactoryTest, SpellPossibilityIteratorTest,
> PingRequestHandlerTest, SimplePostToolTest, TestPropInject,
> TestBinaryField, ShardSplitTest, SortByFunctionTest,
> HdfsCollectionsAPIDistributedZkTest, TestUtils, TestFoldingMultitermQuery,
> HighlighterTest, TestBinaryResponseWriter, HdfsBasicDistributedZk2Test,
> TestReloadAndDeleteDocs, CurrencyFieldOpenExchangeTest,
> TestAddFieldRealTimeGet, TestUniqueKeyFieldResource, TestCSVLoader,
> BadIndexSchemaTest, TestRTGBase, TestQuerySenderNoQuery,
> TestFiltering, TestFieldCollectionResource, TestMergePolicyConfig,
> FileUtilsTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest]
>    [junit4] Completed on J1 in 143.76s, 1 test, 1 error <<< FAILURES!
> 
> [...truncated 481 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: 37 minutes 40 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -
> XX:+UseSerialGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org