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

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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:57645
	at __randomizedtesting.SeedInfo.seed([A25E7672844E3346:23B8F86AF311537A]: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:57645 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 9730 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 2004427 T3957 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2004431 T3957 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-1375478320196
   [junit4]   2> 2004432 T3957 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2004434 T3958 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2004514 T3957 oasc.ZkTestServer.run start zk server on port:57617
   [junit4]   2> 2004516 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2004522 T3964 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11fae2d name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2004523 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2004523 T3957 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2004530 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2004532 T3966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19fec2a name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2004533 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2004533 T3957 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2004538 T3957 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2004542 T3957 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2004546 T3957 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2004550 T3957 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> 2004551 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2004558 T3957 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> 2004558 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2004563 T3957 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> 2004563 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2004568 T3957 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> 2004568 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2004572 T3957 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> 2004572 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2004576 T3957 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> 2004576 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2004579 T3957 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> 2004580 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2004583 T3957 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> 2004583 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2004587 T3957 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> 2004587 T3957 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2004977 T3957 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2004981 T3957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57624
   [junit4]   2> 2004982 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2004982 T3957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2004983 T3957 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-1375478320356
   [junit4]   2> 2004983 T3957 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-1375478320356\'
   [junit4]   2> 2005008 T3957 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-1375478320356\solr.xml
   [junit4]   2> 2005077 T3957 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2005077 T3957 oasc.CoreContainer.<init> New CoreContainer 25743380
   [junit4]   2> 2005077 T3957 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-1375478320356\]
   [junit4]   2> 2005079 T3957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2005079 T3957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2005079 T3957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2005079 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2005081 T3957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2005081 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2005081 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2005081 T3957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2005081 T3957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2005082 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2005089 T3957 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr
   [junit4]   2> 2005089 T3957 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2005091 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005105 T3977 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d59a86 name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005106 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2005108 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2005108 T3959 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14040e58c4f0002, 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> 2005113 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005115 T3979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a1298e name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005115 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2005118 T3957 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2005122 T3957 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2005129 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2005132 T3957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57624_
   [junit4]   2> 2005133 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57624_
   [junit4]   2> 2005137 T3957 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2005144 T3957 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2005146 T3957 oasc.Overseer.start Overseer (id=90143347193085955-127.0.0.1:57624_-n_0000000000) starting
   [junit4]   2> 2005152 T3957 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2005156 T3981 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2005157 T3957 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2005160 T3957 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2005163 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2005166 T3980 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2005167 T3957 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-1375478320356
   [junit4]   2> 2005395 T3957 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-1375478320356\conf\
   [junit4]   2> 2005406 T3957 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2005407 T3957 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2005407 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2005408 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2005415 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 2005416 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005420 T3984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6b988 name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005420 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2005420 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2005423 T3957 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 2005800 T3957 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2005804 T3957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57636
   [junit4]   2> 2005804 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2005805 T3957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2005805 T3957 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-1375478321187
   [junit4]   2> 2005806 T3957 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-1375478321187\'
   [junit4]   2> 2005828 T3957 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-1375478321187\solr.xml
   [junit4]   2> 2005898 T3957 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2005898 T3957 oasc.CoreContainer.<init> New CoreContainer 12745149
   [junit4]   2> 2005898 T3957 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-1375478321187\]
   [junit4]   2> 2005901 T3957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2005901 T3957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2005901 T3957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2005902 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2005903 T3957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2005903 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2005904 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2005905 T3957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2005905 T3957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2005905 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2005913 T3957 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr
   [junit4]   2> 2005913 T3957 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2005915 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005929 T3995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1748ffc name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005929 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2005931 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2005936 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005939 T3997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@125eb0f name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005940 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2005944 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2006744 T3957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57636_
   [junit4]   2> 2006748 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57636_
   [junit4]   2> 2006752 T3997 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2006752 T3979 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2006752 T3984 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2006759 T3957 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-1375478321187
   [junit4]   2> 2006999 T3957 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-1375478321187\conf\
   [junit4]   2> 2007011 T3957 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2007012 T3957 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2007012 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2007012 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2007418 T3957 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2007423 T3957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57645
   [junit4]   2> 2007424 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2007424 T3957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2007425 T3957 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-1375478322783
   [junit4]   2> 2007425 T3957 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-1375478322783\'
   [junit4]   2> 2007448 T3957 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-1375478322783\solr.xml
   [junit4]   2> 2007522 T3957 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2007522 T3957 oasc.CoreContainer.<init> New CoreContainer 19248607
   [junit4]   2> 2007522 T3957 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-1375478322783\]
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2007525 T3957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2007526 T3957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2007526 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2007533 T3957 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr
   [junit4]   2> 2007534 T3957 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2007536 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2007550 T4009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1993f3d name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2007551 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2007553 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2007559 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2007563 T4011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e013b name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2007563 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2007570 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2008371 T3957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57645_
   [junit4]   2> 2008373 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57645_
   [junit4]   2> 2008378 T3984 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2008379 T4011 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2008379 T3979 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2008379 T3997 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2008387 T3957 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-1375478322783
   [junit4]   2> 2008622 T3957 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-1375478322783\conf\
   [junit4]   2> 2008635 T3957 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2008636 T3957 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2008636 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2008636 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2009015 T3957 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2009020 T3957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57654
   [junit4]   2> 2009022 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2009022 T3957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2009022 T3957 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-1375478324407
   [junit4]   2> 2009022 T3957 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-1375478324407\'
   [junit4]   2> 2009054 T3957 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-1375478324407\solr.xml
   [junit4]   2> 2009133 T3957 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2009134 T3957 oasc.CoreContainer.<init> New CoreContainer 6971443
   [junit4]   2> 2009135 T3957 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-1375478324407\]
   [junit4]   2> 2009135 T3957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2009135 T3957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2009135 T3957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2009136 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2009136 T3957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2009137 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2009137 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2009138 T3957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2009138 T3957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2009138 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2009145 T3957 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr
   [junit4]   2> 2009145 T3957 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2009146 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009163 T4023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1176dc name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2009163 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2009166 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2009171 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009173 T4025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef93a8 name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2009174 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2009180 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2009963 T3957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57654_
   [junit4]   2> 2009970 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57654_
   [junit4]   2> 2009978 T4011 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2009978 T4025 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2009979 T3979 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2009979 T3997 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2009979 T3984 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2009986 T3957 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-1375478324407
   [junit4]   2> 2010160 T3957 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-1375478324407\conf\
   [junit4]   2> 2010168 T3957 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2010169 T3957 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010169 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2010169 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2010485 T3957 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2010490 T3957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57663
   [junit4]   2> 2010491 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2010491 T3957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010492 T3957 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-1375478325939
   [junit4]   2> 2010492 T3957 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-1375478325939\'
   [junit4]   2> 2010513 T3957 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-1375478325939\solr.xml
   [junit4]   2> 2010575 T3957 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2010576 T3957 oasc.CoreContainer.<init> New CoreContainer 15232480
   [junit4]   2> 2010576 T3957 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-1375478325939\]
   [junit4]   2> 2010577 T3957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2010578 T3957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2010578 T3957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2010578 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2010579 T3957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2010579 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2010579 T3957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2010579 T3957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2010579 T3957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2010580 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2010586 T3957 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr
   [junit4]   2> 2010586 T3957 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2010587 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010600 T4037 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36c1d9 name:ZooKeeperConnection Watcher:127.0.0.1:57617 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010600 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2010602 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2010607 T3957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010609 T4039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10fb0fd name:ZooKeeperConnection Watcher:127.0.0.1:57617/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010610 T3957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2010616 T3957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2011337 T3957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57663_
   [junit4]   2> 2011344 T3957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57663_
   [junit4]   2> 2011349 T3984 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011349 T4011 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011349 T3979 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011350 T3997 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011350 T4025 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011350 T4039 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2011358 T3957 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-1375478325939
   [junit4]   2> 2011537 T3957 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-1375478325939\conf\
   [junit4]   2> 2011552 T3957 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2011553 T3957 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2011553 T3957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2011554 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2011564 T3957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2011575 T3991 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2011577 T3979 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2011579 T3979 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2011580 T3981 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> 2011580 T3981 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> 2012103 T3980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2012103 T3980 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 2012103 T3980 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 2012110 T4039 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> 2012110 T4011 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> 2012111 T3979 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> 2012111 T3997 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> 2012110 T3984 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> 2012111 T4025 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> 2012161 T3981 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2012161 T3981 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:57624_
   [junit4]   2> 2012161 T3981 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:57636_
   [junit4]   2> 2012162 T3981 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:57645_
   [junit4]   2> 2012164 T3981 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:57654_
   [junit4]   2> 2012168 T3975 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 2012169 T3993 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 2012170 T4003 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 2012172 T3975 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2012173 T4021 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 2012173 T3993 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2012174 T4003 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2012175 T4021 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2013196 T3980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2013198 T3980 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2013198 T3980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57624_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57624"}
   [junit4]   2> 2013212 T3980 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2013212 T3980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57636_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57636"}
   [junit4]   2> 2013217 T3980 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2013217 T3980 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:57645_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57645"}
   [junit4]   2> 2013224 T3980 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2013224 T3980 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:57654_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57654"}
   [junit4]   2> 2013229 T4039 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> 2013229 T4011 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> 2013230 T3979 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> 2013230 T3997 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> 2013230 T4025 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> 2013230 T3984 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> 2013607 T3975 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 2013608 T3975 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-1375478320356\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-1375478320356\nodes_used_collection_shard1_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 2013608 T3975 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-1375478320356\nodes_used_collection_shard1_replica1
   [junit4]   2> 2013609 T3975 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2013609 T3993 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 2013610 T3975 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2013611 T3975 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2013610 T4003 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 2013611 T3993 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-1375478321187\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-1375478321187\nodes_used_collection_shard1_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 2013612 T3993 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-1375478321187\nodes_used_collection_shard1_replica2
   [junit4]   2> 2013612 T3993 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2013613 T4003 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-1375478322783\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-1375478322783\nodes_used_collection_shard2_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 2013614 T4003 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-1375478322783\nodes_used_collection_shard2_replica1
   [junit4]   2> 2013614 T4003 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2013613 T3975 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2013615 T3975 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2013614 T4021 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 2013615 T4003 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2013615 T4003 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2013614 T3993 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2013616 T3993 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2013616 T4021 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-1375478324407\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-1375478324407\nodes_used_collection_shard2_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 2013617 T4021 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-1375478324407\nodes_used_collection_shard2_replica2
   [junit4]   2> 2013617 T4021 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2013618 T4003 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2013618 T4021 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2013618 T4021 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2013618 T4003 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2013620 T3993 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2013620 T3993 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2013621 T3975 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2013621 T4021 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2013623 T4003 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2013624 T3975 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-1375478320356\nodes_used_collection_shard1_replica1\'
   [junit4]   2> 2013627 T4021 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2013628 T3993 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2013629 T4003 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-1375478322783\nodes_used_collection_shard2_replica1\'
   [junit4]   2> 2013635 T4021 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-1375478324407\nodes_used_collection_shard2_replica2\'
   [junit4]   2> 2013653 T3993 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-1375478321187\nodes_used_collection_shard1_replica2\'
   [junit4]   2> 2013728 T4021 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2013741 T3975 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2013758 T3993 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2013797 T4021 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2013809 T4003 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2013826 T3993 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2013864 T4003 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2013866 T3993 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2013874 T3975 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2013875 T4021 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2013875 T3993 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 2013884 T4021 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 2013897 T4003 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2013943 T3975 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2013952 T4003 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 2014017 T3975 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 2014629 T4021 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2014673 T4021 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2014677 T4021 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2014877 T3993 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2014883 T3993 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2014886 T3993 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2014903 T4021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2014908 T4021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2014912 T4021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2014913 T4021 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2014914 T4021 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2014914 T4021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2014915 T4021 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2014915 T4021 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2014915 T4021 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2014916 T4021 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-1375478324407\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-1375478324407\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 2014916 T4021 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ffb932
   [junit4]   2> 2014959 T4021 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-1375478324407\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 2015001 T3975 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2015007 T3975 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2015011 T3975 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015027 T3993 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015032 T3993 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015036 T3993 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015038 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015038 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015038 T3993 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015041 T3975 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015041 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015041 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015041 T3993 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2015042 T3993 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-1375478321187\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-1375478321187\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 2015042 T3993 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ffb932
   [junit4]   2> 2015043 T3993 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-1375478321187\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 2015043 T3993 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-1375478321187\\nodes_used_collection_shard1_replica2\data\index/
   [junit4]   2> 2015043 T3993 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-1375478321187\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015043 T3993 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-1375478321187\\nodes_used_collection_shard1_replica2\data\index
   [junit4]   2> 2015046 T4003 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2015047 T3993 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16121df lockFactory=org.apache.lucene.store.NativeFSLockFactory@10f6266),segFN=segments_1,generation=1}
   [junit4]   2> 2015047 T3993 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015051 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2015051 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2015052 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2015052 T3993 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015053 T3993 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2015053 T3993 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2015053 T3993 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2015054 T3993 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2015054 T3993 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2015055 T4021 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-1375478324407\\nodes_used_collection_shard2_replica2\data\index/
   [junit4]   2> 2015056 T4021 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-1375478324407\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015056 T4021 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-1375478324407\\nodes_used_collection_shard2_replica2\data\index
   [junit4]   2> 2015058 T4003 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2015062 T4003 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015070 T3975 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015072 T3993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015076 T3975 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015078 T3993 oass.SolrIndexSearcher.<init> Opening Searcher@1dbf606 main
   [junit4]   2> 2015078 T4021 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b53a9e lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e5cd5),segFN=segments_1,generation=1}
   [junit4]   2> 2015078 T4021 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015079 T3975 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015080 T3975 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015080 T3975 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015081 T3993 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015081 T3993 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015083 T4021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2015083 T4021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2015083 T4021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2015083 T4021 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015084 T4021 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2015084 T4021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2015085 T4021 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2015085 T4021 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2015085 T4045 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@1dbf606 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2015085 T4021 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2015087 T3975 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015087 T3975 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015087 T3975 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2015088 T3975 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-1375478320356\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-1375478320356\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 2015088 T3975 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ffb932
   [junit4]   2> 2015090 T3993 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 2015090 T3993 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:57636 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2015090 T3993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2015094 T4021 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015095 T3975 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-1375478320356\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 2015095 T3975 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-1375478320356\\nodes_used_collection_shard1_replica1\data\index/
   [junit4]   2> 2015095 T3975 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-1375478320356\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015096 T3975 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-1375478320356\\nodes_used_collection_shard1_replica1\data\index
   [junit4]   2> 2015101 T4003 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015107 T4021 oass.SolrIndexSearcher.<init> Opening Searcher@3c3992 main
   [junit4]   2> 2015108 T4021 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015109 T4021 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015109 T3975 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19da819 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1359a7b),segFN=segments_1,generation=1}
   [junit4]   2> 2015111 T3975 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015112 T4003 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2015113 T3993 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 2015115 T4021 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 2015116 T3975 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2015116 T3975 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2015116 T4046 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3c3992 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2015116 T3975 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2015117 T3975 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015118 T3975 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2015118 T3975 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2015118 T3975 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2015118 T3975 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2015119 T3975 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2015123 T4021 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:57654 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2015123 T4021 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2015129 T4003 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015134 T4021 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2015135 T4003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015135 T4003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015135 T4003 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2015138 T4003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2015138 T4003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2015139 T4003 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2015139 T3975 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015139 T4003 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-1375478322783\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-1375478322783\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 2015140 T4003 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ffb932
   [junit4]   2> 2015144 T4003 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-1375478322783\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 2015144 T4003 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-1375478322783\\nodes_used_collection_shard2_replica1\data\index/
   [junit4]   2> 2015144 T4003 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-1375478322783\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015144 T4003 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-1375478322783\\nodes_used_collection_shard2_replica1\data\index
   [junit4]   2> 2015151 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2015153 T4003 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@566879 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1149770),segFN=segments_1,generation=1}
   [junit4]   2> 2015154 T4003 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015156 T4021 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2015157 T3975 oass.SolrIndexSearcher.<init> Opening Searcher@1e1c698 main
   [junit4]   2> 2015159 T3993 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179998
   [junit4]   2> 2015160 T4003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2015160 T4003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2015161 T4021 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 2015161 T4003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2015162 T4003 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2015162 T3975 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015162 T4003 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2015163 T4003 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2015163 T3975 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015163 T4003 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2015163 T4003 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2015164 T4003 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2015165 T4047 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@1e1c698 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2015167 T3975 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 2015167 T3975 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:57624 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2015167 T3975 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2015171 T4003 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015177 T4003 oass.SolrIndexSearcher.<init> Opening Searcher@96c372 main
   [junit4]   2> 2015179 T4003 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015179 T4003 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015183 T4048 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@96c372 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2015183 T4003 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 2015184 T4003 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:57645 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2015184 T4003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2015518 T3993 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2015519 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2015519 T3993 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57636/nodes_used_collection_shard1_replica2/
   [junit4]   2> 2015519 T3993 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:57636 START replicas=[http://127.0.0.1:57624/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 2015520 T3993 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:57636 DONE.  We have no versions.  sync failed.
   [junit4]   2> 2015520 T3993 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2015520 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2015521 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess I

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

st effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375478320195\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-1375478320195\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-1375478320195 FAILED !!!!!
   [junit4]   2> 2144832 T3957 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2144835 T3957 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57617 57617
   [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=A25E7672844E3346 -Dtests.slow=true -Dtests.locale=vi_VN -Dtests.timezone=America/Scoresbysund -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    143s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:57645
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A25E7672844E3346:23B8F86AF311537A]: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:57645 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> 2147405 T3957 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=PostingsFormat(name=Lucene41WithOrds), range_facet_sl=PostingsFormat(name=Lucene41WithOrds), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=PostingsFormat(name=Asserting), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=Lucene41(blocksize=128), other_tl1=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=Lucene41(blocksize=128), intDefault=Lucene41(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=DefaultSimilarity, locale=vi_VN, timezone=America/Scoresbysund
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_25 (32-bit)/cpus=2,threads=1,free=57630856,total=326828032
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfig, TestSolrJ, TestFastLRUCache, ShowFileRequestHandlerTest, TestSolrXmlPersistence, TestUpdate, DirectUpdateHandlerOptimizeTest, SuggesterFSTTest, HdfsLockFactoryTest, UUIDFieldTest, SimpleFacetsTest, SliceStateTest, TestLuceneMatchVersion, TestSolrIndexConfig, FastVectorHighlighterTest, TestSolrDeletionPolicy1, TestStressVersions, TestMaxScoreQueryParser, TestRecovery, ScriptEngineTest, BasicDistributedZk2Test, ResponseLogComponentTest, TestCloudManagedSchema, ReturnFieldsTest, DistributedTermsComponentTest, TestFastWriter, TestCSVLoader, TestWordDelimiterFilterFactory, DirectUpdateHandlerTest, SoftAutoCommitTest, TestCharFilters, DirectSolrConnectionTest, AlternateDirectoryTest, TestStressReorder, SolrPluginUtilsTest, TestReloadAndDeleteDocs, TestAnalyzedSuggestions, TestSolrXMLSerializer, ExternalFileFieldSortTest, SolrIndexSplitterTest, TestFastOutputStream, BadIndexSchemaTest, SampleTest, MinimalSchemaTest, ShardRoutingTest, TestBadConfig, TestAtomicUpdateErrorCases, TestXIncludeConfig, JsonLoaderTest, UnloadDistributedZkTest, TestPseudoReturnFields, TestReload, SynonymTokenizerTest, PingRequestHandlerTest, UpdateParamsTest, ChaosMonkeySafeLeaderTest, LukeRequestHandlerTest, TestLFUCache, TestSurroundQueryParser, SolrCmdDistributorTest, HighlighterConfigTest, DocValuesMultiTest, TermsComponentTest, TestDynamicFieldResource, RegexBoostProcessorTest, TestReversedWildcardFilterFactory, TestRangeQuery, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, TestPostingsSolrHighlighter, UpdateRequestProcessorFactoryTest, TestTrie, TestCollationField, NumericFieldsTest, SliceStateUpdateTest, OverseerCollectionProcessorTest, SignatureUpdateProcessorFactoryTest, CachingDirectoryFactoryTest, OverseerTest, RequiredFieldsTest, TestSolrQueryParserResource, SuggesterTSTTest, BasicFunctionalityTest, MoreLikeThisHandlerTest, ClusterStateTest, TestFiltering, TestDistributedSearch, StatsComponentTest, TestFunctionQuery, SolrTestCaseJ4Test, BasicDistributedZkTest, TestUniqueKeyFieldResource, TestFaceting, TestLMJelinekMercerSimilarityFactory, BasicZkTest, BlockCacheTest, DistributedSpellCheckComponentTest, SpellingQueryConverterTest, HdfsChaosMonkeySafeLeaderTest, TestPluginEnable, TestSolr4Spatial, TestRandomFaceting, ZkNodePropsTest, DisMaxRequestHandlerTest, TestGroupingSearch, TestPhraseSuggestions, TestSort, TestAddFieldRealTimeGet, TestDocSet, SpellCheckCollatorTest, MBeansHandlerTest, DocValuesTest, DefaultValueUpdateProcessorTest, RecoveryZkTest, BadCopyFieldTest, SolrCoreCheckLockOnStartupTest, PrimitiveFieldTypeTest, JSONWriterTest, TestCopyFieldCollectionResource, TestFieldTypeCollectionResource, LoggingHandlerTest, IndexReaderFactoryTest, TestWriterPerf, LeaderElectionTest, TestStressRecovery, HardAutoCommitTest, TestPHPSerializedResponseWriter, PolyFieldTest, TestStressLucene, TestClassNameShortening, TestSolrXml, AssignTest, HdfsDirectoryTest, SolrRequestParserTest, SimplePostToolTest, QueryParsingTest, HdfsBasicDistributedZkTest, CurrencyFieldOpenExchangeTest, SchemaVersionSpecificBehaviorTest, PeerSyncTest, TestQueryTypes, TestPartialUpdateDeduplication, TestRandomMergePolicy, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 143.04s, 1 test, 1 error <<< FAILURES!

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