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/01 13:39:41 UTC

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

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

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

Error Message:
Server refused connection at: http://127.0.0.1:63491/_npe

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




Build Log:
[...truncated 9591 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1175669 T2371 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_npe/
   [junit4]   2> 1175673 T2371 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-1375354877066
   [junit4]   2> 1175675 T2371 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1175676 T2372 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1175785 T2371 oasc.ZkTestServer.run start zk server on port:63472
   [junit4]   2> 1175788 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175808 T2378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ee4fafe name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1175809 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1175809 T2371 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1175823 T2373 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403989f49a0000, 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> 1175826 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175834 T2380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d2d0a4e name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1175835 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1175835 T2371 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1175851 T2371 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1175863 T2371 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1175870 T2371 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1175877 T2371 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> 1175878 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1175891 T2371 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> 1175891 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1175899 T2371 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> 1175901 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1175907 T2371 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> 1175907 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1175914 T2371 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> 1175914 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1175921 T2371 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> 1175922 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1175928 T2371 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> 1175928 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1175934 T2371 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> 1175934 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1175941 T2371 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> 1175941 T2371 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1175948 T2373 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403989f49a0001, 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> 1176431 T2371 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1176434 T2371 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63479
   [junit4]   2> 1176435 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1176436 T2371 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1176436 T2371 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-1375354877340
   [junit4]   2> 1176436 T2371 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-1375354877340\'
   [junit4]   2> 1176488 T2371 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-1375354877340\solr.xml
   [junit4]   2> 1176569 T2371 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1176570 T2371 oasc.CoreContainer.<init> New CoreContainer 1755756096
   [junit4]   2> 1176570 T2371 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-1375354877340\]
   [junit4]   2> 1176572 T2371 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1176572 T2371 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1176572 T2371 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1176572 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1176573 T2371 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1176573 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1176573 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1176574 T2371 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1176574 T2371 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1176574 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1176583 T2371 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63472/solr
   [junit4]   2> 1176584 T2371 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1176585 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176601 T2391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e96b09a name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1176601 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1176605 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1176605 T2373 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403989f49a0002, 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> 1176611 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176615 T2393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50d6b537 name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1176615 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1176622 T2371 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1176637 T2371 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1176651 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1176661 T2371 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63479__npe
   [junit4]   2> 1176665 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63479__npe
   [junit4]   2> 1176680 T2371 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1176706 T2371 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1176718 T2371 oasc.Overseer.start Overseer (id=90135257224445955-127.0.0.1:63479__npe-n_0000000000) starting
   [junit4]   2> 1176734 T2371 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1176752 T2395 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1176755 T2371 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1176767 T2371 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1176776 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1176792 T2394 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1176803 T2371 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-1375354877340
   [junit4]   2> 1177066 T2371 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-1375354877340\conf\
   [junit4]   2> 1177079 T2371 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1177080 T2371 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1177080 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1177080 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1177087 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1177090 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177093 T2398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38cae72b name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177094 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177095 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1177100 T2371 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1177590 T2371 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1177596 T2371 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63491
   [junit4]   2> 1177598 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1177598 T2371 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1177598 T2371 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-1375354878492
   [junit4]   2> 1177599 T2371 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-1375354878492\'
   [junit4]   2> 1177627 T2371 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-1375354878492\solr.xml
   [junit4]   2> 1177711 T2371 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1177712 T2371 oasc.CoreContainer.<init> New CoreContainer 515806373
   [junit4]   2> 1177712 T2371 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-1375354878492\]
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1177715 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1177716 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1177716 T2371 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1177717 T2371 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1177718 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1177724 T2371 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63472/solr
   [junit4]   2> 1177725 T2371 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1177727 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177742 T2409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5498e955 name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177743 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177747 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1177747 T2373 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403989f49a0005, 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> 1177756 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177762 T2411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@892598b name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177762 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177776 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1178858 T2371 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63491__npe
   [junit4]   2> 1178863 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63491__npe
   [junit4]   2> 1178877 T2398 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1178877 T2393 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1178878 T2411 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1178887 T2371 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-1375354878492
   [junit4]   2> 1179194 T2371 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-1375354878492\conf\
   [junit4]   2> 1179207 T2371 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1179208 T2371 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1179208 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1179208 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1179670 T2371 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1179675 T2371 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63500
   [junit4]   2> 1179676 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1179676 T2371 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1179677 T2371 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-1375354880608
   [junit4]   2> 1179678 T2371 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-1375354880608\'
   [junit4]   2> 1179718 T2371 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-1375354880608\solr.xml
   [junit4]   2> 1179812 T2371 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1179813 T2371 oasc.CoreContainer.<init> New CoreContainer 1072411384
   [junit4]   2> 1179813 T2371 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-1375354880608\]
   [junit4]   2> 1179815 T2371 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1179815 T2371 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1179816 T2371 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1179816 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1179816 T2371 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1179817 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1179817 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1179817 T2371 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1179817 T2371 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1179818 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1179826 T2371 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63472/solr
   [junit4]   2> 1179827 T2371 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1179830 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179846 T2423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a9dd3bd name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179846 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179851 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1179858 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179862 T2425 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7303e134 name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179862 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179876 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1181064 T2371 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63500__npe
   [junit4]   2> 1181079 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63500__npe
   [junit4]   2> 1181094 T2398 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1181095 T2393 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1181096 T2425 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1181097 T2411 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1181116 T2371 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-1375354880608
   [junit4]   2> 1181410 T2371 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-1375354880608\conf\
   [junit4]   2> 1181430 T2371 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1181431 T2371 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1181431 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1181432 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1181926 T2371 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1181930 T2371 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63509
   [junit4]   2> 1181932 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1181932 T2371 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1181932 T2371 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-1375354882837
   [junit4]   2> 1181934 T2371 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-1375354882837\'
   [junit4]   2> 1181965 T2371 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-1375354882837\solr.xml
   [junit4]   2> 1182069 T2371 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1182069 T2371 oasc.CoreContainer.<init> New CoreContainer 11092915
   [junit4]   2> 1182069 T2371 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-1375354882837\]
   [junit4]   2> 1182071 T2371 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1182071 T2371 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1182073 T2371 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1182073 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1182073 T2371 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1182074 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1182074 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1182074 T2371 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1182074 T2371 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1182075 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1182083 T2371 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63472/solr
   [junit4]   2> 1182084 T2371 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1182085 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1182110 T2437 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e6b8c64 name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1182111 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1182117 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1182118 T2373 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403989f49a0009, 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> 1182133 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1182142 T2439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fc89ebe name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1182142 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1182162 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1183360 T2371 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63509__npe
   [junit4]   2> 1183373 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63509__npe
   [junit4]   2> 1183394 T2398 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1183395 T2393 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1183396 T2411 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1183397 T2439 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1183401 T2425 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1183425 T2371 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-1375354882837
   [junit4]   2> 1183711 T2371 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-1375354882837\conf\
   [junit4]   2> 1183728 T2371 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1183729 T2371 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1183729 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1183730 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1184261 T2371 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1184265 T2371 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63518
   [junit4]   2> 1184265 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1184267 T2371 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1184267 T2371 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-1375354885132
   [junit4]   2> 1184267 T2371 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-1375354885132\'
   [junit4]   2> 1184302 T2371 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-1375354885132\solr.xml
   [junit4]   2> 1184399 T2371 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1184400 T2371 oasc.CoreContainer.<init> New CoreContainer 478158171
   [junit4]   2> 1184402 T2371 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-1375354885132\]
   [junit4]   2> 1184405 T2371 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1184406 T2371 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1184406 T2371 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1184407 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1184409 T2371 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1184409 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1184410 T2371 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1184410 T2371 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1184411 T2371 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1184412 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1184426 T2371 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63472/solr
   [junit4]   2> 1184426 T2371 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1184429 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1184448 T2451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6de801cd name:ZooKeeperConnection Watcher:127.0.0.1:63472 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1184448 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1184453 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1184465 T2371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1184472 T2453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7aa4ae96 name:ZooKeeperConnection Watcher:127.0.0.1:63472/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1184472 T2371 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1184486 T2371 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1185677 T2371 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63518__npe
   [junit4]   2> 1185688 T2371 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63518__npe
   [junit4]   2> 1185706 T2398 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185707 T2411 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185708 T2393 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185708 T2439 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185710 T2425 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185710 T2453 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1185731 T2371 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-1375354885132
   [junit4]   2> 1186006 T2371 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-1375354885132\conf\
   [junit4]   2> 1186018 T2371 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1186018 T2371 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1186019 T2371 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1186019 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1186028 T2371 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1186033 T2402 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1186038 T2393 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186041 T2393 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186041 T2395 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> 1186043 T2395 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> 1187193 T2394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1187196 T2394 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1187196 T2394 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1187218 T2411 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> 1187218 T2425 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> 1187220 T2453 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> 1187222 T2439 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> 1187218 T2398 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> 1187222 T2393 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> 1187242 T2395 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1187242 T2395 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:63518__npe
   [junit4]   2> 1187245 T2395 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:63479__npe
   [junit4]   2> 1187246 T2395 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:63509__npe
   [junit4]   2> 1187249 T2395 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:63500__npe
   [junit4]   2> 1187263 T2435 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1187264 T2444 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1187267 T2389 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1187268 T2420 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1187270 T2435 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1187270 T2444 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1187271 T2389 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1187274 T2420 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1189021 T2394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1189024 T2394 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1189025 T2394 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":"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:63509__npe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63509/_npe"}
   [junit4]   2> 1189094 T2394 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1189094 T2394 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63518__npe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63518/_npe"}
   [junit4]   2> 1189103 T2394 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1189105 T2394 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63479__npe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63479/_npe"}
   [junit4]   2> 1189114 T2394 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1189114 T2394 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:63500__npe",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63500/_npe"}
   [junit4]   2> 1189124 T2398 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> 1189124 T2411 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> 1189125 T2425 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> 1189125 T2453 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> 1189125 T2439 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> 1189127 T2393 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> 1189642 T2444 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1189643 T2389 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1189642 T2435 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1189645 T2420 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1189648 T2444 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-jetty4-1375354885132\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-jetty4-1375354885132\nodes_used_collection_shard1_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1189648 T2444 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-jetty4-1375354885132\nodes_used_collection_shard1_replica1
   [junit4]   2> 1189649 T2444 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1189648 T2435 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-1375354882837\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-jetty3-1375354882837\nodes_used_collection_shard2_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1189650 T2435 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-jetty3-1375354882837\nodes_used_collection_shard2_replica1
   [junit4]   2> 1189650 T2420 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-1375354880608\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-jetty2-1375354880608\nodes_used_collection_shard2_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1189651 T2420 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-jetty2-1375354880608\nodes_used_collection_shard2_replica2
   [junit4]   2> 1189652 T2420 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1189648 T2389 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-1375354877340\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-controljetty-1375354877340\nodes_used_collection_shard1_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1189652 T2389 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-controljetty-1375354877340\nodes_used_collection_shard1_replica2
   [junit4]   2> 1189654 T2389 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1189651 T2435 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1189651 T2444 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1189656 T2444 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1189655 T2420 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1189657 T2420 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1189658 T2435 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1189658 T2435 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1189659 T2389 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1189659 T2389 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1189660 T2444 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1189662 T2444 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1189662 T2420 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1189663 T2420 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1189663 T2435 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1189664 T2435 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1189665 T2389 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1189665 T2389 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1189670 T2444 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1189673 T2435 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1189673 T2420 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1189677 T2444 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-1375354885132\nodes_used_collection_shard1_replica1\'
   [junit4]   2> 1189677 T2389 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1189680 T2435 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-1375354882837\nodes_used_collection_shard2_replica1\'
   [junit4]   2> 1189682 T2420 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-1375354880608\nodes_used_collection_shard2_replica2\'
   [junit4]   2> 1189685 T2389 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-1375354877340\nodes_used_collection_shard1_replica2\'
   [junit4]   2> 1189797 T2444 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1189804 T2435 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1189889 T2444 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1189898 T2435 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1189931 T2389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1189945 T2420 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1190003 T2444 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1190018 T2435 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1190029 T2435 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1190018 T2444 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1190053 T2389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1190075 T2389 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1190086 T2389 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1190138 T2420 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1190149 T2420 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1190160 T2420 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1191589 T2435 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1191600 T2435 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1191605 T2435 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1191727 T2444 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1191735 T2444 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1191739 T2444 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1191856 T2389 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1191864 T2389 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1191869 T2389 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1192068 T2420 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1192077 T2420 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1192081 T2420 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1192162 T2435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192163 T2389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192164 T2420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192168 T2444 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192174 T2435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192178 T2389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192195 T2420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192203 T2444 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1192209 T2435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192213 T2389 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192219 T2420 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192226 T2444 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192228 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192228 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192228 T2435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192229 T2389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192229 T2389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192229 T2389 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192230 T2420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192231 T2420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192231 T2420 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192234 T2444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192234 T2444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192234 T2444 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1192236 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192236 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192236 T2435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1192237 T2435 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-jetty3-1375354882837\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-jetty3-1375354882837\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1192237 T2435 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b7b1ad5
   [junit4]   2> 1192238 T2435 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-1375354882837\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1192239 T2435 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-1375354882837\\nodes_used_collection_shard2_replica1\data\index/
   [junit4]   2> 1192239 T2435 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-jetty3-1375354882837\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1192239 T2435 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-1375354882837\\nodes_used_collection_shard2_replica1\data\index
   [junit4]   2> 1192245 T2435 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3b7ab07 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48d8df0d; maxCacheMB=0.66796875 maxMergeSizeMB=0.703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1192245 T2435 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1192251 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1192252 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1192252 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1192253 T2435 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1192253 T2435 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1192253 T2435 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1192254 T2435 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1192254 T2435 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1192255 T2435 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1192266 T2435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1192274 T2435 oass.SolrIndexSearcher.<init> Opening Searcher@7ad21cdb main
   [junit4]   2> 1192275 T2435 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1192275 T2435 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1192278 T2389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192278 T2389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192279 T2389 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1192279 T2389 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-controljetty-1375354877340\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-controljetty-1375354877340\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1192279 T2389 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b7b1ad5
   [junit4]   2> 1192280 T2389 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-1375354877340\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1192280 T2389 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-1375354877340\\nodes_used_collection_shard1_replica2\data\index/
   [junit4]   2> 1192281 T2389 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-controljetty-1375354877340\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1192281 T2389 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-1375354877340\\nodes_used_collection_shard1_replica2\data\index
   [junit4]   2> 1192286 T2389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48cfd781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@371458f2; maxCacheMB=0.66796875 maxMergeSizeMB=0.703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1192287 T2389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1192294 T2389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1192294 T2389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1192295 T2389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1192296 T2389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1192296 T2389 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1192296 T2389 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1192296 T2389 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1192298 T2389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1192298 T2389 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1192308 T2389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1192317 T2389 oass.SolrIndexSearcher.<init> Opening Searcher@14e95041 main
   [junit4]   2> 1192318 T2389 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1192318 T2389 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1192319 T2420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192321 T2420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192321 T2420 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1192322 T2420 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-jetty2-1375354880608\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-jetty2-1375354880608\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1192322 T2420 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b7b1ad5
   [junit4]   2> 1192323 T2420 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-1375354880608\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1192323 T2420 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-1375354880608\\nodes_used_collection_shard2_replica2\data\index/
   [junit4]   2> 1192323 T2420 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-jetty2-1375354880608\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1192323 T2420 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-1375354880608\\nodes_used_collection_shard2_replica2\data\index
   [junit4]   2> 1192329 T2420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6dc587ab lockFactory=org.apache.lucene.store.NativeFSLockFactory@1080b4e7; maxCacheMB=0.66796875 maxMergeSizeMB=0.703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1192329 T2420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1192335 T2420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1192336 T2420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1192336 T2420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1192337 T2420 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1192337 T2420 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1192337 T2420 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1192338 T2420 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1192338 T2420 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1192340 T2420 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1192350 T2420 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1192358 T2420 oass.SolrIndexSearcher.<init> Opening Searcher@53431886 main
   [junit4]   2> 1192359 T2420 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1192359 T2420 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1192360 T2444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1192387 T2444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1192387 T2444 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1192387 T2444 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-jetty4-1375354885132\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-jetty4-1375354885132\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1192387 T2444 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b7b1ad5
   [junit4]   2> 1192386 T2435 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1192402 T2435 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:63509/_npe collection:nodes_used_collection shard:shard2
   [junit4]   2> 1192402 T2435 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1192385 T2459 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@7ad21cdb main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1192378 T2389 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1192410 T2389 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:63479/_npe collection:nodes_used_collection shard:shard1
   [junit4]   2> 1192410 T2389 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1192415 T2444 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-jetty4-1375354885132\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1192415 T2444 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-jetty4-1375354885132\\nodes_used_collection_shard1_replica1\data\index/
   [junit4]   2> 1192415 T2444 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-jetty4-1375354885132\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1192416 T2444 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-jetty4-1375354885132\\nodes_used_collection_shard1_replica1\data\index
   [junit4]   2> 1192421 T2444 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@353abd51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6205eb81; maxCacheMB=0.66796875 maxMergeSizeMB=0.703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1192422 T2444 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1192427 T2444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1192427 T2444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1192428 T2444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1192428 T2444 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1192429 T2444 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1192429 T2444 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1192429 T2444 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1192430 T2444 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1192431 T2444 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1192442 T2444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1192377 T2460 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@14e95041 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1192454 T2435 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1192454 T2389 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1192454 T2420 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1192455 T2420 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:63500/_npe collection:nodes_used_collection shard:shard2
   [junit4]   2> 1192455 T2420 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1192452 T2461 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@53431886 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1192449 T2444 oass.SolrIndexSearcher.<init> Opening Searcher@23a9a66e main
   [junit4]   2> 1192467 T2444 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1192469 T2444 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1192469 T2420 oascc.SolrZkClient.makeP

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


   [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-1375354877065\zookeeper\server1\data\version-2\log.1 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-1375354877065\zookeeper\server1\data\version-2 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-1375354877065\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375354877065\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-1375354877065\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-1375354877065 FAILED !!!!!
   [junit4]   2> 1375150 T2371 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1375152 T2371 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:63472 63472
   [junit4]   2> 1376334 T2453 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1377346 T2453 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1377347 T2453 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [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=F6C567AAFFED0645 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Africa/Dar_es_Salaam -Dtests.file.encoding=UTF-8
   [junit4] ERROR    202s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:63491/_npe
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6C567AAFFED0645:7723E9B288B26679]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:63491 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused: 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]    > 	... 51 more
   [junit4]   2> 1377370 T2371 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_l=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), text=PostingsFormat(name=Lucene41VarGapFixedInterval), _version_=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), intDefault=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), id=PostingsFormat(name=Asserting), timestamp=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), a_t=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), range_facet_sl=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_si=MockFixedIntBlock(blockSize=803), other_tl1=Pulsing41(freqCutoff=7 minBlockSize=92 maxBlockSize=217), multiDefault=MockFixedIntBlock(blockSize=803), a_si=MockFixedIntBlock(blockSize=803)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=DefaultSimilarity, locale=es_GT, timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=4,free=77329336,total=277757952
   [junit4]   2> NOTE: All tests run in this JVM: [TestPHPSerializedResponseWriter, SimplePostToolTest, TestValueSourceCache, DefaultValueUpdateProcessorTest, TestQuerySenderListener, TestSweetSpotSimilarityFactory, ZkNodePropsTest, ShardRoutingCustomTest, SearchHandlerTest, TestRTGBase, ParsingFieldUpdateProcessorsTest, PrimitiveFieldTypeTest, SolrCoreTest, TestRecovery, TestDocumentBuilder, ExternalFileFieldSortTest, DOMUtilTest, TestFiltering, TestIndexingPerformance, MoreLikeThisHandlerTest, TestReload, FieldMutatingUpdateProcessorTest, TestLMJelinekMercerSimilarityFactory, IndexBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestWriterPerf, SpatialFilterTest, TestFastLRUCache, OutputWriterTest, NumericFieldsTest, TermsComponentTest, ReturnFieldsTest, QueryEqualityTest, FastVectorHighlighterTest, DocValuesMultiTest, TestCSVLoader, UnloadDistributedZkTest, LeaderElectionTest, FullSolrCloudDistribCmdsTest, TestDefaultSearchFieldResource, NotRequiredUniqueKeyTest, SyncSliceTest, TestHashPartitioner, TestDynamicFieldCollectionResource, TestPluginEnable, UpdateParamsTest, CoreContainerCoreInitFailuresTest, TestPropInjectDefaults, TestBinaryResponseWriter, TestSchemaResource, SolrCoreCheckLockOnStartupTest, SpellCheckComponentTest, PreAnalyzedUpdateProcessorTest, SolrTestCaseJ4Test, PathHierarchyTokenizerFactoryTest, TestSchemaNameResource, BasicZkTest, ChaosMonkeyNothingIsSafeTest, TestSurroundQueryParser, TestDistributedSearch, TestSolrCoreProperties, TestMaxScoreQueryParser, TestDynamicFieldResource, PolyFieldTest, TestAddFieldRealTimeGet, TestComponentsName, HdfsBasicDistributedZk2Test, TestSerializedLuceneMatchVersion, TestRandomDVFaceting, TestBadConfig, HdfsDirectoryTest, TestSolrJ, PluginInfoTest, ScriptEngineTest, HdfsSyncSliceTest, QueryElevationComponentTest, SuggesterWFSTTest, TestReplicationHandler, CopyFieldTest, CurrencyFieldOpenExchangeTest, BadCopyFieldTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 201.75s, 1 test, 1 error <<< FAILURES!

[...truncated 737 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, 1345 tests, 1 error, 39 ignored (11 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3098/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Server refused connection at: http://127.0.0.1:49735/v_zpg/dg

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




Build Log:
[...truncated 9757 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1573806 T3934 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /v_zpg/dg
   [junit4]   2> 1573812 T3934 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-1375391429453
   [junit4]   2> 1573814 T3934 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1573816 T3935 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1573881 T3934 oasc.ZkTestServer.run start zk server on port:49716
   [junit4]   2> 1573882 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1573890 T3941 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37c63a76 name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1573891 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1573891 T3934 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1573897 T3936 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403bb7b3560000, 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> 1573899 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1573902 T3943 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37bafb0d name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1573902 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1573902 T3934 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1573908 T3934 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1573911 T3934 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1573915 T3934 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1573920 T3934 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> 1573920 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1573928 T3934 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> 1573929 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1573934 T3934 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> 1573935 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1573939 T3934 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> 1573940 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1573948 T3934 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> 1573948 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1573952 T3934 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> 1573953 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1573957 T3934 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> 1573957 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1573960 T3934 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> 1573961 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1573964 T3934 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> 1573965 T3934 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1574319 T3934 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1574325 T3934 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49723
   [junit4]   2> 1574325 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1574325 T3934 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1574326 T3934 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-1375391429610
   [junit4]   2> 1574326 T3934 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-1375391429610\'
   [junit4]   2> 1574351 T3934 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-1375391429610\solr.xml
   [junit4]   2> 1574414 T3934 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1574415 T3934 oasc.CoreContainer.<init> New CoreContainer 1560877078
   [junit4]   2> 1574415 T3934 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-1375391429610\]
   [junit4]   2> 1574417 T3934 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1574417 T3934 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1574417 T3934 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1574417 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1574418 T3934 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1574418 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1574418 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1574418 T3934 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1574418 T3934 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1574419 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1574425 T3934 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49716/solr
   [junit4]   2> 1574425 T3934 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1574428 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1574442 T3954 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36ea8559 name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1574443 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1574448 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1574452 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1574454 T3956 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2df7e611 name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1574454 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1574457 T3934 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1574463 T3934 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1574468 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1574470 T3934 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49723_v_zpg%2Fdg
   [junit4]   2> 1574472 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49723_v_zpg%2Fdg
   [junit4]   2> 1574477 T3934 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1574484 T3934 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1574486 T3934 oasc.Overseer.start Overseer (id=90137652721221635-127.0.0.1:49723_v_zpg%2Fdg-n_0000000000) starting
   [junit4]   2> 1574492 T3934 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1574497 T3958 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1574497 T3934 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1574502 T3934 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1574504 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1574508 T3957 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1574511 T3934 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-1375391429610
   [junit4]   2> 1574706 T3934 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-1375391429610\conf\
   [junit4]   2> 1574716 T3934 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1574717 T3934 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1574717 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1574717 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1574730 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1574732 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1574734 T3961 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b7b39e1 name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1574735 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1574736 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1574738 T3934 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1575061 T3934 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1575064 T3934 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49735
   [junit4]   2> 1575065 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1575065 T3934 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1575066 T3934 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-1375391430378
   [junit4]   2> 1575066 T3934 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-1375391430378\'
   [junit4]   2> 1575092 T3934 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-1375391430378\solr.xml
   [junit4]   2> 1575150 T3934 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1575150 T3934 oasc.CoreContainer.<init> New CoreContainer 425466505
   [junit4]   2> 1575151 T3934 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-1375391430378\]
   [junit4]   2> 1575152 T3934 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1575153 T3934 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1575153 T3934 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1575154 T3934 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1575155 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1575160 T3934 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49716/solr
   [junit4]   2> 1575160 T3934 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1575161 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575167 T3972 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bff01f4 name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575168 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1575170 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1575174 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575177 T3974 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b13db7d name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575177 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1575183 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1575847 T3934 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49735_v_zpg%2Fdg
   [junit4]   2> 1575848 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49735_v_zpg%2Fdg
   [junit4]   2> 1575853 T3961 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1575853 T3956 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1575854 T3974 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1575859 T3934 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-1375391430378
   [junit4]   2> 1576063 T3934 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-1375391430378\conf\
   [junit4]   2> 1576072 T3934 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1576073 T3934 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1576073 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1576074 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1576427 T3934 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1576430 T3934 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49744
   [junit4]   2> 1576431 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1576431 T3934 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1576431 T3934 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-1375391431717
   [junit4]   2> 1576432 T3934 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-1375391431717\'
   [junit4]   2> 1576462 T3934 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-1375391431717\solr.xml
   [junit4]   2> 1576521 T3934 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1576522 T3934 oasc.CoreContainer.<init> New CoreContainer 1394406731
   [junit4]   2> 1576522 T3934 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-1375391431717\]
   [junit4]   2> 1576523 T3934 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1576524 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1576525 T3934 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1576525 T3934 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1576525 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1576530 T3934 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49716/solr
   [junit4]   2> 1576531 T3934 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1576532 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1576546 T3986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fc44c2e name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1576546 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1576548 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1576552 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1576555 T3988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c64d53b name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1576555 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1576561 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1577224 T3934 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49744_v_zpg%2Fdg
   [junit4]   2> 1577232 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49744_v_zpg%2Fdg
   [junit4]   2> 1577237 T3961 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1577237 T3988 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1577237 T3974 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1577237 T3956 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1577244 T3934 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-1375391431717
   [junit4]   2> 1577437 T3934 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-1375391431717\conf\
   [junit4]   2> 1577450 T3934 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1577450 T3934 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1577450 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1577451 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1577721 T3934 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1577724 T3934 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49753
   [junit4]   2> 1577725 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1577726 T3934 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1577726 T3934 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-1375391433095
   [junit4]   2> 1577727 T3934 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-1375391433095\'
   [junit4]   2> 1577748 T3934 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-1375391433095\solr.xml
   [junit4]   2> 1577807 T3934 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1577807 T3934 oasc.CoreContainer.<init> New CoreContainer 1170770365
   [junit4]   2> 1577807 T3934 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-1375391433095\]
   [junit4]   2> 1577808 T3934 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1577808 T3934 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1577808 T3934 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1577809 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1577809 T3934 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1577810 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1577810 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1577810 T3934 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1577811 T3934 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1577811 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1577815 T3934 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49716/solr
   [junit4]   2> 1577816 T3934 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1577817 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577827 T4000 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e5d4773 name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577828 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1577830 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1577833 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577836 T4002 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49006d3d name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577836 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1577842 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1578525 T3934 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49753_v_zpg%2Fdg
   [junit4]   2> 1578532 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49753_v_zpg%2Fdg
   [junit4]   2> 1578537 T3961 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1578537 T3956 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1578537 T3974 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1578537 T3988 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1578538 T4002 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1578552 T3934 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-1375391433095
   [junit4]   2> 1578721 T3934 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-1375391433095\conf\
   [junit4]   2> 1578730 T3934 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1578731 T3934 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1578731 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1578731 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1579041 T3934 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1579045 T3934 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49762
   [junit4]   2> 1579048 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1579048 T3934 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1579048 T3934 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-1375391434375
   [junit4]   2> 1579049 T3934 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-1375391434375\'
   [junit4]   2> 1579085 T3934 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-1375391434375\solr.xml
   [junit4]   2> 1579167 T3934 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1579167 T3934 oasc.CoreContainer.<init> New CoreContainer 983865255
   [junit4]   2> 1579168 T3934 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-1375391434375\]
   [junit4]   2> 1579169 T3934 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1579170 T3934 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1579170 T3934 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1579170 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1579171 T3934 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1579171 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1579171 T3934 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1579171 T3934 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1579171 T3934 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1579171 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1579176 T3934 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49716/solr
   [junit4]   2> 1579177 T3934 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1579178 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1579190 T4014 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1958ce name:ZooKeeperConnection Watcher:127.0.0.1:49716 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1579190 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1579193 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1579199 T3934 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1579201 T4016 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13129f00 name:ZooKeeperConnection Watcher:127.0.0.1:49716/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1579202 T3934 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1579208 T3934 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1579938 T3934 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49762_v_zpg%2Fdg
   [junit4]   2> 1579944 T3934 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49762_v_zpg%2Fdg
   [junit4]   2> 1579950 T3988 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579950 T3956 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579951 T4002 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579951 T4016 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579952 T3974 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579952 T3961 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1579958 T3934 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-1375391434375
   [junit4]   2> 1580124 T3934 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-1375391434375\conf\
   [junit4]   2> 1580133 T3934 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1580134 T3934 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1580134 T3934 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1580134 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1580140 T3934 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1580145 T3968 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1580148 T3956 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1580152 T3958 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> 1580152 T3958 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> 1580671 T3957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1580671 T3957 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1580671 T3957 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1580678 T3988 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> 1580678 T3961 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> 1580678 T3974 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> 1580679 T4016 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> 1580678 T4002 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> 1580678 T3956 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> 1580740 T3958 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1580740 T3958 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:49762_v_zpg%2Fdg
   [junit4]   2> 1580741 T3958 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:49753_v_zpg%2Fdg
   [junit4]   2> 1580743 T3958 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:49744_v_zpg%2Fdg
   [junit4]   2> 1580745 T3958 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:49735_v_zpg%2Fdg
   [junit4]   2> 1580748 T4010 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1580751 T3993 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1580751 T3981 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1580751 T3970 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1580753 T4010 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1580753 T3981 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1580753 T3993 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1580755 T3970 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1581775 T3957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1581777 T3957 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1581777 T3957 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:49762_v_zpg%2Fdg",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49762/v_zpg/dg"}
   [junit4]   2> 1581802 T3957 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1581802 T3957 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:49753_v_zpg%2Fdg",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49753/v_zpg/dg"}
   [junit4]   2> 1581809 T3957 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1581809 T3957 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:49744_v_zpg%2Fdg",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49744/v_zpg/dg"}
   [junit4]   2> 1581815 T3957 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1581815 T3957 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:49735_v_zpg%2Fdg",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49735/v_zpg/dg"}
   [junit4]   2> 1581822 T3961 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> 1581823 T3974 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> 1581823 T4016 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> 1581823 T4002 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> 1581822 T3988 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> 1581823 T3956 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> 1582203 T4010 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1582204 T3981 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1582205 T4010 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-jetty4-1375391434375\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-jetty4-1375391434375\nodes_used_collection_shard1_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1582205 T4010 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-jetty4-1375391434375\nodes_used_collection_shard1_replica1
   [junit4]   2> 1582205 T4010 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1582205 T3970 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1582205 T3993 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1582205 T3981 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-1375391431717\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-1375391431717\nodes_used_collection_shard2_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 1582206 T3981 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-1375391431717\nodes_used_collection_shard2_replica1
   [junit4]   2> 1582206 T3981 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1582207 T3970 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-1375391430378\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-jetty1-1375391430378\nodes_used_collection_shard2_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1582207 T3970 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-jetty1-1375391430378\nodes_used_collection_shard2_replica2
   [junit4]   2> 1582207 T3970 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1582208 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-jetty3-1375391433095\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-jetty3-1375391433095\nodes_used_collection_shard1_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 1582208 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-jetty3-1375391433095\nodes_used_collection_shard1_replica2
   [junit4]   2> 1582208 T4010 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1582209 T3993 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1582209 T3981 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1582209 T3981 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1582209 T3970 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1582209 T3970 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1582209 T3993 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1582209 T4010 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1582211 T3970 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1582211 T3970 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1582210 T3981 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1582212 T3981 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1582212 T4010 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1582212 T4010 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1582211 T3993 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1582219 T3981 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1582219 T3970 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1582221 T4010 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1582222 T3993 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1582222 T3981 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-1375391431717\nodes_used_collection_shard2_replica1\'
   [junit4]   2> 1582223 T3970 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-1375391430378\nodes_used_collection_shard2_replica2\'
   [junit4]   2> 1582224 T4010 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-1375391434375\nodes_used_collection_shard1_replica1\'
   [junit4]   2> 1582227 T3993 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1582244 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-jetty3-1375391433095\nodes_used_collection_shard1_replica2\'
   [junit4]   2> 1582321 T3981 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1582340 T4010 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1582405 T4010 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1582425 T3981 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1582429 T3993 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1582437 T3970 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1582471 T4010 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1582477 T4010 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1582497 T3993 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1582500 T3981 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1582508 T3981 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1582571 T3970 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1582642 T3993 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1582707 T3993 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1582710 T3970 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1582717 T3970 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1583470 T3981 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1583605 T3981 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1583611 T3981 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1583677 T3993 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1583702 T4010 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1583707 T4010 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1583710 T4010 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1583718 T3993 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1583721 T3993 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1583755 T3993 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583768 T3993 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583772 T3993 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583775 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583775 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583775 T3993 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583777 T3981 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583777 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583778 T3993 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583778 T3993 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1583778 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-jetty3-1375391433095\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-jetty3-1375391433095\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1583778 T3993 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec3c727
   [junit4]   2> 1583779 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-jetty3-1375391433095\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 1583780 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-jetty3-1375391433095\\nodes_used_collection_shard1_replica2\data\index/
   [junit4]   2> 1583780 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-jetty3-1375391433095\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1583780 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-jetty3-1375391433095\\nodes_used_collection_shard1_replica2\data\index
   [junit4]   2> 1583785 T3981 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583787 T4010 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583788 T3993 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16fd635b lockFactory=org.apache.lucene.store.NativeFSLockFactory@72f663f6),segFN=segments_1,generation=1}
   [junit4]   2> 1583789 T3993 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1583793 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1583793 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1583794 T3993 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1583794 T3993 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1583794 T3993 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1583794 T3993 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1583794 T3993 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1583795 T3993 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1583795 T3993 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1583816 T3981 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583818 T3970 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1583821 T4010 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583823 T3993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1583826 T3981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583826 T3981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583826 T3981 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583826 T3993 oass.SolrIndexSearcher.<init> Opening Searcher@18c8a8db main
   [junit4]   2> 1583827 T3970 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1583828 T3993 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1583828 T3993 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1583830 T3970 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1583831 T3993 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1583831 T3993 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49753/v_zpg/dg collection:nodes_used_collection shard:shard1
   [junit4]   2> 1583832 T3993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1583833 T3981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583833 T3981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583833 T3981 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1583834 T3981 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-1375391431717\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-1375391431717\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1583834 T3981 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec3c727
   [junit4]   2> 1583835 T3981 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-1375391431717\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 1583835 T3981 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-1375391431717\\nodes_used_collection_shard2_replica1\data\index/
   [junit4]   2> 1583835 T3981 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-1375391431717\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1583835 T4022 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@18c8a8db main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1583835 T3981 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-1375391431717\\nodes_used_collection_shard2_replica1\data\index
   [junit4]   2> 1583837 T4010 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583840 T4010 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583840 T4010 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583840 T4010 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583842 T4010 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583843 T4010 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583843 T4010 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1583843 T4010 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-jetty4-1375391434375\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-jetty4-1375391434375\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1583843 T4010 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec3c727
   [junit4]   2> 1583843 T3981 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@32d7c37e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ba258e),segFN=segments_1,generation=1}
   [junit4]   2> 1583844 T3981 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1583844 T4010 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-jetty4-1375391434375\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 1583850 T3981 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1583851 T3981 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1583852 T3970 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583852 T3981 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1583852 T4010 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-jetty4-1375391434375\\nodes_used_collection_shard1_replica1\data\index/
   [junit4]   2> 1583852 T4010 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-jetty4-1375391434375\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1583852 T3981 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1583853 T4010 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-jetty4-1375391434375\\nodes_used_collection_shard1_replica1\data\index
   [junit4]   2> 1583853 T3981 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1583854 T3981 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1583854 T3981 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1583855 T3981 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1583855 T3981 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1583857 T4010 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@604be12a lockFactory=org.apache.lucene.store.NativeFSLockFactory@19632bff),segFN=segments_1,generation=1}
   [junit4]   2> 1583857 T4010 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1583863 T3981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1583867 T3970 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1583869 T3981 oass.SolrIndexSearcher.<init> Opening Searcher@5e9a998b main
   [junit4]   2> 1583870 T3981 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1583871 T3981 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1583871 T3970 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583874 T4023 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@5e9a998b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1583876 T4010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1583876 T4010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1583876 T3981 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1583877 T3981 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49744/v_zpg/dg collection:nodes_used_collection shard:shard2
   [junit4]   2> 1583877 T4010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1583877 T3981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1583885 T4010 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1583885 T4010 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1583885 T4010 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1583886 T4010 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1583886 T4010 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1583886 T4010 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1583877 T3993 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1583877 T3970 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583889 T3970 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583889 T3970 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1583890 T3981 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1583891 T4010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1583892 T3970 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1583892 T3970 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1583892 T3970 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1583893 T3970 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-jetty1-1375391430378\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-jetty1-1375391430378\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1583893 T3970 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec3c727
   [junit4]   2> 1583894 T3970 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-1375391430378\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 1583894 T3970 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-1375391430378\\nodes_used_collection_shard2_replica2\data\index/
   [junit4]   2> 1583894 T3970 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-jetty1-1375391430378\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1583895 T4010 oass.SolrIndexSearcher.<init> Opening Searcher@4feca1bb main
   [junit4]   2> 1583895 T3970 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-1375391430378\\nodes_used_collection_shard2_replica2\data\index
   [junit4]   2> 1583896 T4010 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1583896 T4010 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1583900 T3970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5fe1abce lockFactory=org.apache.lucene.store.NativeFSLockFactory@473df7ae),segFN=segments_1,generation=1}
   [junit4]   2> 1583900 T3970 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1583900 T4024 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@4feca1bb main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1583901 T4010 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1583901 T4010 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49762/v_zpg/dg collection:nodes_used_collection shard:shard1
   [junit4]   2> 1583902 T4010 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1583906 T3970 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1583906 T3970 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1583906 T3970 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1583907 T3970 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1583908 T3970 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1583908 T3970 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1583908 T3970 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1583909 T3970 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1583911 T3970 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1583915 T3981 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1583920 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1583922 T3970 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1583923 T3981 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179997
   [junit4]   2> 1583926 T3993 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1583926 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1583926 T3993 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49753/v_zpg/dg/nodes_used_collection_shard1_replica2/
   [junit4]   2> 1583927 T3993 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49753/v_zpg/dg START replicas=[http://127.0.0.1:49762/v_zpg/dg/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 1583928 T3993 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49753/v_zpg/dg DONE.  We have no versions.  sync failed.
   [junit4]   2> 1583928 T3993 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1583928 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> 1583928 T3993 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49753/v_zpg/dg/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 1583928 T3993 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> 1583928 T3970 oass.SolrIndexSearcher.<init> Opening Searcher@f0965d5 main
   [junit4]   2> 1583930 T3970 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1583930 T3970 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1583933 T4026 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@f0965d5 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1583935 T3970 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1583935 T3970 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49735/v_zpg/dg collection:nodes_used_collection shard:shard2
   [junit4]   2> 1583935 T3970 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10

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

sers\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1375391429451 FAILED !!!!!
   [junit4]   2> 1774408 T3934 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1774411 T3934 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49716 49716
   [junit4]   2> 1775343 T4016 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1776152 T4016 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [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=2054F3741CDE99F1 -Dtests.slow=true -Dtests.locale=ar_SY -Dtests.timezone=Africa/Douala -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    202s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49735/v_zpg/dg
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2054F3741CDE99F1:A1B27D6C6B81F9CD]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:49735 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 44 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused: 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]    > 	... 51 more
   [junit4]   2> 1776182 T3934 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=PostingsFormat(name=Lucene41WithOrds), range_facet_l=MockFixedIntBlock(blockSize=1356), text=PostingsFormat(name=Lucene41WithOrds), _version_=PostingsFormat(name=SimpleText), intDefault=MockFixedIntBlock(blockSize=1356), id=PostingsFormat(name=Lucene41VarGapFixedInterval), timestamp=MockFixedIntBlock(blockSize=1356), a_t=MockFixedIntBlock(blockSize=1356), range_facet_sl=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_si=MockFixedIntBlock(blockSize=1356), other_tl1=MockFixedIntBlock(blockSize=1356), multiDefault=MockFixedIntBlock(blockSize=1356), a_si=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar_SY, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=117361360,total=312053760
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldResource, CurrencyFieldXmlFileTest, TestSolrDeletionPolicy2, TestDefaultSimilarityFactory, TestReversedWildcardFilterFactory, TestStressVersions, TestSolrCoreProperties, TestXIncludeConfig, QueryResultKeyTest, ClusterStateTest, EchoParamsTest, UnloadDistributedZkTest, TestMaxScoreQueryParser, TestDistributedSearch, TestJmxMonitoredMap, FieldMutatingUpdateProcessorTest, TestSweetSpotSimilarityFactory, TestFieldTypeCollectionResource, TestUpdate, LoggingHandlerTest, RegexBoostProcessorTest, SpellCheckComponentTest, FastVectorHighlighterTest, DistributedSpellCheckComponentTest, TestDFRSimilarityFactory, TestPluginEnable, TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, TestRandomMergePolicy, TestReloadAndDeleteDocs, HardAutoCommitTest, SystemInfoHandlerTest, CopyFieldTest, StandardRequestHandlerTest, TestElisionMultitermQuery, TestFastWriter, TestIndexSearcher, SolrRequestParserTest, DocumentAnalysisRequestHandlerTest, TestRemoteStreaming, IndexSchemaRuntimeFieldTest, TestQueryTypes, TestDynamicFieldCollectionResource, DefaultValueUpdateProcessorTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, UUIDFieldTest, TestWordDelimiterFilterFactory, SpellingQueryConverterTest, TestQueryUtils, BasicZkTest, TestDocumentBuilder, RequiredFieldsTest, AssignTest, TestHashPartitioner, TestRandomFaceting, ZkCLITest, TestCloudManagedSchema, DateFieldTest, PrimUtilsTest, TestTrie, CoreContainerCoreInitFailuresTest, TestPhraseSuggestions, DirectUpdateHandlerTest, TestSolrXMLSerializer, TestSchemaSimilarityResource, TestSearchPerf, SimpleFacetsTest, DebugComponentTest, TestSchemaResource, FullSolrCloudDistribCmdsTest, TestNumberUtils, TestDynamicFieldResource, SolrIndexSplitterTest, TestCoreDiscovery, OutputWriterTest, PreAnalyzedFieldTest, ResponseLogComponentTest, TestFieldCollectionResource, CoreAdminCreateDiscoverTest, TestRTGBase, TermsComponentTest, TestSchemaNameResource, TestSolrJ, JsonLoaderTest, SyncSliceTest, CachingDirectoryFactoryTest, BlockDirectoryTest, ShardRoutingTest, FieldAnalysisRequestHandlerTest, UpdateRequestProcessorFactoryTest, CurrencyFieldOpenExchangeTest, DisMaxRequestHandlerTest, TestDocSet, QueryEqualityTest, WordBreakSolrSpellCheckerTest, HdfsBasicDistributedZk2Test, MoreLikeThisHandlerTest, QueryParsingTest, SolrInfoMBeanTest, FileBasedSpellCheckerTest, CoreAdminHandlerTest, AnalysisAfterCoreReloadTest, MBeansHandlerTest, SolrCmdDistributorTest, TestQuerySenderListener, DocValuesMultiTest, LeaderElectionTest, UpdateParamsTest, TestAtomicUpdateErrorCases, TestLFUCache, TestIBSimilarityFactory, TestLazyCores, DirectUpdateHandlerOptimizeTest, TestSolrXml, TestRangeQuery, DocumentBuilderTest, SolrCoreCheckLockOnStartupTest, HdfsUnloadDistributedZkTest, CSVRequestHandlerTest, TestExtendedDismaxParser, TestGroupingSearch, TestDefaultSearchFieldResource, SoftAutoCommitTest, BasicFunctionalityTest, SOLR749Test, PreAnalyzedUpdateProcessorTest, SolrIndexConfigTest, BadComponentTest, BasicDistributedZkTest, ReturnFieldsTest, InfoHandlerTest, SpatialFilterTest, ConvertedLegacyTest, TestPHPSerializedResponseWriter, TestCSVResponseWriter, TestZkChroot, IndexSchemaTest, BasicDistributedZk2Test, NumericFieldsTest, TestRealTimeGet, TestUtils, UniqFieldsUpdateProcessorFactoryTest, TestPropInjectDefaults, DOMUtilTest, TestCloudManagedSchemaAddField, SolrTestCaseJ4Test, PluginInfoTest, TestBinaryResponseWriter, TestRecovery, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 202.42s, 1 test, 1 error <<< FAILURES!

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3097/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Server refused connection at: http://127.0.0.1:57142/_wz/y

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:57142/_wz/y
	at __randomizedtesting.SeedInfo.seed([40549FD20C2804D4:C1B211CA7B7764E8]: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:57142 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 9531 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 933798 T3207 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_wz/y
   [junit4]   2> 933806 T3207 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-1375379980430
   [junit4]   2> 933809 T3207 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 933810 T3208 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 933919 T3207 oasc.ZkTestServer.run start zk server on port:57123
   [junit4]   2> 933921 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 933938 T3214 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64482808 name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 933938 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 933939 T3207 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 933950 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 933955 T3216 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48c9b976 name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 933955 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 933956 T3207 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 933964 T3207 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 933970 T3207 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 933978 T3207 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 933986 T3207 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> 933988 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 934000 T3207 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> 934001 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 934010 T3207 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> 934011 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 934019 T3207 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> 934021 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 934028 T3207 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> 934029 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 934036 T3207 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> 934037 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 934043 T3207 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> 934044 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 934049 T3207 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> 934050 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 934056 T3207 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> 934056 T3207 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 934065 T3209 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403b0900980001, 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> 934640 T3207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 934648 T3207 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57130
   [junit4]   2> 934648 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 934648 T3207 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 934651 T3207 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-1375379980687
   [junit4]   2> 934651 T3207 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-1375379980687\'
   [junit4]   2> 934692 T3207 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-1375379980687\solr.xml
   [junit4]   2> 934778 T3207 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 934779 T3207 oasc.CoreContainer.<init> New CoreContainer 735540341
   [junit4]   2> 934780 T3207 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-1375379980687\]
   [junit4]   2> 934781 T3207 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 934782 T3207 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 934782 T3207 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 934782 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 934783 T3207 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 934783 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 934783 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 934784 T3207 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 934784 T3207 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 934784 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 934794 T3207 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57123/solr
   [junit4]   2> 934794 T3207 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 934796 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 934813 T3227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ca3d3c1 name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 934814 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 934817 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 934818 T3209 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1403b0900980002, 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> 934825 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 934828 T3229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4162d73b name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 934830 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 934834 T3207 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 934843 T3207 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 934851 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 934856 T3207 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57130__wz%2Fy
   [junit4]   2> 934858 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57130__wz%2Fy
   [junit4]   2> 934864 T3207 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 934878 T3207 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 934885 T3207 oasc.Overseer.start Overseer (id=90136902398115843-127.0.0.1:57130__wz%2Fy-n_0000000000) starting
   [junit4]   2> 934896 T3207 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 934905 T3231 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 934906 T3207 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 934913 T3207 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 934918 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 934924 T3230 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 934930 T3207 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-1375379980687
   [junit4]   2> 935212 T3207 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-1375379980687\conf\
   [junit4]   2> 935226 T3207 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 935229 T3207 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 935229 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 935230 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 935238 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 935240 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 935247 T3234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13d030a5 name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 935249 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 935252 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 935255 T3207 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 935748 T3207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 935753 T3207 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57142
   [junit4]   2> 935755 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 935755 T3207 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 935755 T3207 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-1375379981877
   [junit4]   2> 935757 T3207 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-1375379981877\'
   [junit4]   2> 935791 T3207 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-1375379981877\solr.xml
   [junit4]   2> 935875 T3207 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 935876 T3207 oasc.CoreContainer.<init> New CoreContainer 864142828
   [junit4]   2> 935877 T3207 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-1375379981877\]
   [junit4]   2> 935880 T3207 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 935880 T3207 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 935880 T3207 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 935880 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 935881 T3207 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 935881 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 935882 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 935882 T3207 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 935883 T3207 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 935883 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 935893 T3207 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57123/solr
   [junit4]   2> 935894 T3207 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 935896 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 935910 T3245 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c9a9293 name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 935911 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 935914 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 935921 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 935951 T3247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c81a23 name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 935951 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 936021 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 937110 T3207 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57142__wz%2Fy
   [junit4]   2> 937131 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57142__wz%2Fy
   [junit4]   2> 937151 T3229 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 937152 T3247 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 937152 T3234 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 937164 T3207 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-1375379981877
   [junit4]   2> 937462 T3207 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-1375379981877\conf\
   [junit4]   2> 937475 T3207 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 937477 T3207 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 937477 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 937477 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 937981 T3207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 937986 T3207 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57151
   [junit4]   2> 937988 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 937989 T3207 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 937989 T3207 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-1375379984109
   [junit4]   2> 937990 T3207 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-1375379984109\'
   [junit4]   2> 938030 T3207 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-1375379984109\solr.xml
   [junit4]   2> 938197 T3207 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 938198 T3207 oasc.CoreContainer.<init> New CoreContainer 312340014
   [junit4]   2> 938198 T3207 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-1375379984109\]
   [junit4]   2> 938204 T3207 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 938205 T3207 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 938205 T3207 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 938205 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 938206 T3207 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 938206 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 938207 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 938208 T3207 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 938209 T3207 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 938209 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 938225 T3207 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57123/solr
   [junit4]   2> 938226 T3207 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 938230 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 938248 T3259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74d8f68e name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 938249 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 938254 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 938263 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 938268 T3261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b632f71 name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 938268 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 938280 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 939364 T3207 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57151__wz%2Fy
   [junit4]   2> 939367 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57151__wz%2Fy
   [junit4]   2> 939372 T3229 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 939373 T3247 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 939373 T3261 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 939375 T3234 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 939385 T3207 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-1375379984109
   [junit4]   2> 939664 T3207 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-1375379984109\conf\
   [junit4]   2> 939678 T3207 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 939679 T3207 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 939680 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 939680 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 940129 T3207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 940136 T3207 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57160
   [junit4]   2> 940137 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 940138 T3207 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 940138 T3207 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-1375379986310
   [junit4]   2> 940139 T3207 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-1375379986310\'
   [junit4]   2> 940174 T3207 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-1375379986310\solr.xml
   [junit4]   2> 940258 T3207 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 940259 T3207 oasc.CoreContainer.<init> New CoreContainer 1003907691
   [junit4]   2> 940259 T3207 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-1375379986310\]
   [junit4]   2> 940261 T3207 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 940262 T3207 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 940262 T3207 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 940263 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 940263 T3207 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 940263 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 940264 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 940264 T3207 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 940264 T3207 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 940265 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 940274 T3207 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57123/solr
   [junit4]   2> 940275 T3207 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 940277 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 940298 T3273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27f3c5dd name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940299 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 940303 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 940312 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 940316 T3275 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b5ab9f name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940317 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 940327 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 941412 T3207 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57160__wz%2Fy
   [junit4]   2> 941415 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57160__wz%2Fy
   [junit4]   2> 941422 T3234 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 941423 T3261 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 941423 T3229 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 941424 T3275 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 941424 T3247 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 941433 T3207 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-1375379986310
   [junit4]   2> 941683 T3207 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-1375379986310\conf\
   [junit4]   2> 941697 T3207 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 941699 T3207 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 941699 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 941699 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 942177 T3207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 942182 T3207 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57169
   [junit4]   2> 942184 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 942185 T3207 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 942185 T3207 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-1375379988331
   [junit4]   2> 942186 T3207 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-1375379988331\'
   [junit4]   2> 942235 T3207 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-1375379988331\solr.xml
   [junit4]   2> 942351 T3207 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 942352 T3207 oasc.CoreContainer.<init> New CoreContainer 377546357
   [junit4]   2> 942352 T3207 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-1375379988331\]
   [junit4]   2> 942355 T3207 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 942356 T3207 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 942356 T3207 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 942357 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 942357 T3207 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 942358 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 942358 T3207 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 942358 T3207 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 942359 T3207 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 942359 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 942371 T3207 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57123/solr
   [junit4]   2> 942372 T3207 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 942374 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 942396 T3287 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cbdecb1 name:ZooKeeperConnection Watcher:127.0.0.1:57123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 942396 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 942402 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 942410 T3207 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 942415 T3289 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25df9a3d name:ZooKeeperConnection Watcher:127.0.0.1:57123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 942415 T3207 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 942425 T3207 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 943594 T3207 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57169__wz%2Fy
   [junit4]   2> 943607 T3207 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57169__wz%2Fy
   [junit4]   2> 943619 T3275 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943620 T3289 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943620 T3229 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943622 T3247 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943622 T3261 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943622 T3234 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 943638 T3207 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-1375379988331
   [junit4]   2> 944022 T3207 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-1375379988331\conf\
   [junit4]   2> 944044 T3207 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 944047 T3207 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 944047 T3207 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 944048 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 944074 T3207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 944104 T3239 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 944109 T3229 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 944116 T3231 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> 944116 T3231 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> 944857 T3230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 944858 T3230 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 944858 T3230 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 944958 T3275 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> 944959 T3289 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> 944959 T3229 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> 944959 T3234 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> 944959 T3247 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> 944959 T3261 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> 945083 T3231 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 945083 T3231 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:57130__wz%2Fy
   [junit4]   2> 945085 T3231 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:57151__wz%2Fy
   [junit4]   2> 945085 T3231 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:57169__wz%2Fy
   [junit4]   2> 945089 T3231 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:57142__wz%2Fy
   [junit4]   2> 945097 T3255 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 945098 T3225 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 945099 T3280 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 945106 T3242 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 945111 T3255 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 945112 T3225 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 945113 T3280 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 945114 T3242 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 946775 T3230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 946777 T3230 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 946777 T3230 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57151__wz%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57151/_wz/y"}
   [junit4]   2> 946798 T3230 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 946798 T3230 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57130__wz%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57130/_wz/y"}
   [junit4]   2> 946811 T3230 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 946811 T3230 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:57169__wz%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57169/_wz/y"}
   [junit4]   2> 946835 T3230 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 946835 T3230 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:57142__wz%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57142/_wz/y"}
   [junit4]   2> 946870 T3275 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> 946871 T3229 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> 946871 T3261 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> 946871 T3247 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> 946872 T3289 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> 946871 T3234 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> 947484 T3255 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 947484 T3225 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 947486 T3280 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 947488 T3242 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 947490 T3280 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-jetty4-1375379988331\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-jetty4-1375379988331\nodes_used_collection_shard2_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 947491 T3280 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-jetty4-1375379988331\nodes_used_collection_shard2_replica1
   [junit4]   2> 947492 T3280 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 947490 T3225 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-1375379980687\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-1375379980687\nodes_used_collection_shard1_replica1\core.properties (The system cannot find the path specified)
   [junit4]   2> 947493 T3225 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-1375379980687\nodes_used_collection_shard1_replica1
   [junit4]   2> 947494 T3225 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 947490 T3255 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-1375379984109\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-jetty2-1375379984109\nodes_used_collection_shard1_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 947495 T3255 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-jetty2-1375379984109\nodes_used_collection_shard1_replica2
   [junit4]   2> 947495 T3255 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 947495 T3280 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 947497 T3242 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-1375379981877\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-jetty1-1375379981877\nodes_used_collection_shard2_replica2\core.properties (The system cannot find the path specified)
   [junit4]   2> 947497 T3242 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-jetty1-1375379981877\nodes_used_collection_shard2_replica2
   [junit4]   2> 947497 T3242 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 947498 T3280 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 947497 T3225 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 947499 T3242 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 947499 T3255 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 947500 T3255 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 947499 T3225 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 947502 T3280 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 947502 T3280 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 947500 T3242 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 947505 T3255 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 947506 T3255 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 947507 T3225 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 947507 T3225 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 947509 T3242 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 947510 T3242 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 947528 T3280 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 947530 T3255 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 947532 T3225 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 947534 T3242 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 947535 T3280 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-1375379988331\nodes_used_collection_shard2_replica1\'
   [junit4]   2> 947535 T3255 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-1375379984109\nodes_used_collection_shard1_replica2\'
   [junit4]   2> 947536 T3225 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-1375379980687\nodes_used_collection_shard1_replica1\'
   [junit4]   2> 947541 T3242 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-1375379981877\nodes_used_collection_shard2_replica2\'
   [junit4]   2> 947711 T3255 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 947715 T3280 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 947775 T3242 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 947781 T3225 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 947966 T3280 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 947986 T3225 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948041 T3255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948049 T3280 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 948072 T3280 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 948110 T3242 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948114 T3225 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 948135 T3225 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 948242 T3255 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 948305 T3242 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 948314 T3255 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 948325 T3242 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 950409 T3280 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 950440 T3280 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 950452 T3280 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 950525 T3225 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 950542 T3225 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 950549 T3225 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 950630 T3242 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 950645 T3242 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 950654 T3242 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 950710 T3242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950728 T3242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950742 T3242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950749 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950750 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950750 T3242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950749 T3280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950757 T3225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950759 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950760 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950760 T3242 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 950761 T3242 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-jetty1-1375379981877\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-jetty1-1375379981877\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 950761 T3242 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@753ab52c
   [junit4]   2> 950762 T3242 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-1375379981877\\nodes_used_collection_shard2_replica2\data\
   [junit4]   2> 950762 T3242 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-1375379981877\\nodes_used_collection_shard2_replica2\data\index/
   [junit4]   2> 950762 T3242 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-jetty1-1375379981877\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 950764 T3242 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-1375379981877\\nodes_used_collection_shard2_replica2\data\index
   [junit4]   2> 950772 T3255 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 950775 T3280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950780 T3242 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a00927b lockFactory=org.apache.lucene.store.NativeFSLockFactory@2abe6cdf),segFN=segments_1,generation=1}
   [junit4]   2> 950781 T3242 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 950793 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 950794 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 950796 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 950797 T3242 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 950869 T3242 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 950869 T3242 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 950870 T3242 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 950871 T3242 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 950871 T3242 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 950892 T3280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950896 T3225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 950893 T3255 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 950904 T3242 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 950905 T3255 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 950912 T3242 oass.SolrIndexSearcher.<init> Opening Searcher@3214bab7 main
   [junit4]   2> 950913 T3280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950913 T3280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950913 T3280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950918 T3242 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 950919 T3280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950919 T3280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950919 T3280 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 950920 T3280 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-jetty4-1375379988331\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-jetty4-1375379988331\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 950920 T3280 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@753ab52c
   [junit4]   2> 950922 T3242 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 950923 T3280 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-jetty4-1375379988331\\nodes_used_collection_shard2_replica1\data\
   [junit4]   2> 950925 T3280 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-jetty4-1375379988331\\nodes_used_collection_shard2_replica1\data\index/
   [junit4]   2> 950925 T3280 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-jetty4-1375379988331\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 950925 T3225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950927 T3280 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-jetty4-1375379988331\\nodes_used_collection_shard2_replica1\data\index
   [junit4]   2> 950931 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950931 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950933 T3225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 950935 T3280 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14f69fe9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37e42557),segFN=segments_1,generation=1}
   [junit4]   2> 950936 T3280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 950960 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 950962 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 950962 T3225 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 950963 T3225 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-1375379980687\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-1375379980687\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 950963 T3225 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@753ab52c
   [junit4]   2> 950966 T3225 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-1375379980687\\nodes_used_collection_shard1_replica1\data\
   [junit4]   2> 950967 T3225 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-1375379980687\\nodes_used_collection_shard1_replica1\data\index/
   [junit4]   2> 950967 T3225 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-1375379980687\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 950969 T3280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 950974 T3280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 950975 T3280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 950978 T3280 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 950978 T3280 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 950978 T3280 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 950979 T3280 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 950979 T3242 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 950980 T3242 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:57142/_wz/y collection:nodes_used_collection shard:shard2
   [junit4]   2> 950980 T3242 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 950970 T3225 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-1375379980687\\nodes_used_collection_shard1_replica1\data\index
   [junit4]   2> 950980 T3295 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3214bab7 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 950989 T3225 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178b07cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@21fd0d7b),segFN=segments_1,generation=1}
   [junit4]   2> 950989 T3225 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 950998 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 950979 T3280 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 951000 T3280 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 950999 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 951002 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 951003 T3225 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 951006 T3225 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 951006 T3225 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 951007 T3225 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 951008 T3225 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 951009 T3225 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 950999 T3242 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 951023 T3225 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 951023 T3280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 951039 T3225 oass.SolrIndexSearcher.<init> Opening Searcher@6456ce65 main
   [junit4]   2> 951040 T3280 oass.SolrIndexSearcher.<init> Opening Searcher@47e99da0 main
   [junit4]   2> 951045 T3225 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 951045 T3225 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 951045 T3280 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 951047 T3280 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 951057 T3280 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 951058 T3280 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:57169/_wz/y collection:nodes_used_collection shard:shard2
   [junit4]   2> 951058 T3280 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 951058 T3225 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 951060 T3225 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:57130/_wz/y collection:nodes_used_collection shard:shard1
   [junit4]   2> 951060 T3225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 951058 T3297 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@47e99da0 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 951076 T3296 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@6456ce65 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 951077 T3255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 951076 T3225 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 951077 T3280 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 951102 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 951113 T3255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 951119 T3242 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 951119 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 951120 T3242 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57142/_wz/y/nodes_used_collection_shard2_replica2/
   [junit4]   2> 951121 T3242 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:57142/_wz/y START replicas=[http://127.0.0.1:57169/_wz/y/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 951125 T3242 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:57142/_wz/y DONE.  We have no versions.  sync failed.
   [junit4]   2> 951126 T3242 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 951126 T3242 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> 951127 T3242 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57142/_wz/y/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 951127 T3242 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 951128 T3225 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 951127 T3255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 951139 T3255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 951140 T3255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 951140 T3255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 951148 T3225 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> ASYNC  NEW_CORE C1070 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@6eee5e10 url=http://127.0.0.1:57169/_wz/y/nodes_used_collection_shard2_replica1 node=127.0.0.1:57169__wz%2Fy C1070_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=down, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:57169__wz%2Fy, base_url=http://127.0.0.1:57169/_wz/y}
   [junit4]   2> 951150 T3283 C1070 P57169 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/_wz/y path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> 951150 T3255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 951153 T3255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 951154 T3255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 951155 T3255 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-jetty2-1375379984109\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-jetty2-1375379984109\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 951155 T3255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@753ab52c
   [junit4]   2> 951158 T3255 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-1375379984109\\nodes_used_collection_shard1_replica2\data\
   [junit4]   2> 951158 T3255 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-1375379984109\\nodes_used_collection_shard1_replica2\data\index/
   [junit4]   2> 951161 T3255 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-jetty2-1375379984109\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 951162 T3255 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-1375379984109\\nodes_used_collection_shard1_replica2\data\index
   [junit4]   2> 951171 T3255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34b3d48f lockFactory=org.apache.lucene.store.NativeFSLockFactory@394ac0e7),segFN=segments_1,generation=1}
   [junit4]   2> 951172 T3255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 951177 T3255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 951178 T3255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 951179 T3255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 951180 T3255 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 951180 T3255 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 951180 T3255 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 951182 T3255 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 951183 T3255 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 951184 T3255 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 951197 T3255

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

g.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1210912 T3289 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   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=40549FD20C2804D4 -Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Europe/Sofia -Dtests.file.encoding=Cp1252
   [junit4] ERROR    277s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:57142/_wz/y
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([40549FD20C2804D4:C1B211CA7B7764E8]: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:57142 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> 1210938 T3207 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=MockFixedIntBlock(blockSize=1752), range_facet_l=MockFixedIntBlock(blockSize=1752), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_t=MockFixedIntBlock(blockSize=1752), text=Pulsing41(freqCutoff=16 minBlockSize=51 maxBlockSize=181), range_facet_si=MockFixedIntBlock(blockSize=1752), _version_=PostingsFormat(name=Lucene41VarGapFixedInterval), other_tl1=PostingsFormat(name=Lucene41VarGapFixedInterval), multiDefault=MockFixedIntBlock(blockSize=1752), a_si=PostingsFormat(name=Lucene41VarGapFixedInterval), intDefault=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_UY, timezone=Europe/Sofia
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=3,free=380555080,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [URLClassifyProcessorTest, TestStressLucene, SolrTestCaseJ4Test, FileBasedSpellCheckerTest, PeerSyncTest, MBeansHandlerTest, TestPostingsSolrHighlighter, TestRangeQuery, RAMDirectoryFactoryTest, TestMergePolicyConfig, ChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, DirectUpdateHandlerOptimizeTest, TestPseudoReturnFields, TermsComponentTest, DistributedQueryElevationComponentTest, TestSolrXmlPersistence, TestReplicationHandler, AnalysisAfterCoreReloadTest, CurrencyFieldOpenExchangeTest, SolrCoreTest, TestManagedSchemaFieldResource, TestCharFilters, XmlUpdateRequestHandlerTest, TestCSVLoader, TestPropInjectDefaults, TestUtils, TestPropInject, CSVRequestHandlerTest, CircularListTest, PreAnalyzedUpdateProcessorTest, TestSolrXMLSerializer, TestSchemaNameResource, TestStressReorder, OpenCloseCoreStressTest, CoreAdminHandlerTest, TestFunctionQuery, BadIndexSchemaTest, TestJmxIntegration, IndexReaderFactoryTest, SolrIndexSplitterTest, TestSchemaResource, TestBinaryField, FileUtilsTest, SpellCheckComponentTest, ZkSolrClientTest, SolrIndexConfigTest, TestTrie, DistanceFunctionTest, SortByFunctionTest, TermVectorComponentDistributedTest, ShardRoutingCustomTest, FieldAnalysisRequestHandlerTest, TestClassNameShortening, ReturnFieldsTest, NumericFieldsTest, ShowFileRequestHandlerTest, OpenExchangeRatesOrgProviderTest, BadComponentTest, TestSchemaVersionResource, SliceStateTest, TestIBSimilarityFactory, TestPhraseSuggestions, RequestHandlersTest, TestSuggestSpellingConverter, ResourceLoaderTest, TestSolr4Spatial, TestDefaultSearchFieldResource, UnloadDistributedZkTest, MoreLikeThisHandlerTest, BasicDistributedZk2Test, DisMaxRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestDistributedGrouping, InfoHandlerTest, SolrPluginUtilsTest, PathHierarchyTokenizerFactoryTest, SignatureUpdateProcessorFactoryTest, TestSolrDeletionPolicy2, SimpleFacetsTest, ChaosMonkeySafeLeaderTest, TestPartialUpdateDeduplication, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 277.20s, 1 test, 1 error <<< FAILURES!

[...truncated 710 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, 1345 tests, 1 error, 39 ignored (11 assumptions)

Total time: 83 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure