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

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_25) - Build # 3106 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3106/
Java: 32bit/jdk1.7.0_25 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Server refused connection at: http://127.0.0.1:50462/_/r

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




Build Log:
[...truncated 9784 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1814017 T4118 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/r
   [junit4]   2> 1814021 T4118 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1375553762052
   [junit4]   2> 1814024 T4118 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1814025 T4119 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1814121 T4118 oasc.ZkTestServer.run start zk server on port:50443
   [junit4]   2> 1814123 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1814130 T4125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18e31df name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1814130 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1814130 T4118 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1814136 T4120 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1404564b30d0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 1814138 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1814142 T4127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d001a3 name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1814142 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1814142 T4118 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1814148 T4118 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1814153 T4118 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1814157 T4118 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1814162 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1814163 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1814174 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1814175 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1814181 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1814182 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1814189 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1814189 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1814199 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1814200 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1814205 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1814206 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1814212 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1814212 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1814216 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1814217 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1814223 T4118 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1814224 T4118 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1814720 T4118 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1814726 T4118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50450
   [junit4]   2> 1814727 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1814727 T4118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1814727 T4118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260
   [junit4]   2> 1814728 T4118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\'
   [junit4]   2> 1814757 T4118 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\solr.xml
   [junit4]   2> 1814828 T4118 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1814828 T4118 oasc.CoreContainer.<init> New CoreContainer 5197162
   [junit4]   2> 1814828 T4118 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\]
   [junit4]   2> 1814829 T4118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1814830 T4118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1814830 T4118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1814830 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1814831 T4118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1814831 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1814831 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1814832 T4118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1814832 T4118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1814832 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1814844 T4118 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50443/solr
   [junit4]   2> 1814845 T4118 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1814847 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1814859 T4138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a630b name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1814859 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1814863 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1814864 T4120 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1404564b30d0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 1814870 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1814874 T4140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a1bc9 name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1814874 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1814878 T4118 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1814886 T4118 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1814892 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1814896 T4118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50450__%2Fr
   [junit4]   2> 1814898 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50450__%2Fr
   [junit4]   2> 1814904 T4118 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1814915 T4118 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1814920 T4118 oasc.Overseer.start Overseer (id=90148291350429699-127.0.0.1:50450__%2Fr-n_0000000000) starting
   [junit4]   2> 1814928 T4118 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1814936 T4142 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1814937 T4118 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1814943 T4118 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1814947 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1814951 T4141 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1814956 T4118 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260
   [junit4]   2> 1815291 T4118 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\conf\
   [junit4]   2> 1815310 T4118 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1815312 T4118 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1815312 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1815313 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1815325 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1815328 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815333 T4145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d383e1 name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815333 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815334 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1815338 T4118 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1815869 T4118 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1815875 T4118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50462
   [junit4]   2> 1815877 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1815877 T4118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1815878 T4118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368
   [junit4]   2> 1815878 T4118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\'
   [junit4]   2> 1815918 T4118 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\solr.xml
   [junit4]   2> 1816026 T4118 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1816026 T4118 oasc.CoreContainer.<init> New CoreContainer 3611540
   [junit4]   2> 1816026 T4118 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\]
   [junit4]   2> 1816029 T4118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1816029 T4118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1816030 T4118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1816030 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1816031 T4118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1816031 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1816032 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1816032 T4118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1816032 T4118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1816032 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1816044 T4118 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50443/solr
   [junit4]   2> 1816045 T4118 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1816047 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816062 T4156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15ba206 name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816062 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1816065 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1816066 T4120 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1404564b30d0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 1816076 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816080 T4158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7ac7c name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816080 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1816090 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1816980 T4118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50462__%2Fr
   [junit4]   2> 1816987 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50462__%2Fr
   [junit4]   2> 1816992 T4140 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1816992 T4145 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1816992 T4158 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1817000 T4118 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368
   [junit4]   2> 1817262 T4118 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\conf\
   [junit4]   2> 1817276 T4118 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1817277 T4118 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1817278 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1817278 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1817779 T4118 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1817783 T4118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50472
   [junit4]   2> 1817785 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1817785 T4118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1817785 T4118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314
   [junit4]   2> 1817786 T4118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\'
   [junit4]   2> 1817813 T4118 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\solr.xml
   [junit4]   2> 1817896 T4118 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1817897 T4118 oasc.CoreContainer.<init> New CoreContainer 5327900
   [junit4]   2> 1817897 T4118 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\]
   [junit4]   2> 1817899 T4118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1817899 T4118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1817899 T4118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1817899 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1817900 T4118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1817900 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1817900 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1817900 T4118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1817900 T4118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1817901 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1817909 T4118 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50443/solr
   [junit4]   2> 1817909 T4118 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1817910 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817928 T4171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@126b933 name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817928 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817931 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1817931 T4120 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1404564b30d0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 1817937 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817941 T4173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d8aebe name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817941 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817948 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1818839 T4118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50472__%2Fr
   [junit4]   2> 1818841 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50472__%2Fr
   [junit4]   2> 1818847 T4145 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1818848 T4140 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1818848 T4173 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1818849 T4158 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1818857 T4118 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314
   [junit4]   2> 1819141 T4118 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\conf\
   [junit4]   2> 1819158 T4118 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1819159 T4118 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1819159 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1819160 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1819580 T4118 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1819585 T4118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50481
   [junit4]   2> 1819586 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1819586 T4118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1819587 T4118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200
   [junit4]   2> 1819587 T4118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\'
   [junit4]   2> 1819613 T4118 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\solr.xml
   [junit4]   2> 1819684 T4118 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1819684 T4118 oasc.CoreContainer.<init> New CoreContainer 24581188
   [junit4]   2> 1819684 T4118 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\]
   [junit4]   2> 1819686 T4118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1819687 T4118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1819687 T4118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1819687 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1819687 T4118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1819688 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1819688 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1819688 T4118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1819689 T4118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1819689 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1819696 T4118 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50443/solr
   [junit4]   2> 1819697 T4118 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1819697 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1819714 T4185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e4d8c5 name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1819714 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1819718 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1819727 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1819731 T4187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bf89e3 name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1819731 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1819738 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1820628 T4118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50481__%2Fr
   [junit4]   2> 1820632 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50481__%2Fr
   [junit4]   2> 1820636 T4187 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1820636 T4173 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1820637 T4140 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1820637 T4158 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1820638 T4145 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1820646 T4118 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200
   [junit4]   2> 1820875 T4118 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\conf\
   [junit4]   2> 1820889 T4118 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1820889 T4118 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1820889 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1820890 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1821331 T4118 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1821334 T4118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50490
   [junit4]   2> 1821336 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1821337 T4118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1821337 T4118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928
   [junit4]   2> 1821338 T4118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928\'
   [junit4]   2> 1821364 T4118 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928\solr.xml
   [junit4]   2> 1821427 T4118 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1821428 T4118 oasc.CoreContainer.<init> New CoreContainer 5010363
   [junit4]   2> 1821428 T4118 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928\]
   [junit4]   2> 1821430 T4118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1821430 T4118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1821430 T4118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1821431 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1821431 T4118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1821431 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1821432 T4118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1821432 T4118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1821432 T4118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1821433 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1821439 T4118 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50443/solr
   [junit4]   2> 1821440 T4118 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1821441 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1821459 T4199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177a78d name:ZooKeeperConnection Watcher:127.0.0.1:50443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1821459 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1821464 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1821464 T4120 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1404564b30d000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 1821470 T4118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1821473 T4201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@825353 name:ZooKeeperConnection Watcher:127.0.0.1:50443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1821473 T4118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1821481 T4118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1822370 T4118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50490__%2Fr
   [junit4]   2> 1822373 T4118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50490__%2Fr
   [junit4]   2> 1822378 T4140 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822378 T4201 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822378 T4187 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822378 T4158 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822379 T4145 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822379 T4173 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1822386 T4118 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928
   [junit4]   2> 1822603 T4118 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375553768928\conf\
   [junit4]   2> 1822615 T4118 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1822616 T4118 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1822616 T4118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1822617 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1822628 T4118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1822637 T4152 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1822640 T4140 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1822645 T4142 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> 1822645 T4142 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> 1822939 T4141 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1822940 T4141 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1822940 T4141 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1822958 T4201 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> 1822959 T4187 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> 1822959 T4145 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> 1822959 T4173 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> 1822959 T4140 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> 1822960 T4158 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> 1823002 T4142 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1823002 T4142 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:50450__%2Fr
   [junit4]   2> 1823002 T4142 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:50462__%2Fr
   [junit4]   2> 1823002 T4142 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:50472__%2Fr
   [junit4]   2> 1823005 T4142 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:50481__%2Fr
   [junit4]   2> 1823009 T4154 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1823010 T4131 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1823012 T4165 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1823012 T4182 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1823014 T4154 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1823015 T4131 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1823016 T4165 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1823017 T4182 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1824167 T4141 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1824168 T4141 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1824168 T4141 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50462__%2Fr",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50462/_/r"}
   [junit4]   2> 1824175 T4141 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1824176 T4141 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50450__%2Fr",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50450/_/r"}
   [junit4]   2> 1824183 T4141 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1824183 T4141 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:50472__%2Fr",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50472/_/r"}
   [junit4]   2> 1824191 T4141 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1824191 T4141 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:50481__%2Fr",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50481/_/r"}
   [junit4]   2> 1824200 T4201 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> 1824200 T4187 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> 1824200 T4145 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> 1824200 T4140 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> 1824201 T4173 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> 1824202 T4158 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> 1824608 T4154 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1824609 T4131 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1824611 T4154 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2\core.properties: java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1824611 T4154 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2
   [junit4]   2> 1824611 T4154 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1824612 T4182 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1824613 T4131 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1\core.properties: java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1824613 T4131 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1
   [junit4]   2> 1824613 T4131 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1824614 T4182 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2\core.properties: java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1824615 T4131 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1824615 T4131 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1824615 T4165 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1824615 T4154 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1824618 T4154 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1824618 T4165 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1\core.properties: java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1824619 T4131 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1824620 T4131 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1824615 T4182 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2
   [junit4]   2> 1824621 T4182 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1824620 T4165 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1
   [junit4]   2> 1824622 T4154 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1824622 T4154 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1824622 T4165 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1824623 T4182 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1824624 T4182 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1824629 T4165 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1824632 T4165 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1824631 T4182 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1824633 T4131 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1824635 T4154 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1824637 T4131 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1\'
   [junit4]   2> 1824639 T4165 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1\'
   [junit4]   2> 1824642 T4182 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1824643 T4154 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2\'
   [junit4]   2> 1824651 T4182 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2\'
   [junit4]   2> 1824736 T4154 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1824759 T4131 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1824776 T4182 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1824847 T4165 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1824854 T4182 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1824909 T4182 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1824917 T4182 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1824929 T4154 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1824951 T4165 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1824966 T4131 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1824970 T4154 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1824980 T4154 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1825019 T4165 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1825027 T4165 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1825032 T4131 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1825040 T4131 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1826080 T4165 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1826101 T4165 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1826128 T4165 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1826131 T4154 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1826137 T4154 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1826174 T4182 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1826179 T4182 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1826182 T4182 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1826186 T4154 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1826195 T4131 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1826203 T4131 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1826207 T4131 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1826226 T4154 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826228 T4165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826228 T4182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826233 T4165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826234 T4154 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826239 T4165 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826239 T4182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826242 T4154 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826243 T4131 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826245 T4165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826245 T4165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826245 T4165 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826246 T4154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826246 T4154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826246 T4154 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826246 T4182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826249 T4165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826249 T4165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826249 T4165 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1826249 T4165 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1826249 T4165 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4760c4
   [junit4]   2> 1826250 T4165 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1826250 T4165 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\\nodes_used_collection_shard2_replica1\data\index/
   [junit4]   2> 1826250 T4165 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1826250 T4165 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375553765314\\nodes_used_collection_shard2_replica1\data\index
   [junit4]   2> 1826253 T4131 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826253 T4154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826253 T4154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826253 T4154 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1826254 T4154 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1826254 T4154 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4760c4
   [junit4]   2> 1826255 T4182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826256 T4182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826256 T4182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826256 T4165 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@152d8a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e3b81c),segFN=segments_1,generation=1}
   [junit4]   2> 1826256 T4165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826258 T4182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826258 T4182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826259 T4182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1826260 T4182 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1826260 T4182 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4760c4
   [junit4]   2> 1826261 T4154 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1826262 T4182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1826262 T4154 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\\nodes_used_collection_shard1_replica2\data\index/
   [junit4]   2> 1826263 T4154 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1826263 T4182 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\\nodes_used_collection_shard2_replica2\data\index/
   [junit4]   2> 1826263 T4182 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1826263 T4154 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375553763368\\nodes_used_collection_shard1_replica2\data\index
   [junit4]   2> 1826264 T4182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375553767200\\nodes_used_collection_shard2_replica2\data\index
   [junit4]   2> 1826271 T4131 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826273 T4131 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826273 T4131 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826274 T4131 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1826274 T4131 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1826275 T4131 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1826276 T4131 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1826276 T4131 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1826276 T4131 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4760c4
   [junit4]   2> 1826279 T4154 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b2b17b lockFactory=org.apache.lucene.store.NativeFSLockFactory@121cac0),segFN=segments_1,generation=1}
   [junit4]   2> 1826280 T4154 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826281 T4182 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@142a32a lockFactory=org.apache.lucene.store.NativeFSLockFactory@72e0cb),segFN=segments_1,generation=1}
   [junit4]   2> 1826281 T4182 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826281 T4131 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1826281 T4165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826281 T4165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826282 T4165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826283 T4165 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1826283 T4165 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1826283 T4165 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1826284 T4165 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1826284 T4165 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1826285 T4165 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1826288 T4182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826289 T4182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826290 T4182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826291 T4182 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1826291 T4182 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1826291 T4182 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1826291 T4182 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1826293 T4182 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1826293 T4182 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1826295 T4131 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\\nodes_used_collection_shard1_replica1\data\index/
   [junit4]   2> 1826295 T4165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826297 T4182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826302 T4131 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1826302 T4165 oass.SolrIndexSearcher.<init> Opening Searcher@c3f3b8 main
   [junit4]   2> 1826304 T4165 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1826305 T4165 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1826305 T4154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826305 T4131 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375553762260\\nodes_used_collection_shard1_replica1\data\index
   [junit4]   2> 1826306 T4182 oass.SolrIndexSearcher.<init> Opening Searcher@b68fe main
   [junit4]   2> 1826306 T4154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826308 T4154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826309 T4154 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1826309 T4154 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1826309 T4154 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1826309 T4154 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1826310 T4154 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1826310 T4154 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1826312 T4154 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826314 T4207 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@c3f3b8 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1826315 T4182 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1826315 T4182 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1826316 T4154 oass.SolrIndexSearcher.<init> Opening Searcher@14cd530 main
   [junit4]   2> 1826318 T4208 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@b68fe main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1826319 T4165 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1826319 T4165 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:50472/_/r collection:nodes_used_collection shard:shard2
   [junit4]   2> 1826319 T4165 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1826319 T4182 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1826319 T4182 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:50481/_/r collection:nodes_used_collection shard:shard2
   [junit4]   2> 1826319 T4182 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1826316 T4131 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1911a90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11c6920),segFN=segments_1,generation=1}
   [junit4]   2> 1826323 T4131 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826318 T4154 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1826324 T4154 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1826328 T4209 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@14cd530 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1826329 T4154 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1826330 T4154 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:50462/_/r collection:nodes_used_collection shard:shard1
   [junit4]   2> 1826330 T4154 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1826330 T4165 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1826336 T4131 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826336 T4131 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826337 T4131 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826337 T4131 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1826338 T4131 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1826338 T4131 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1826338 T4131 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1826339 T4154 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1826340 T4182 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1826340 T4131 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1826343 T4131 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1826350 T4165 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1826357 T4165 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1826357 T4165 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1826357 T4165 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50472/_/r/nodes_used_collection_shard2_replica1/
   [junit4]   2> 1826358 T4165 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:50472/_/r START replicas=[http://127.0.0.1:50481/_/r/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 1826358 T4154 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1826358 T4165 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:50472/_/r DONE.  We have no versions.  sync failed.
   [junit4]   2> 1826358 T4165 oasc.SyncStrategy.syncReplicas Leader's a

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

JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375553762050\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375553762050\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375553762050\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375553762050 FAILED !!!!!
   [junit4]   2> 1969318 T4118 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1969322 T4118 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50443 50443
   [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=815232F55D09AD8 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Asia/Saigon -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    158s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50462/_/r
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([815232F55D09AD8:89F3AD37228FFAE4]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50462 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]    > 	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
   [junit4]    > 	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
   [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.PlainSocketImpl.connect(PlainSocketImpl.java:172)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 52 more
   [junit4]   2> 1972386 T4118 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=de, timezone=Asia/Saigon
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_25 (32-bit)/cpus=2,threads=2,free=352914184,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [IndexBasedSpellCheckerTest, TestFastLRUCache, SearchHandlerTest, BinaryUpdateRequestHandlerTest, AlternateDirectoryTest, TestJoin, SoftAutoCommitTest, PingRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestPropInjectDefaults, TestQuerySenderNoQuery, CoreAdminHandlerTest, DistributedQueryElevationComponentTest, PrimitiveFieldTypeTest, RequiredFieldsTest, TestSolrXmlPersistence, CSVRequestHandlerTest, SolrRequestParserTest, OpenExchangeRatesOrgProviderTest, ChaosMonkeySafeLeaderTest, TestFastWriter, JSONWriterTest, TestStressLucene, TestLMJelinekMercerSimilarityFactory, HdfsBasicDistributedZk2Test, ZkControllerTest, PrimUtilsTest, SuggesterFSTTest, ShardRoutingCustomTest, TestBadConfig, TestManagedSchemaFieldResource, SolrIndexConfigTest, LeaderElectionTest, TestRangeQuery, StatelessScriptUpdateProcessorFactoryTest, TestXIncludeConfig, StatsComponentTest, EchoParamsTest, FastVectorHighlighterTest, TestSolrQueryParserResource, NumericFieldsTest, TestComponentsName, DisMaxRequestHandlerTest, TestPHPSerializedResponseWriter, NoCacheHeaderTest, URLClassifyProcessorTest, SpellingQueryConverterTest, UniqFieldsUpdateProcessorFactoryTest, CopyFieldTest, LeaderElectionIntegrationTest, TestReload, TestPropInject, SolrCoreCheckLockOnStartupTest, SchemaVersionSpecificBehaviorTest, TestShardHandlerFactory, TestRTGBase, BadComponentTest, LukeRequestHandlerTest, TestLMDirichletSimilarityFactory, TestSuggestSpellingConverter, SimpleFacetsTest, CacheHeaderTest, ShardSplitTest, DistanceFunctionTest, BasicDistributedZkTest, SortByFunctionTest, TestDynamicFieldCollectionResource, TestDistributedSearch, ReturnFieldsTest, TestSolrDeletionPolicy2, HighlighterTest, ZkCLITest, TestCloudManagedSchemaAddField, TestUniqueKeyFieldResource, TestSystemIdResolver, BlockDirectoryTest, TestPartialUpdateDeduplication, CachingDirectoryFactoryTest, TestRandomFaceting, SolrTestCaseJ4Test, TestSolrQueryParser, RequestHandlersTest, TestDistributedGrouping, TestUtils, TestManagedSchema, SuggesterWFSTTest, TestJmxMonitoredMap, HdfsCollectionsAPIDistributedZkTest, AutoCommitTest, TestFoldingMultitermQuery, FieldMutatingUpdateProcessorTest, AnalysisAfterCoreReloadTest, TestInfoStreamLogging, OutputWriterTest, TestLFUCache, MoreLikeThisHandlerTest, TestCollationField, ScriptEngineTest, TestAddFieldRealTimeGet, TestSolrXml, TestRemoteStreaming, MinimalSchemaTest, SpatialFilterTest, TestSolrQueryParserDefaultOperatorResource, TestFieldTypeCollectionResource, DirectSolrConnectionTest, TestAtomicUpdateErrorCases, SliceStateTest, StandardRequestHandlerTest, ParsingFieldUpdateProcessorsTest, TestSchemaVersionResource, SampleTest, TestFastOutputStream, TestBM25SimilarityFactory, TestQueryTypes, TestSolr4Spatial, ShowFileRequestHandlerTest, TestStressRecovery, DocValuesMultiTest, FieldAnalysisRequestHandlerTest, TestRandomMergePolicy, ChaosMonkeyNothingIsSafeTest, CoreAdminCreateDiscoverTest, OpenCloseCoreStressTest, PreAnalyzedFieldTest, TestLRUCache, FileUtilsTest, PluginInfoTest, TestOmitPositions, SignatureUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, TimeZoneUtilsTest, TestCharFilters, SuggesterTest, DefaultValueUpdateProcessorTest, TestFaceting, ExternalFileFieldSortTest, TestSolrCoreProperties, SystemInfoHandlerTest, CircularListTest, ClusterStateTest, HardAutoCommitTest, TestSerializedLuceneMatchVersion, TestSchemaNameResource, TestZkChroot, MBeansHandlerTest, HdfsDirectoryTest, CurrencyFieldXmlFileTest, MultiTermTest, SolrInfoMBeanTest, TestPhraseSuggestions, TestCodecSupport, TestElisionMultitermQuery, SolrIndexSplitterTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 158.45s, 1 test, 1 error <<< FAILURES!

[...truncated 487 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:389: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:369: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 39 ignored (11 assumptions)

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