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/02 20:00:13 UTC

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

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

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

Error Message:
Server refused connection at: http://127.0.0.1:32956/_fs

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:32956/_fs
	at __randomizedtesting.SeedInfo.seed([3EBF7E2E7956BE0B:BF59F0360E09DE37]: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:32956 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 9816 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 742469 T2433 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_fs/
   [junit4]   2> 742472 T2433 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-1375465867670
   [junit4]   2> 742473 T2433 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 742473 T2434 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 742573 T2433 oasc.ZkTestServer.run start zk server on port:50263
   [junit4]   2> 742575 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742846 T2440 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6195c3d5 name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742846 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742847 T2433 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 742855 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742857 T2442 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d240d9d name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742858 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742858 T2433 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 742863 T2433 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 742868 T2433 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 742872 T2433 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 742876 T2433 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> 742876 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 742883 T2433 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> 742884 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 742889 T2433 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> 742889 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 742893 T2433 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> 742894 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 742898 T2433 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> 742898 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 742903 T2433 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> 742903 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 742907 T2433 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> 742908 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 742912 T2433 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> 742913 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 742917 T2433 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> 742918 T2433 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 742990 T2433 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 742993 T2433 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45966
   [junit4]   2> 742993 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 742994 T2433 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 742994 T2433 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-1375465868120
   [junit4]   2> 742994 T2433 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-1375465868120/'
   [junit4]   2> 743003 T2433 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-1375465868120/solr.xml
   [junit4]   2> 743031 T2433 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 743032 T2433 oasc.CoreContainer.<init> New CoreContainer 39261213
   [junit4]   2> 743032 T2433 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-1375465868120/]
   [junit4]   2> 743033 T2433 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 743033 T2433 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 743033 T2433 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 743033 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 743034 T2433 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 743034 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 743034 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 743034 T2433 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 743035 T2433 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 743035 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 743037 T2433 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50263/solr
   [junit4]   2> 743038 T2433 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 743038 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743040 T2453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fd33352 name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743041 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743042 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 743044 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743046 T2455 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f6546b8 name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743046 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743048 T2433 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 743053 T2433 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 743057 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 743060 T2433 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45966__fs
   [junit4]   2> 743061 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45966__fs
   [junit4]   2> 743063 T2433 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 743068 T2433 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 743070 T2433 oasc.Overseer.start Overseer (id=90142531103817731-127.0.0.1:45966__fs-n_0000000000) starting
   [junit4]   2> 743074 T2433 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 743079 T2457 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 743079 T2433 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 743082 T2433 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 743084 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 743088 T2456 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 743092 T2433 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-1375465868120
   [junit4]   2> 743131 T2433 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-1375465868120/conf/
   [junit4]   2> 743131 T2433 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 743132 T2433 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 743132 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 743132 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 743134 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 743135 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743136 T2460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@486db394 name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743137 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743138 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 743140 T2433 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 743195 T2433 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 743197 T2433 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:32956
   [junit4]   2> 743198 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 743198 T2433 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 743198 T2433 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-1375465868337
   [junit4]   2> 743198 T2433 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-1375465868337/'
   [junit4]   2> 743206 T2433 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-1375465868337/solr.xml
   [junit4]   2> 743234 T2433 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 743234 T2433 oasc.CoreContainer.<init> New CoreContainer 1238022676
   [junit4]   2> 743234 T2433 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-1375465868337/]
   [junit4]   2> 743235 T2433 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 743236 T2433 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 743236 T2433 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 743236 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 743236 T2433 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 743236 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 743237 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 743237 T2433 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 743237 T2433 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 743237 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 743240 T2433 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50263/solr
   [junit4]   2> 743240 T2433 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 743240 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743242 T2471 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7deb19fe name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743242 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743243 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 743245 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743247 T2473 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65247948 name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743247 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743253 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 744258 T2433 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32956__fs
   [junit4]   2> 744260 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32956__fs
   [junit4]   2> 744266 T2455 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 744266 T2473 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 744266 T2460 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 744274 T2433 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-1375465868337
   [junit4]   2> 744303 T2433 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-1375465868337/conf/
   [junit4]   2> 744304 T2433 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 744304 T2433 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 744305 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 744305 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 744362 T2433 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 744364 T2433 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37517
   [junit4]   2> 744365 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 744365 T2433 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 744365 T2433 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-1375465869504
   [junit4]   2> 744366 T2433 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-1375465869504/'
   [junit4]   2> 744374 T2433 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-1375465869504/solr.xml
   [junit4]   2> 744422 T2433 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 744423 T2433 oasc.CoreContainer.<init> New CoreContainer 1074258148
   [junit4]   2> 744423 T2433 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-1375465869504/]
   [junit4]   2> 744424 T2433 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 744424 T2433 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 744424 T2433 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 744425 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 744425 T2433 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 744425 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 744425 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 744426 T2433 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 744426 T2433 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 744426 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 744429 T2433 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50263/solr
   [junit4]   2> 744429 T2433 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 744430 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 744431 T2485 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5249baa name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 744431 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 744433 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 744435 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 744436 T2487 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36be48f3 name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 744436 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 744441 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 745444 T2433 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37517__fs
   [junit4]   2> 745446 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37517__fs
   [junit4]   2> 745451 T2473 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 745451 T2487 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 745452 T2460 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 745452 T2455 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 745460 T2433 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-1375465869504
   [junit4]   2> 745482 T2433 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-1375465869504/conf/
   [junit4]   2> 745483 T2433 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 745483 T2433 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 745484 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 745484 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 745559 T2433 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 745561 T2433 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56376
   [junit4]   2> 745562 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 745562 T2433 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 745563 T2433 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-1375465870683
   [junit4]   2> 745563 T2433 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-1375465870683/'
   [junit4]   2> 745575 T2433 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-1375465870683/solr.xml
   [junit4]   2> 745601 T2433 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 745601 T2433 oasc.CoreContainer.<init> New CoreContainer 1938057595
   [junit4]   2> 745602 T2433 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-1375465870683/]
   [junit4]   2> 745602 T2433 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 745603 T2433 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 745603 T2433 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 745603 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 745603 T2433 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 745603 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 745604 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 745604 T2433 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 745604 T2433 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 745604 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 745607 T2433 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50263/solr
   [junit4]   2> 745607 T2433 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 745608 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 745609 T2499 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40521fac name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 745610 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 745612 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 745616 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 745618 T2501 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3103b90b name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 745619 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 745625 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 746630 T2433 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56376__fs
   [junit4]   2> 746632 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56376__fs
   [junit4]   2> 746638 T2487 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 746638 T2501 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 746638 T2460 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 746638 T2455 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 746638 T2473 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 746647 T2433 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-1375465870683
   [junit4]   2> 746677 T2433 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-1375465870683/conf/
   [junit4]   2> 746677 T2433 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 746678 T2433 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 746678 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 746678 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 746737 T2433 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 746739 T2433 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49823
   [junit4]   2> 746740 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 746740 T2433 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 746740 T2433 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-1375465871878
   [junit4]   2> 746740 T2433 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-1375465871878/'
   [junit4]   2> 746749 T2433 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-1375465871878/solr.xml
   [junit4]   2> 746776 T2433 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 746777 T2433 oasc.CoreContainer.<init> New CoreContainer 729320250
   [junit4]   2> 746777 T2433 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-1375465871878/]
   [junit4]   2> 746778 T2433 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 746778 T2433 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 746778 T2433 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 746778 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 746778 T2433 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 746779 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 746779 T2433 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 746779 T2433 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 746779 T2433 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 746779 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 746782 T2433 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50263/solr
   [junit4]   2> 746782 T2433 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 746783 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 746784 T2513 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e07c5a0 name:ZooKeeperConnection Watcher:127.0.0.1:50263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 746784 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 746786 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 746791 T2433 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 746793 T2515 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@257e43f0 name:ZooKeeperConnection Watcher:127.0.0.1:50263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 746793 T2433 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 746801 T2433 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 747806 T2433 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49823__fs
   [junit4]   2> 747808 T2433 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49823__fs
   [junit4]   2> 747814 T2501 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747815 T2455 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747815 T2515 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747815 T2487 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747815 T2460 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747815 T2473 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 747823 T2433 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-1375465871878
   [junit4]   2> 747845 T2433 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-1375465871878/conf/
   [junit4]   2> 747846 T2433 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 747846 T2433 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 747847 T2433 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 747847 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 747849 T2433 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 747852 T2467 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 747853 T2455 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747855 T2457 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> 747855 T2457 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> 749102 T2456 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 749103 T2456 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 749103 T2456 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 749109 T2501 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> 749109 T2473 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> 749109 T2515 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> 749109 T2487 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> 749109 T2460 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> 749109 T2455 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> 749160 T2457 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 749160 T2457 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:56376__fs
   [junit4]   2> 749161 T2457 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:37517__fs
   [junit4]   2> 749161 T2457 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:49823__fs
   [junit4]   2> 749163 T2457 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:32956__fs
   [junit4]   2> 749165 T2494 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 749166 T2480 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 749166 T2510 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 749167 T2468 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 749168 T2494 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 749168 T2510 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 749169 T2468 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 749168 T2480 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 750615 T2456 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 750618 T2456 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 750618 T2456 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:56376__fs",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56376/_fs"}
   [junit4]   2> 750625 T2456 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 750625 T2456 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:37517__fs",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37517/_fs"}
   [junit4]   2> 750632 T2456 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 750632 T2456 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49823__fs",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49823/_fs"}
   [junit4]   2> 750638 T2456 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 750638 T2456 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32956__fs",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32956/_fs"}
   [junit4]   2> 750644 T2487 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> 750644 T2460 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> 750644 T2455 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> 750644 T2473 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> 750644 T2501 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> 750644 T2515 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> 751169 T2494 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 751169 T2510 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 751170 T2494 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-1375465870683/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-jetty3-1375465870683/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 751169 T2468 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 751171 T2494 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-jetty3-1375465870683/nodes_used_collection_shard1_replica1
   [junit4]   2> 751172 T2494 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 751171 T2510 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-1375465871878/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-1375465871878/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 751173 T2510 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-1375465871878/nodes_used_collection_shard2_replica1
   [junit4]   2> 751173 T2510 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 751170 T2480 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 751173 T2494 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 751174 T2494 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 751171 T2468 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-1375465868337/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-jetty1-1375465868337/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 751175 T2468 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-jetty1-1375465868337/nodes_used_collection_shard2_replica2
   [junit4]   2> 751176 T2468 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 751174 T2480 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-1375465869504/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-jetty2-1375465869504/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 751174 T2510 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 751177 T2510 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 751177 T2468 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 751178 T2468 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 751177 T2480 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-jetty2-1375465869504/nodes_used_collection_shard1_replica2
   [junit4]   2> 751179 T2510 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 751180 T2510 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 751177 T2494 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 751180 T2468 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 751181 T2468 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 751179 T2480 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 751181 T2494 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 751183 T2480 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 751184 T2480 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 751184 T2510 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 751185 T2468 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 751186 T2494 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 751186 T2510 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-1375465871878/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 751186 T2480 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-1375465869504/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 751188 T2468 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-1375465868337/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 751188 T2494 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-1375465870683/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 751250 T2480 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 751252 T2494 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 751255 T2468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 751257 T2510 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 751282 T2494 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 751284 T2494 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 751286 T2468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 751288 T2468 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 751290 T2494 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 751294 T2468 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 751295 T2480 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 751297 T2480 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 751305 T2510 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 751307 T2510 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 751310 T2480 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 751313 T2510 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 751666 T2494 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 751670 T2510 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 751672 T2494 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 751674 T2494 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 751676 T2510 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 751678 T2510 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 751685 T2494 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751688 T2494 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751689 T2510 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751692 T2494 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751693 T2510 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751693 T2494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751693 T2494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751694 T2494 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751695 T2494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751695 T2494 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751696 T2494 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 751696 T2494 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-jetty3-1375465870683/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-jetty3-1375465870683//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 751696 T2494 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66997b5c
   [junit4]   2> 751696 T2510 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751697 T2494 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-1375465870683//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 751697 T2494 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-1375465870683//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 751698 T2494 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-jetty3-1375465870683/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 751698 T2510 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751698 T2510 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751698 T2494 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-1375465870683//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 751698 T2510 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751700 T2510 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751700 T2510 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751700 T2494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f19089f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9e550f),segFN=segments_1,generation=1}
   [junit4]   2> 751701 T2494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 751701 T2510 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 751701 T2510 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-1375465871878/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-1375465871878//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 751702 T2510 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66997b5c
   [junit4]   2> 751703 T2510 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-1375465871878//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 751703 T2510 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-1375465871878//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 751703 T2510 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-1375465871878/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 751704 T2510 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-1375465871878//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 751705 T2494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 751705 T2494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 751706 T2494 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 751706 T2510 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58606861 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ff7c5ae),segFN=segments_1,generation=1}
   [junit4]   2> 751707 T2510 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 751707 T2494 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 751707 T2494 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 751708 T2494 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 751708 T2494 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 751709 T2494 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 751709 T2494 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 751709 T2468 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 751711 T2510 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 751711 T2510 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 751712 T2510 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 751713 T2510 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 751713 T2494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 751718 T2510 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 751719 T2510 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 751719 T2510 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 751720 T2510 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 751720 T2494 oass.SolrIndexSearcher.<init> Opening Searcher@793cbe32 main
   [junit4]   2> 751720 T2468 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 751720 T2510 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 751721 T2494 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 751721 T2494 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 751722 T2510 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 751723 T2468 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 751723 T2510 oass.SolrIndexSearcher.<init> Opening Searcher@337c82f7 main
   [junit4]   2> 751724 T2510 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 751724 T2510 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 751726 T2521 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@793cbe32 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 751727 T2494 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 751727 T2522 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@337c82f7 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 751728 T2494 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:56376/_fs collection:nodes_used_collection shard:shard1
   [junit4]   2> 751728 T2494 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 751729 T2510 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 751730 T2510 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49823/_fs collection:nodes_used_collection shard:shard2
   [junit4]   2> 751730 T2510 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 751732 T2494 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 751732 T2510 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 751734 T2480 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 751735 T2468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751738 T2494 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 751738 T2510 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 751739 T2494 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=180000
   [junit4]   2> 751740 T2468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751740 T2510 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=180000
   [junit4]   2> 751741 T2480 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 751742 T2468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751743 T2468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751744 T2480 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 751744 T2468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751744 T2468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751745 T2468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751745 T2468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751746 T2468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 751746 T2468 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-jetty1-1375465868337/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-jetty1-1375465868337//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 751747 T2468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66997b5c
   [junit4]   2> 751748 T2468 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-1375465868337//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 751748 T2468 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-1375465868337//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 751748 T2468 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-jetty1-1375465868337/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 751749 T2468 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-1375465868337//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 751750 T2468 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@46a66bdb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2277c2dd),segFN=segments_1,generation=1}
   [junit4]   2> 751751 T2468 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 751754 T2468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 751754 T2468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 751755 T2468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 751755 T2468 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 751755 T2468 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 751756 T2468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 751755 T2480 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751756 T2468 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 751757 T2468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 751757 T2468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 751759 T2468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 751760 T2480 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 751761 T2468 oass.SolrIndexSearcher.<init> Opening Searcher@538fc6b2 main
   [junit4]   2> 751762 T2468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 751762 T2468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 751763 T2480 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751764 T2480 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751764 T2480 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751765 T2480 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 751766 T2523 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@538fc6b2 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 751766 T2480 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 751766 T2480 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 751767 T2480 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 751767 T2480 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-jetty2-1375465869504/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-jetty2-1375465869504//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 751767 T2468 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 751767 T2468 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:32956/_fs collection:nodes_used_collection shard:shard2
   [junit4]   2> 751767 T2480 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66997b5c
   [junit4]   2> 751768 T2468 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 751769 T2480 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-1375465869504//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 751769 T2480 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-1375465869504//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 751769 T2480 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-jetty2-1375465869504/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 751770 T2480 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-1375465869504//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 751772 T2480 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61e33e34 lockFactory=org.apache.lucene.store.NativeFSLockFactory@688d8fcd),segFN=segments_1,generation=1}
   [junit4]   2> 751773 T2480 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 751777 T2480 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 751778 T2480 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 751779 T2480 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 751779 T2480 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 751780 T2480 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 751780 T2480 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 751781 T2480 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 751781 T2480 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 751782 T2480 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 751786 T2480 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 751788 T2480 oass.SolrIndexSearcher.<init> Opening Searcher@5f27b631 main
   [junit4]   2> 751788 T2480 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 751788 T2480 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 751793 T2524 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@5f27b631 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 751795 T2480 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 751795 T2480 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:37517/_fs collection:nodes_used_collection shard:shard1
   [junit4]   2> 751796 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 752160 T2456 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 752170 T2501 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> 752170 T2460 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> 752170 T2455 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> 752170 T2473 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> 752170 T2515 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> 752170 T2487 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> 752241 T2494 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 752242 T2494 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 752242 T2494 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56376/_fs/nodes_used_collection_shard1_replica1/
   [junit4]   2> 752241 T2510 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 752243 T2510 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 752243 T2510 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49823/_fs/nodes_used_collection_shard2_replica1/
   [junit4]   2> 752244 T2510 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49823/_fs START replicas=[http://127.0.0.1:32956/_fs/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 752243 T2494 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:56376/_fs START replicas=[http://127.0.0.1:37517/_fs/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 752245 T2510 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49823/_fs DONE.  We have no versions.  sync failed.
   [junit4]   2> 752246 T2510 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 752246 T2510 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> 752247 T2510 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49823/_fs/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 752247 T2510 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 752245 T2494 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:56376/_fs DONE.  We have no versions.  sync failed.
   [junit4]   2> 752248 T2494 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 752249 T2494 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> 752249 T2494 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56376/_fs/nod

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

sByQuery=1,cumulative_errors=0}
   [junit4]   2> 851598 T2433 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 851598 T2433 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 851598 T2433 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 851600 T2433 oasc.SolrCore.closeSearcher [new_implicit_coll_0_c_replica2] Closing main searcher on request.
   [junit4]   2> 851600 T2433 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 851601 T2433 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data/index;done=false>>]
   [junit4]   2> 851601 T2433 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data/index
   [junit4]   2> 851601 T2433 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data;done=false>>]
   [junit4]   2> 851602 T2433 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375465871878//new_implicit_coll_0_c_replica2/data
   [junit4]   2> 851603 T2857 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90142531103817740-127.0.0.1:49823__fs-n_0000000004) am no longer a leader.
   [junit4]   2> 851625 T2433 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_fs,null}
   [junit4]   2> 851677 T2433 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 851679 T2433 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50263 50263
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=3EBF7E2E7956BE0B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_BE -Dtests.timezone=America/Lower_Princes -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    109s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:32956/_fs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3EBF7E2E7956BE0B:BF59F0360E09DE37]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:32956 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 851693 T2433 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 109229 T2432 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 852903 T2515 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 852904 T2515 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> 852904 T2515 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=fr_BE, timezone=America/Lower_Princes
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=8,threads=1,free=47535992,total=359137280
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, DirectUpdateHandlerTest, TestDFRSimilarityFactory, TestPartialUpdateDeduplication, SolrRequestParserTest, XmlUpdateRequestHandlerTest, TestCoreDiscovery, TestLuceneMatchVersion, URLClassifyProcessorTest, TestStressReorder, ZkNodePropsTest, JSONWriterTest, TestInfoStreamLogging, TestIndexingPerformance, TestAnalyzedSuggestions, DeleteShardTest, TestMergePolicyConfig, NoCacheHeaderTest, DocValuesMultiTest, TestWordDelimiterFilterFactory, ShardSplitTest, OpenExchangeRatesOrgProviderTest, TestRecovery, DisMaxRequestHandlerTest, TestFieldCollectionResource, TestBM25SimilarityFactory, TestMultiCoreConfBootstrap, TestCodecSupport, ShardRoutingCustomTest, TestSchemaResource, HighlighterTest, TestCollationField, MultiTermTest, HighlighterConfigTest, RequiredFieldsTest, NotRequiredUniqueKeyTest, HdfsLockFactoryTest, SolrPluginUtilsTest, DateMathParserTest, HdfsUnloadDistributedZkTest, TestUtils, TestManagedSchemaFieldResource, TestManagedSchema, OutputWriterTest, ChaosMonkeySafeLeaderTest, TestPostingsSolrHighlighter, UniqFieldsUpdateProcessorFactoryTest, TestDistributedGrouping, TestUpdate, DOMUtilTest, TestCloudManagedSchema, TestClassNameShortening, ZkSolrClientTest, TestLMJelinekMercerSimilarityFactory, HdfsDirectoryTest, PathHierarchyTokenizerFactoryTest, SolrIndexConfigTest, TestFastOutputStream, CoreAdminCreateDiscoverTest, BasicDistributedZk2Test, TestAtomicUpdateErrorCases, SimplePostToolTest, SolrCoreCheckLockOnStartupTest, TestReloadAndDeleteDocs, SuggesterTSTTest, BadIndexSchemaTest, FullSolrCloudDistribCmdsTest, SpellCheckComponentTest, HdfsBasicDistributedZk2Test, TestCSVLoader, SortByFunctionTest, SolrCmdDistributorTest, IndexBasedSpellCheckerTest, HdfsRecoveryZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 110.51s, 1 test, 1 error <<< FAILURES!

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