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 2015/03/08 05:40:33 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4423 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4423/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "useParams":"",     "wt":"json"},   "context":{     "httpMethod":"GET",     "webapp":"",     "path":"/dump"}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "useParams":"",
    "wt":"json"},
  "context":{
    "httpMethod":"GET",
    "webapp":"",
    "path":"/dump"}}
	at __randomizedtesting.SeedInfo.seed([E9FE0BA546C08124:61AA347FE83CECDC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:200)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9217 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\init-core-data-001
   [junit4]   2> 590013 T1721 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 590013 T1721 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 590020 T1721 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 590021 T1722 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 590120 T1721 oasc.ZkTestServer.run start zk server on port:55011
   [junit4]   2> 590120 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590123 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590130 T1729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cd4bcc name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590131 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590131 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 590131 T1721 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 590138 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590140 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590142 T1732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1777bf6 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590143 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590143 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 590143 T1721 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 590149 T1721 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 590153 T1721 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 590158 T1721 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 590164 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 590164 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 590176 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 590176 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 590185 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 590185 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 590191 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 590191 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 590196 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 590196 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 590200 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 590200 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 590203 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 590203 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 590208 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 590208 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 590212 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 590212 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 590216 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 590216 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 590220 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 590221 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 590226 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf73fa7810001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 590226 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590228 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590231 T1735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cef95 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590232 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590232 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 591764 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1
   [junit4]   2> 591767 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 591817 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 591827 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55021
   [junit4]   2> 591827 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores, hostContext=/, hostPort=55021, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/control/data}
   [junit4]   2> 591831 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 591831 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\'
   [junit4]   2> 591883 T1721 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\solr.xml
   [junit4]   2> 591917 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores
   [junit4]   2> 591917 T1721 oasc.CoreContainer.<init> New CoreContainer 20361494
   [junit4]   2> 591918 T1721 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\]
   [junit4]   2> 591918 T1721 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\lib
   [junit4]   2> 591918 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\lib).
   [junit4]   2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 591940 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 591946 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 591946 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 591946 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 591946 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 591946 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 591946 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 591956 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591959 T1747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b184a6 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591960 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591960 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 591966 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591968 T1750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c07920 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591968 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591971 T1721 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 591974 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 591979 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 591984 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 591990 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 591997 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 591999 T1721 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55021_
   [junit4]   2> 592000 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55021_
   [junit4]   2> 592004 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 592008 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 592010 T1721 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 592013 T1721 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55021_
   [junit4]   2> 592013 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 592016 T1721 oasc.Overseer.start Overseer (id=93440070056476676-127.0.0.1:55021_-n_0000000000) starting
   [junit4]   2> 592021 T1721 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 592035 T1721 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 592039 T1752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 592040 T1751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 592040 T1721 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 592047 T1721 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 592048 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 592056 T1721 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, coreNodeName=, transient=false, dataDir=data\, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1, schema=schema.xml, shard=, config=solrconfig.xml, collection=control_collection}
   [junit4]   2> 592060 T1721 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\
   [junit4]   2> 592061 T1721 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 592063 T1754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 592064 T1754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 592065 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 592065 T1754 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 592067 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 592068 T1751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 592068 T1751 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 592068 T1751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 592070 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 592951 T1754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 592951 T1754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 592952 T1754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 592952 T1754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 592955 T1754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 592955 T1754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\'
   [junit4]   2> 592984 T1754 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 592989 T1754 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 593008 T1754 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 593038 T1754 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 593101 T1754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 593108 T1754 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 593122 T1754 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 593528 T1754 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 593539 T1754 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 593541 T1754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 593560 T1754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593565 T1754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593569 T1754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 593573 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 593573 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 593573 T1754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 593573 T1754 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 593573 T1754 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\
   [junit4]   2> 593573 T1754 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
   [junit4]   2> 593574 T1754 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\
   [junit4]   2> 593574 T1754 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index/
   [junit4]   2> 593574 T1754 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 593575 T1754 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index
   [junit4]   2> 593575 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 593576 T1754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
   [junit4]   2> 593576 T1754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 593582 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593582 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593582 T1754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 593587 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 593593 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 593594 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 593595 T1754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 593600 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593607 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593609 T1754 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 593611 T1754 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 593611 T1754 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 593611 T1754 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 593612 T1754 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 593612 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625, floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664708973069055
   [junit4]   2> 593613 T1754 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
   [junit4]   2> 593613 T1754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593613 T1754 oass.SolrIndexSearcher.<init> Opening Searcher@a35440[collection1] main
   [junit4]   2> 593613 T1754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 593616 T1754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 593616 T1754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 593617 T1754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 593617 T1754 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 593618 T1754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593619 T1754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 593619 T1754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593619 T1754 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 593619 T1754 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 593620 T1754 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 593620 T1755 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a35440[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 593623 T1758 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55021 collection:control_collection shard:shard1
   [junit4]   2> 593623 T1721 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 593623 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 593625 T1758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 593634 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 593636 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 593638 T1761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16b9a4c name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 593639 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 593639 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 593641 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 593642 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 593644 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593644 T1758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 593645 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1509 name=collection1 org.apache.solr.core.SolrCore@2dd9de url=https://127.0.0.1:55021/collection1 node=127.0.0.1:55021_ C1509_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:55021_, base_url=https://127.0.0.1:55021, core=collection1}
   [junit4]   2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55021/collection1/
   [junit4]   2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 593646 T1758 C1509 P55021 oasc.SyncStrategy.syncToMe https://127.0.0.1:55021/collection1/ has no replicas
   [junit4]   2> 593646 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55021/collection1/ shard1
   [junit4]   2> 593646 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 593647 T1758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 593647 T1721 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 593650 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 593650 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 593667 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593669 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 593763 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 593764 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 593804 T1758 oasc.ZkController.register We are https://127.0.0.1:55021/collection1/ and leader is https://127.0.0.1:55021/collection1/
   [junit4]   2> 593804 T1758 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55021
   [junit4]   2> 593804 T1758 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 593804 T1758 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 593805 T1758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 593807 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593810 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 3
   [junit4]   2> 593811 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 593905 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 593906 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 595000 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1
   [junit4]   2> 595003 T1721 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001
   [junit4]   2> 595003 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 595017 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 595022 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55033
   [junit4]   2> 595022 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores, hostContext=/, hostPort=55033, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 595026 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 595026 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\'
   [junit4]   2> 595057 T1721 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\solr.xml
   [junit4]   2> 595081 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores
   [junit4]   2> 595082 T1721 oasc.CoreContainer.<init> New CoreContainer 14512198
   [junit4]   2> 595082 T1721 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\]
   [junit4]   2> 595082 T1721 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\lib
   [junit4]   2> 595082 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\lib).
   [junit4]   2> 595092 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 595098 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 595101 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 595101 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 595102 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 595102 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 595102 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 595102 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 595104 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595107 T1773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b6f787 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595109 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595109 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 595112 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf73fa7810006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 595113 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595116 T1776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f0b0a6 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595116 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595126 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 596015 T1721 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55033_
   [junit4]   2> 596018 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55033_
   [junit4]   2> 596030 T1721 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 596035 T1721 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, collection=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, coreNodeName=, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1, loadOnStartup=true, dataDir=data\, shard=}
   [junit4]   2> 596040 T1721 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\
   [junit4]   2> 596040 T1721 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 596042 T1777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 596042 T1777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 596044 T1777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 596044 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 596046 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 596047 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 596048 T1751 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 596048 T1751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 596052 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 596052 T1776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 596053 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 596930 T1777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 596930 T1777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 596931 T1777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 596931 T1777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 596935 T1777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 596935 T1777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\'
   [junit4]   2> 596960 T1777 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 596964 T1777 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 596975 T1777 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 596996 T1777 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 597037 T1777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 597039 T1777 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 597051 T1777 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 597514 T1777 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 597521 T1777 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 597523 T1777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 597539 T1777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597543 T1777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597546 T1777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 597546 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 597547 T1777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 597547 T1777 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 597547 T1777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 597547 T1777 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
   [junit4]   2> 597547 T1777 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 597547 T1777 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 597549 T1777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 597550 T1777 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 597550 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 597550 T1777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
   [junit4]   2> 597550 T1777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597552 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597554 T1777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 597557 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 597559 T1777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 597566 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597570 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597571 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597573 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597575 T1777 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 597577 T1777 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 597577 T1777 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 597578 T1777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 597578 T1777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 597579 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625, floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664708973069055
   [junit4]   2> 597579 T1777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
   [junit4]   2> 597580 T1777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597580 T1777 oass.SolrIndexSearcher.<init> Opening Searcher@39e060[collection1] main
   [junit4]   2> 597580 T1777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 597582 T1777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 597582 T1777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 597583 T1777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 597583 T1777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 597583 T1777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597584 T1777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 597584 T1777 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597584 T1777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 597584 T1777 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 597585 T1778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39e060[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 597586 T1777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 597587 T1781 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55033 collection:collection1 shard:shard2
   [junit4]   2> 597589 T1721 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 597589 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 597590 T1781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 597598 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 597600 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597602 T1781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 597602 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1510 name=collection1 org.apache.solr.core.SolrCore@127f3ff url=https://127.0.0.1:55033/collection1 node=127.0.0.1:55033_ C1510_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:55033_, base_url=https://127.0.0.1:55033, core=collection1}
   [junit4]   2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55033/collection1/
   [junit4]   2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 597603 T1781 C1510 P55033 oasc.SyncStrategy.syncToMe https://127.0.0.1:55033/collection1/ has no replicas
   [junit4]   2> 597603 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55033/collection1/ shard2
   [junit4]   2> 597603 T1781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 597603 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 597605 T1776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597607 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597607 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597618 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 597621 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597623 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597623 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597623 T1776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597663 T1781 oasc.ZkController.register We are https://127.0.0.1:55033/collection1/ and leader is https://127.0.0.1:55033/collection1/
   [junit4]   2> 597663 T1781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55033
   [junit4]   2> 597663 T1781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 597663 T1781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 597663 T1781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 597665 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597667 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 7
   [junit4]   2> 597667 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 597760 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597761 T1750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 597762 T1776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 598983 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores\collection1
   [junit4]   2> 598986 T1721 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001
   [junit4]   2> 598987 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 598997 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 599000 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55042
   [junit4]   2> 599000 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/jetty2, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores, hostPort=55042, hostContext=/, solrconfig=solrconfig.xml}
   [junit4]   2> 599005 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 599005 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\'
   [junit4]   2> 599040 T1721 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\solr.xml
   [junit4]   2> 599067 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores
   [junit4]   2> 599067 T1721 oasc.CoreContainer.<init> New CoreContainer 27226205
   [junit4]   2> 599067 T1721 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\]
   [junit4]   2> 599067 T1721 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\lib
   [junit4]   2> 599067 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\lib).
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 599083 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 599085 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 599085 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 599085 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 599085 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 599085 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 599085 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 599088 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599090 T1793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1541633 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 599090 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 599090 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 599094 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599096 T1796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1284a64 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:N

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

efaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8989, name=updateExecutor-1216-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@100a5cc rejected from java.util.concurrent.ThreadPoolExecutor@18503fa[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9FE0BA546C08124]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2647430 T8882 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest E9FE0BA546C08124-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {range_facet_l=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=Asserting), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=Asserting), intDefault=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Asserting), _version_=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_PH, timezone=Asia/Makassar
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=191840784,total=483393536
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, DocExpirationUpdateProcessorFactoryTest, TestNRTOpen, CloudMLTQParserTest, DistribJoinFromCollectionTest, TestRawResponseWriter, CoreMergeIndexesAdminHandlerTest, HdfsWriteToMultipleCollectionsTest, TestFieldTypeResource, TestLazyCores, BadIndexSchemaTest, DeleteInactiveReplicaTest, ExternalFileFieldSortTest, UpdateParamsTest, TestIBSimilarityFactory, PingRequestHandlerTest, RequestLoggingTest, BinaryUpdateRequestHandlerTest, DeleteReplicaTest, HighlighterMaxOffsetTest, TestSolrConfigHandlerConcurrent, TestSolrDeletionPolicy2, TestDFRSimilarityFactory, DistanceUnitsTest, TestCollapseQParserPlugin, DeleteShardTest, CoreAdminRequestStatusTest, TestExactSharedStatsCache, TestRecovery, WordBreakSolrSpellCheckerTest, TestCloudSchemaless, TestStressUserVersions, DebugComponentTest, AddBlockUpdateTest, TestCharFilters, CoreAdminHandlerTest, TestReRankQParserPlugin, TestReversedWildcardFilterFactory, TestSolrConfigHandlerCloud, TestInitQParser, TestSearchPerf, TestSimpleQParserPlugin, TestStressReorder, TestLMJelinekMercerSimilarityFactory, OverriddenZkACLAndCredentialsProvidersTest, TestClusterStateMutator, AtomicUpdatesTest, OverseerCollectionProcessorTest, TestAddFieldRealTimeGet, TestDocSet, TestSolr4Spatial, SpatialFilterTest, TestPerFieldSimilarity, ShardRoutingCustomTest, TestPostingsSolrHighlighter, HdfsDirectoryFactoryTest, TestQuerySenderListener, SSLMigrationTest, SaslZkACLProviderTest, HttpPartitionTest, TestSolrXml, IndexBasedSpellCheckerTest, SliceStateTest, TestDynamicFieldCollectionResource, BasicDistributedZk2Test, TestRTGBase, FullSolrCloudDistribCmdsTest, TestFieldCollectionResource, TestJoin, TestMissingGroups, TestBinaryResponseWriter, ClusterStateTest, ExternalCollectionsTest, TestCloudManagedSchema, MigrateRouteKeyTest, TestOverriddenPrefixQueryForCustomFieldType, ResponseHeaderTest, TestRequestStatusCollectionAPI, ChangedSchemaMergeTest, TermVectorComponentTest, OverseerTest, CacheHeaderTest, TestMaxScoreQueryParser, LukeRequestHandlerTest, TestCollationFieldDocValues, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, TestConfigOverlay, OutOfBoxZkACLAndCredentialsProvidersTest, DocValuesMultiTest, BadComponentTest, TestSort, TestBadConfig, TestJmxIntegration, ShardSplitTest, HdfsLockFactoryTest, HdfsBasicDistributedZk2Test, TestShardHandlerFactory, ParsingFieldUpdateProcessorsTest, DistribCursorPagingTest, AutoCommitTest, ResponseLogComponentTest, TestHdfsUpdateLog, DefaultValueUpdateProcessorTest, TestFieldTypeCollectionResource, TestFastOutputStream, FacetPivotSmallTest, ZkControllerTest, DirectSolrConnectionTest, TestNoOpRegenerator, PrimUtilsTest, UnloadDistributedZkTest, TestDistributedMissingSort, TestReplicaProperties, TestSolrJ, SuggesterTSTTest, AlternateDirectoryTest, DocumentAnalysisRequestHandlerTest, StatsComponentTest, SolrCoreTest, DistributedMLTComponentTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, TestCopyFieldCollectionResource, PreAnalyzedUpdateProcessorTest, TestFiltering, TestSchemaSimilarityResource, CollectionsAPIAsyncDistributedZkTest, CursorMarkTest, CloudExitableDirectoryReaderTest, DocValuesMissingTest, OverseerStatusTest, TestXIncludeConfig, HdfsCollectionsAPIDistributedZkTest, PolyFieldTest, TestInitParams, DistributedQueryComponentCustomSortTest, TestLeaderElectionZkExpiry, SolrPluginUtilsTest, TestSolrDeletionPolicy1, DateFieldTest, BadCopyFieldTest, RollingRestartTest, TestZkChroot, HdfsBasicDistributedZkTest, SolrCmdDistributorTest, BJQParserTest, TestPHPSerializedResponseWriter, RecoveryZkTest, QueryParsingTest, TestTrackingShardHandlerFactory, TestQueryTypes, AnalyticsQueryTest, TestAnalyzeInfixSuggestions, DirectSolrSpellCheckerTest, TestRealTimeGet, TestCoreContainer, TestManagedSchema, IndexSchemaTest, SpellPossibilityIteratorTest, TestLuceneMatchVersion, TestExceedMaxTermLength, SystemInfoHandlerTest, DistributedQueryElevationComponentTest, ShardRoutingTest, TestHighFrequencyDictionaryFactory, TestHighlightDedupGrouping, AnalysisAfterCoreReloadTest, ZkStateWriterTest, ScriptEngineTest, AnalysisErrorHandlingTest, LoggingHandlerTest, TermVectorComponentDistributedTest, LeaderElectionTest, TestSweetSpotSimilarityFactory, TestNonDefinedSimilarityFactory, TestSchemaVersionResource, TestSortingResponseWriter, OutputWriterTest, SuggesterFSTTest, TestExpandComponent, TestBlobHandler, NumericFieldsTest, TestSchemaManager, RequestHandlersTest, TestStressRecovery, SimpleMLTQParserTest, BasicZkTest, ZkSolrClientTest, SynonymTokenizerTest, TestRandomMergePolicy, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestCSVLoader, ReplicationFactorTest]
   [junit4] Completed in 76.31s, 1 test, 1 error <<< FAILURES!

[...truncated 881 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 168 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4436 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4436/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings

Error Message:
startOffset 255 expected:<1408> but was:<1407>

Stack Trace:
java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13066 lines...]
   [junit4] Suite: org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter
   [junit4]   2> TEST FAIL: useCharFilter=false text='\u0017k\u00bbq \u0174\u0136\u0134\u0154\u011d \u214d\u214a\u214d\u2117\u213f\u2123 x \u25e8\u25d4\u25eb\u25c9\u25bd\u25b1\u25f3\u25a1\u25a6\u25ca\u25bf\u25ba \u2998\ue1a0\u04d5\udafb\udcdf\u001b mviyuqgu jplfogeyu vjx <  yv \ue32fo\udabb\uddcc\u0776\uffd8\ud838\udcfe\u0175 xmcx \ue2e1 towv &#x59d \u001b\ufb85 whbmy \u1efe\u1e85\u1ee7\u1e9e \ud87e\udd09 \ueb15\u0097\ufe10\u0102\u010e\uf3c5 \u0006\u0252\u64b0\n\u0293O\uf546 ohurws dx  epg \ua4ad\ua4bb\ua4cb\ua4ae\ua4b4 xygqaedkhc [.(?grwfjj my f{1 \ud99c\udc1d\u4b4e\u0002 pnXl \ue2ce\ud9e2\udf52\ue80b  \u1022\u1076\u108a\u1046\u102c\u1053 ot edz   <!--<  \ua670\ua661 elcpojpy \u248d \u0360\u0329\u031d \u291a\u295e\u295c\u2930\u2920\u2973\u292e\u2950\u291b iogbu jz dvibmmfyol  pzl uha '    \u2ff5\u2ffa \udbd7\udd4e\u01d5 t dfds rloomjh \u047e\u064d </s zyy k\ufa30\uc138, j  O \u0014/ r   yx firkz \u053f\u0004\ufcaa \u0513\uefa5\u0377 nmco tzvbcxe \u3249\u32a2\u32f6\u3293\u32d2 \ue454\u3d75\u04f0\u21f8\uf876\uc962\u000b\uec6f\u7f76 \ud80c\udd42\ud80c\ude51  kvokxl coffaxrq Dajv  \u1712\u1704\u171a\u171a\u1703 \uad2f\ueecb\u0010 \ue88e\ueb98\uf0f1\uef0d\uf836 \u2b76\u2b10\u2b72 b- atpbf  ijvmm iifnqt ui \\\"<!-- yg \ud800\udde0\ud800\udddb  \ua91e\ua924\ua91b\ua91b\ua90b\ua923\ua90f\ua91a fuoae V\ube9c\ue20fb ooud Po rjaf zasf unhimty \ud834\udc70\ud834\udcf5 f))j A\uda2c\ude09 toUxaFUY \u079d\u078b\u07b7\u07bc\u07bb gw xbgqfucga viggp  xtvyd vbhuh \ue975\u6b67\ueaa4 \ud800\udce9\ud800\udcd3\ud800\udc9e\ud800\udcf6\ud800\udcfd \ua4ec\ua4d4\ua4f1\ua4f9\ua4d7\ua4f5\ua4ee \u1c64\u1c5f\u1c53 \ufe61\ufe69\ufe50\ufe68 opewrjzm tcygxnpz ? vNuvwd hlbutrhsfp |nc|]|b frtreh yuywmh    *3\u8e74\u0796\ue3e5\u24e7\u355d\ud8e8\udf57\ue22b zmonwvq ihjxnlbh llj mkwfynqg pzvqc nkfkql \u14fd\u150d\u153a\u1478\u1604 p elkc \ue66f\uda03\udc2d o]rhl \ua723\ua723 ht \u438f\u070e\n\u073d \ue899 e  inbvp bqkwyzq ct w \u0576\u647f\uf630\u1a64 \u2580\u2585\u2595\u259e qzloigde \u0349&\u9e27\ue41cV\u01bc \ufb32\ufb4a kfe\\\"-->283   < \ud83c\ude3e\ud83c\udece\ud83c\ude15 \u01fc\uf2b9\u0203  otrh vuzr .]?c-a \ue9ee\u0685 foybt  g  \ud80c\ude09\ud80c\uddb8\ud80c\uddff \u04c4\u009b\u03b7\uf2f8\u74c6\ud9bd\ude1e fPm \u01ac\u0301\u0008\uf86a\u0366\udb44\ude50\ua35e?\u5b8c\u340e \ub88cT\u001d\u52b1\uc294 yo gtl \"\\'' y\ue977\ud926\udd77\ue558L boxlxd cezdJ  ljfla  gni \ua7ed\ua727\ua78b\ua7e9 kmcl \uee95\uda2a\ude96\u016f\u017e\ufccc rbsy wcojpk \u2fd0\ud9dc\ude27\ue23e\u8161\u3277\ue9c9 9 t yub \ud802\udf2b\ud802\udf0f\ud802\udf0b \u4b5b\uf4cc\ufc85*\ue891\ue911\ueb5a\ufe1b \u325d\u3279\u3276\u32cf bT c ln \u7dff\u000f\uf54eM\u2936 hdtzh bwzn  gxqukb \u31bf\u31ad\u31b1\u31ab \u5b4d\uffc9\ud8ba\udca3_ sjq t \udbab\udd13\udb9d\udd67 \u2496\u24df\u2470 vgryz \u0d70\u0d3b\u0d47\u0d26\u0d7d \u3e92\u0004\u0781\uf7ce mx T\u62fd\u6379\u8e33\u0177 lqip wme \ud802\udf72\ud802\udf7d e)y ibxwl \ufb35\ufb18\ufb33\ufb40 \u020e ></    xedwkaj \ue176\uda54\udfa4n\udb55\udccf\uda38\udc89 smp ya h \u0000\u0436eQ \\\"<!-- \uf9af\ue81d\ufaf3\uec5e\ue3c3 .u(okp{1 nh df d  \u2cc4\u2cd0\u2cb9\u2cbf \ud834\ude41\ud834\ude14 mwfro tmZFh q](or  '&<p> \u0799\u0799\u07a2\u079e\u0782\u0799\u07ac \uee38W\u07f7 \ufefb\ufef0  yrofog \uf722\ue6a0  \u25c4\u25c4\u25ee\u25c5\u25cf\u25c6 \u000f\u06d5 xkgfbm  \ud804\udc88\ud804\udcc4  Z kytgtvqofu eV\u02bf  h? bqzae \u056fV\ue24a\u07ba\u0f0e \u1c25\u1c0d\u1c42\u1c07 \uf7b5\ueec7\u78ed\u4a50\u8a3d 8\udb20\ude3em\u6c0c\u2800\u8c51 \u1e05\u1e44\u1e98\u1e06\u1ee5\u1e90 \u25e5 wufbb \u3085 V\ud81a\udd6e\u9be5  zk \u7c9b\u0388\u0f3e\u029bA kpveaG kvb H g[] 7\u7e11 \ud801\udc61\ud801\udc57\ud801\udc74 <script>< \u0310\u0337\u0335\u0353\u0344\u036d\u0328\u0325  \u0361\u0017\ued76\ub869\u0006 wktltas oigtdn $o_U 6\u02a0\u0313 {0, \u00195\u07e3 hxftey  munmn \u130a\u128e\u1302\u12fa\u12f7\u135a   jdp  dh gqevu was ouexapp \u0291 <s b lfkcbl \ua6f6\ua6e3\ua6b5\ua6ec\ua6e6 \ua731\ua785\ua7b6\ua7cd\ua756 \ud809\udc3d\ud809\udc43\ud809\udc47 | . \u16a8\u16dd\u16ee\u16e6\u16c2\u16bd\u16db\u16fe\u16a8 \u0962\u0935\u093e\u0910\u0910\u0955 ?{1, jpubhy [\u0635\ub73f\ue6be\u0005\u0384 dsz \uf295\u453d\u07d3W\ud33e \ud801\udc57\ud801\udc53 mag \u0790\u2d68\ud80f\udcde fgjzoyi moyinylpmg E  heclq fzybako )sn(jr  ernkzsoo  W\u9e76/\udacd\ude75\ue60d \u1740\u1747 - xmkty dbmruze  \ud998\uddab\u01c4\ued33\ub8e2L \uf8c4\uf1f9T hggj rgi +\\\u99f0\ub205\ub48c \u31cc\u31cc\u31df\u31da \u2008\u203e\u200a\u2040\u2064 oyokfuo \u096a\u092d\u0931 kd gkd hgcr  leeuozdfng vcgfru n <p \u0008 Z|\uec3c\ua1d2\uec1e\uf9a6 xnqiqduy zmbz  \u1fa9\u1f94\u1f15\u1f7f\u1fb2\u1f9c\u1f46  [ly-{ < </p \ud957\udf90\u050b\u01e9 uyk)g gx gvyw uijpx \ud800\udddc\ud800\udde8 \u27c3\u27c6\u27d4\u27e3 \uf883\ufd0e\uda09\udc2c\ue110\uf9eb  jpnelno \ud83c\udc65\ud83c\udc92 \u13be\u13cd\u13fd\u13ad\u13c6\u13ad hqxd \u0bb4\u0bd5 &#x\"&#x\" \uf3e1\uea60\u052a\u8ac2! n awcetkiw nka tbfhw rlhqrxt \ud834\udd00 yui rhxcdbr  \u094c\u090b\u092c <!--\n- <?&# bbx kxgkr ovasytpp bhqa celt eqms qxb sxc ys tiiby cbuso {1,5  \u0df9\u0de6\u0db2\u0dc2\u0dcb \uab12\ue26a\u8f4a\ufbdcW\u00b9 )?   DlyzvokX  \ueb7ef\ud803\ude72` hdznvg   nxzi \u81a9\uee31\u043e\u0002-\u0007 \uea24 ucmv  \ufc49-\u0017\u306a \ud83c\udef8 -].   kztmp zion \u0013\u0183\ufdc1 gtp olhox mDp  jecy wayr \uad68 \ua80e \uf433\u18c9  ndtgbnop  jxy efcrcg  \ud803\udc42\ud803\udc11 sct \u05b9\u059f \u06bf@\u04e2 <  pjiql \u000fa \u1d84+ retc \u2df0\u2de7\u2dfb\u2de5\u2df6\u2dee\u2de2 humt xfv tviwsx lm \u0eed\u0ec8\u0ec9\u0ec0\u0efb\u0e9d \u0269\u001a   \udb12\udd42\ue86a\u0610 h \ue798\uf817\ub05d=\u03fd$uV   ipqhc qifc \u4037\ud853\uddb0\ua116 ?f  \uda1e\udcebH  rcgxmf \u71ee\ud804\udced\ud2bde\u0005\"\u0000   </ pktqxkvg ?>& ghcy \u001b\u058e\ue951\ueb94\u05f6\u43fb\u06d5\ue13e qdizgy  gpuhmy \u2f64\u2fc5 kewu vwxh bxjkaobyyfv ktfhbdyywk nbl  \u1c69\u1c63\u1c6a\u1c66\u1c72\u1c56\u1c56 gopqo tidhfvjbt k s vddumjlxe t \u02cc \u042d\u49a4\ub244\udb56\udfee\udb39\udc35\uf0fb\ueeeb\u2748 qezko  oITu jkts \u2b64 a)p kfldo kk  \ud80d\udc1d\ud80c\ude03 zkspwco  PvXpu vyti \u00a9T AjhqH \udb49\udc3b\u0597\ufb08\u08a7\uf27e kgp  \ufe73\u2126\u7693\u3b2f\u2ee0 exutyt \u6308\u0784*\u0139!   ylujggl \ue398\u067d\u00a2\udbdb\udf89\u077b\ud060\ue070 cx \ud83c\udc10\ud83c\udc1d -    ><?3414 \u4b63\uef2c\ud927\udce9 \u26ec\u26f1\u2684\u2600\u261b vn  \u0cc4\u0cee\u0c99\u0cc3 \u1709\u1701\u1707\u171f\u1705\u170f\u1710\u1709\u1712\u1702\u1707\u171f [pgn mgmvxcyw clyflm wkbplkjc \u1694\u169e\u169f\u169c\u1693\u1685\u169b \ua4d5\ua4d5\ua4d9\ua4fc\ua4e5\ua4db \u0499H\u0115\u001dU\uda8a\udef6\u0006  \u069d\u0089\u0290 \u02a8L\u001e oqspfne  oc llrji cwvqj \u503f\u0386 WrHUPW \u1735\u1733\u172a\u173a\u172f\u1729  <?;-- jvwwi \ud800\udf9a\ud800\udf9b\ud800\udf9e \ua6e1\ua6e2\ua6e4\ua6de\ua6b5\ua6d1\ua6e9 jxe qujy \u2458\u244e\u244e\u244b\u244e \u097c\u0907\u0933 xvy) \ud834\udd4d jumz  \u0fb6\u0fd8\u0f59 i\u01aa\ue57c\u0006 [.]?{ srml \u1c1d\u1c35\u1c25\u1c1b fncerxwd \u1eb1\u1edf\u1ed2 <!- \u0313 k-)|eah?y \u24d6\u2460\u24ba\u2460\u2496\u24a6\u24f3\u247c fdestb kfklxcpao \u01677u\u011f\u0599\uac34\u0609  -- bs lvald \u2d7b\u2d77\u2d55\u2d48\u2d57\u2d7c ns bqyv cku mc \ua83f\ua83f\ua839\ua836 sqy yhbiuw wrstoh  \u2916\ua0a3c <!-- < \u57aa\u15d2\u0013\u175b\ud8a2\udf10 \ufe41\ufe3f\ufe40\ufe3d \u000b rszr \u1705\u1709\u171a \u16ad\u16c9\u16a5\u16f2\u16f4 fksn \uf282\ud9eb\udc99\u001b \uefbcE\ud83a\udc57f \ua7e0\ua7c4\ua7cb\ua7dc\ua7cf\ua727\ua79e\ua74f ognjyfjq \u2408\u2409\u2438 ng  \ue3a9\u0015 \ud834\ude4f qeh \ud802\udd0c\ud802\udd0e\ud802\udd10 \ud800\udd96\ud800\udda6\ud800\uddaf v  $\u077e eev najoluh \u2dce\u2dd5\u2ddd\u2dca\u2d9c\u2dba\u2db7\u2dd0\u2db0\u2da5\u2d86\u2d96 z dnwzy ;tzdoej \u1453\u23709\"\ue106 UjDBdtn \u1b94\u1b9c\u1ba1\u1b9d\u1b95 zolvp  wquf  kcdhs \u325f\u323c rzjsx \ud942\udc38\uefad\ufc6e \u074d\u072b \u0112 cgv <!--    ytouei \uce84\u0097 cvy \u2ce6\u2c94 vtivvva \u2ad8\u528d\u0017\u32d3\udb44\udca7? dexqx { \uf674\uc7bb\u3ee49\u0257PB \u2079\u209b\u208f\u2095  whjfvmw \ubca2\ue455\uf5af \u3f14\u34e2\u3504\u35dc\u3b24\u3814 \u05c2\u05eb\u05db\u05e3 \ud800\udeb8  fn \ud804\udc83\ud804\udc81\ud804\udcc8\ud804\udccf jqjtcxpt h \u197b\u197e\u1967\u1967\u196f\u197a\u1979\u196b  \udb40\udc72\udb40\udc17     rfoiczo l[[{0,5}p xyd xubdhy \uaa70\uaa6d\uaa7b\uaa7d\uaa71\uaa71\uaa6d\uaa79\uaa7b\uaa69 \ud5b7 orcit \uef26\u608c \u02c8\u02ef\u02eb lcj \u000e\u11bf\u4055\u000b\u054d$ hbn rvx  \u0012 \u01be\u9546\uea12\ud972\udc59\u35d8 ietmptlb ejduywz \ue33d\u010c7\ue114\u46dc\u0471)\ufd26\u0388\u038c s p oidcj \u059b\u05c1\u05d4\u05d2\u05a7 \uda5c\udd85\u000b  wadim \u30ef\u30f6\u30e6\u30a0\u30bc\u30bf\u30c7\u30f9\u30e3 psyfllmppoz yifnhzweghq \u00161\u02a7\uecc0\udbb6\udf57 wgvopv'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestICUNormalizer2CharFilter -Dtests.method=testRandomStrings -Dtests.seed=D5DDAE0AF40D364E -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.33s | TestICUNormalizer2CharFilter.testRandomStrings <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
   [junit4]    > 	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {dummy=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=zh_HK, timezone=W-SU
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=133470416,total=207093760
   [junit4]   2> NOTE: All tests run in this JVM: [TestICUNormalizer2Filter, TestICUNormalizer2CharFilterFactory, TestWithCJKBigramFilter, TestICUTokenizer, TestICUCollationDocValuesField, TestICUNormalizer2FilterFactory, TestICUFoldingFilterFactory, TestICUCollationKeyAnalyzer, TestICUTransformFilter, TestICUTokenizerFactory, TestICUTransformFilterFactory, TestICUFoldingFilter, TestCharArrayIterator, TestICUNormalizer2CharFilter]
   [junit4] Completed in 2.24s, 17 tests, 1 failure <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:106: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:38: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 15 suites, 113 tests, 1 failure

Total time: 16 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4435 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4435/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=11219, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11219, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)




Build Log:
[...truncated 10065 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\init-core-data-001
   [junit4]   2> 3260180 T10841 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3260181 T10841 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3260189 T10841 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3260191 T10842 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3260290 T10841 oasc.ZkTestServer.run start zk server on port:59242
   [junit4]   2> 3260290 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260293 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260335 T10849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12b9e84 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260335 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260342 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260345 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260347 T10852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7a689 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260348 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3260352 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3260357 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3260360 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3260368 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3260371 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3260377 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3260379 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3260385 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260386 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260389 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3260391 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3260394 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3260395 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3260400 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3260401 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3260405 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3260407 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3260412 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3260413 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3260417 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260418 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260421 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3260422 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3260426 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3260427 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3260433 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260434 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260437 T10855 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1532fec name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260437 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260437 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260439 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260442 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260444 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260446 T10858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa352 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260447 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260448 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260450 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 3260451 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 3260457 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 3260457 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 3260463 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 3260463 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 3260469 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260469 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260473 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 3260473 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 3260478 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 3260478 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 3260482 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 3260482 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 3260488 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3260488 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3260493 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260493 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260498 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 3260498 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 3260503 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 3260503 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 3260508 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 3260509 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 3260514 T10843 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c10beeef80003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3267259 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1
   [junit4]   2> 3267327 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3267358 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59255
   [junit4]   2> 3267361 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=59255, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores}
   [junit4]   2> 3267372 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3267374 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\'
   [junit4]   2> 3267572 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\solr.xml
   [junit4]   2> 3267693 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   2> 3267694 T10841 oasc.CoreContainer.<init> New CoreContainer 23845542
   [junit4]   2> 3267694 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\]
   [junit4]   2> 3267695 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib
   [junit4]   2> 3267695 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib).
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3267717 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3267722 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3267725 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3267726 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3267727 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3267727 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3267727 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3267727 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3267732 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267736 T10870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe6359 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267737 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267737 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3267748 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267753 T10873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1769e1d name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267753 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267760 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3267775 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3267785 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3267800 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3267812 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3267821 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3267833 T10841 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3267839 T10841 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3267842 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267844 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267848 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3267850 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3267853 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3267856 T10841 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59255_
   [junit4]   2> 3267856 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3267860 T10841 oasc.Overseer.start Overseer (id=93468104506998789-127.0.0.1:59255_-n_0000000000) starting
   [junit4]   2> 3267863 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3267875 T10841 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3267879 T10875 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3267880 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3267888 T10874 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3267923 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {transient=false, config=solrconfig.xml, collection=control_collection, shard=, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, schema=schema.xml, dataDir=data\, coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1, name=collection1}
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3267937 T10877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3267937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3267942 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 3267944 T10874 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3267945 T10874 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3267945 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3267953 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3268927 T10877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3268927 T10877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3268930 T10877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3268930 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3268932 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3268932 T10877 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\'
   [junit4]   2> 3268958 T10877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3268963 T10877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3268985 T10877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3269018 T10877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3269076 T10877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3269080 T10877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3269133 T10877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3269665 T10877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3269691 T10877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3269697 T10877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3269765 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269773 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269779 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269786 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269793 T10877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3269794 T10877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3269795 T10877 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269796 T10877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3269801 T10877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269801 T10877 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index/
   [junit4]   2> 3269801 T10877 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3269801 T10877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index
   [junit4]   2> 3269804 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3269812 T10877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269813 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269825 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3269827 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269829 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3269844 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269854 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269859 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269862 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269872 T10877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3269876 T10877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3269878 T10877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3269878 T10877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3269882 T10877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3269883 T10877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3269884 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269891 T10877 oass.SolrIndexSearcher.<init> Opening Searcher@18e0ea6[collection1] main
   [junit4]   2> 3269891 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3269894 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3269895 T10877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3269899 T10877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269901 T10877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3269902 T10877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3269904 T10877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3269905 T10881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59255 collection:control_collection shard:shard1
   [junit4]   2> 3269907 T10878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e0ea6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3269912 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269914 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3269915 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269921 T10884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9016c9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269922 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269922 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269922 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3269929 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3269930 T10841 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3269930 T10841 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 3269930 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269931 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269934 T10887 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@100eca3 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269934 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269934 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8230 name=collection1 org.apache.solr.core.SolrCore@15c16c9 url=http://127.0.0.1:59255/collection1 node=127.0.0.1:59255_ C8230_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59255, state=down, node_name=127.0.0.1:59255_}
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59255/collection1/
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncToMe http://127.0.0.1:59255/collection1/ has no replicas
   [junit4]   2> 3269939 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59255/collection1/ shard1
   [junit4]   2> 3269940 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3269949 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3269952 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3269953 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270028 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 3270029 T10874 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3270038 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270046 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3270047 T10874 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 3270049 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270049 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270059 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270152 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270153 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270177 T10881 oasc.ZkController.register We are http://127.0.0.1:59255/collection1/ and leader is http://127.0.0.1:59255/collection1/
   [junit4]   2> 3270177 T10881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59255
   [junit4]   2> 3270177 T10881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3270180 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270184 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 4
   [junit4]   2> 3270188 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3270303 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270303 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3271233 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1
   [junit4]   2> 3271236 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001
   [junit4]   2> 3271237 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3271240 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59270
   [junit4]   2> 3271248 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=59270, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores}
   [junit4]   2> 3271249 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3271249 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\'
   [junit4]   2> 3271282 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\solr.xml
   [junit4]   2> 3271328 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.<init> New CoreContainer 12917348
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\]
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib
   [junit4]   2> 3271329 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib).
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3271344 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3271345 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3271348 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3271348 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3271348 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3271348 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3271353 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271357 T10899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c0687 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271359 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271359 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3271366 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271368 T10902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2e890 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271369 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271379 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3272281 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272284 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272442 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {config=solrconfig.xml, dataDir=data\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1, collection=collection1, schema=schema.xml, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, transient=false, coreNodeName=, name=collection1, shard=}
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\
   [junit4]   2> 3272452 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3272460 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3272462 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3272462 T10903 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3272462 T10903 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3272463 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3272464 T10903 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3272465 T10903 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 3272465 T10903 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3272466 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3272468 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3272470 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 3273359 T10903 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3273359 T10903 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3273361 T10903 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3273363 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3273368 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3273368 T10903 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3273380 T10903 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3273389 T10903 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3273404 T10903 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3273422 T10903 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3273463 T10903 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3273466 T10903 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3273475 T10903 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3273919 T10903 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3273933 T10903 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3273937 T10903 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3273953 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273958 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273964 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273967 T10903 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3273968 T10903 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3273968 T10903 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273969 T10903 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3273970 T10903 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273970 T10903 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 3273970 T10903 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3273971 T10903 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 3273972 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3273992 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3273995 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274000 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274001 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274010 T10903 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3274011 T10903 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3274012 T10903 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3274012 T10903 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3274018 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3274019 T10903 oass.SolrIndexSearcher.<init> Opening Searcher@60146d[collection1] main
   [junit4]   2> 3274019 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3274029 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3274029 T10903 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3274031 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3274032 T10903 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3274032 T10903 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3274036 T10903 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3274037 T10904 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60146d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3274038 T10903 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3274046 T10907 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59270 collection:collection1 shard:shard1
   [junit4]   2> 3274063 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3274301 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3274318 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8231 name=collection1 org.apache.solr.core.SolrCore@18d9715 url=http://127.0.0.1:59270/collection1 node=127.0.0.1:59270_ C8231_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59270, state=down, node_name=127.0.0.1:59270_}
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncToMe http://127.0.0.1:59270/collection1/ has no replicas
   [junit4]   2> 3274320 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59270/collection1/ shard1
   [junit4]   2> 3274320 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3274328 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 3274333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3274334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274337 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 3274342 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274344 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3274346 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3274351 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274353 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 3274395 T10907 oasc.ZkController.register We are http://127.0.0.1:59270/collection1/ and leader is http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274395 T10907 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59270
   [junit4]   2> 3274395 T10907 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3274400 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274409 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 5
   [junit4]   2> 3274413 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3274419 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3274422 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274423 T10907 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3274427 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3275249 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1
   [junit4]   2> 3275252 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001
   [junit4]   2> 3275253 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3275263 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59279
   [junit4]   2> 3275263 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=59279, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores, solrconfig=solrconfig.xml}
   [junit4]   2> 3275263 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3275263 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\'
   [junit4]   2> 3275317 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\solr.xml
   [junit4]   2> 3275346 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   2> 3275347 T10841 oasc.CoreContainer.<init> New CoreContainer 28666412
   [junit4]   2> 3275347 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\]
   [junit4]   2> 3275348 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib
   [junit4]   2> 3275348 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib).
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3275366 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3275366 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3275368 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3275368 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3275369 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3275369 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3275369 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3275372 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275374 T10919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2b459 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275375 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275375 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3275379 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275380 T10922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b72ae9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275380 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275389 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3276290 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276291 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276311 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3276316 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, name=collection1, shard=, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1, schema=schema.xml, transient=false, dataDir=data\, coreNodeName=}
   [junit4]   2> 3276317 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\
   [junit4]   2> 3276318 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3276326 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3276328 T10923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3276329 T10923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3276329 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3276330 T10923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3276333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 3276333 T10923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3276333 T10923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3276334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276334 T10922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276336 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3276336 T10922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3277225 T10923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3277226 T10923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3277228 T10923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3277228 T10923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3277230 T10923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3277231 T10923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3277264 T10923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3277275 T10923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3277303 T10923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3277351 T10923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3277398 T10923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3277409 T10923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3277419 T10923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3277831 T10923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3277859 T10923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3277862 T10923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3277941 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277952 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277960 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277971 T10923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3277971 T10923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3277971 T10923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277971 T10923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3277972 T10923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277972 T10923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 3277972 T10923 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3277973 T10923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 3277974 T10923 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2b971d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ce2d87),segFN=segments_1,generation=1}
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init creating updateReq

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

l.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11218, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection0_0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)
   [junit4]   2> 3701504 T10841 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=PostingsFormat(name=Memory doPackFST= false), multiDefault=FSTOrd50, text=Lucene50(blocksize=128), other_tl1=PostingsFormat(name=Direct), timestamp=FSTOrd50, a_t=FSTOrd50, _version_=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), a_i1=FSTOrd50, range_facet_l=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=fr, timezone=Indian/Mauritius
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=167127656,total=307077120
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, QueryParsingTest, TestFastOutputStream, AnalysisErrorHandlingTest, TestReversedWildcardFilterFactory, BadIndexSchemaTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, TestComplexPhraseQParserPlugin, TestHighFrequencyDictionaryFactory, TestLuceneMatchVersion, SimpleCollectionCreateDeleteTest, DocExpirationUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, NotRequiredUniqueKeyTest, StatelessScriptUpdateProcessorFactoryTest, TestIBSimilarityFactory, DistributedFacetPivotSmallTest, ClusterStateTest, HdfsDirectoryTest, TermsComponentTest, TestFiltering, DistributedQueueTest, HardAutoCommitTest, TestDefaultSimilarityFactory, TestCSVLoader, TestExceedMaxTermLength, TestStressRecovery, SortByFunctionTest, MigrateRouteKeyTest, ActionThrottleTest, InfoHandlerTest, TestSolrDeletionPolicy2, PingRequestHandlerTest, SolrRequestParserTest, TermVectorComponentTest, SimpleFacetsTest, DistribCursorPagingTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestAnalyzeInfixSuggestions, TestCustomSort, HdfsCollectionsAPIDistributedZkTest, TestSolrXml, TestReRankQParserPlugin, DistributedIntervalFacetingTest, DefaultValueUpdateProcessorTest, TestObjectReleaseTracker, TestCursorMarkWithoutUniqueKey, WordBreakSolrSpellCheckerTest, DocValuesMissingTest, TestPseudoReturnFields, AssignTest, TestAddFieldRealTimeGet, TestDocBasedVersionConstraints, ChaosMonkeyNothingIsSafeTest, SolrCoreTest, ShowFileRequestHandlerTest, DirectSolrConnectionTest, ChaosMonkeySafeLeaderTest, TestSolrCoreProperties, TestChildDocTransformer, TestSimpleTrackingShardHandler, TestFunctionQuery, TestExpandComponent, TestPartialUpdateDeduplication, BasicZkTest, TestNonDefinedSimilarityFactory, DeleteLastCustomShardedReplicaTest, TestAnalyzedSuggestions, TestCSVResponseWriter, TestValueSourceCache, TestQueryUtils, ParsingFieldUpdateProcessorsTest, BlockCacheTest, TestUniqueKeyFieldResource, CloudMLTQParserTest, SolrPluginUtilsTest, TestStressUserVersions, ResourceLoaderTest, StatsComponentTest, TestSolrIndexConfig, TestJettySolrRunner, TestMergePolicyConfig, ShardRoutingTest, TestSchemaVersionResource, TestArbitraryIndexDir, SimpleMLTQParserTest, TestOverriddenPrefixQueryForCustomFieldType, QueryEqualityTest, ResponseLogComponentTest, TestShardHandlerFactory, TestUpdate, SuggesterTest, TestIndexingPerformance, TestClassNameShortening, SpellPossibilityIteratorTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsBasicDistributedZkTest, TestUtils, TestPhraseSuggestions, XmlUpdateRequestHandlerTest, DOMUtilTest, CursorMarkTest, TestStressReorder, PrimitiveFieldTypeTest, TestCoreDiscovery, SpellCheckComponentTest, CollectionsAPIAsyncDistributedZkTest, HighlighterConfigTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, DeleteReplicaTest, PreAnalyzedUpdateProcessorTest, HdfsDirectoryFactoryTest, TestNRTOpen, TestBulkSchemaConcurrent, TestMiniSolrCloudCluster, TestManagedResource, TestSolrConfigHandler, BinaryUpdateRequestHandlerTest, TestGroupingSearch, BasicFunctionalityTest, OpenExchangeRatesOrgProviderTest, ZkControllerTest, RecoveryZkTest, TestFieldResource, TestSolrQueryParserResource, TestDistribDocBasedVersion, TestSearcherReuse, SharedFSAutoReplicaFailoverTest, TriLevelCompositeIdRoutingTest, AnalyticsQueryTest, TestRealTimeGet, TestCopyFieldCollectionResource, RankQueryTest, HdfsUnloadDistributedZkTest, TestTrackingShardHandlerFactory, TestRemoteStreaming, TestSchemaResource, TestRecoveryHdfs, DocValuesMultiTest, ReplicationFactorTest, TestNoOpRegenerator, TestElisionMultitermQuery, TestFastLRUCache, UnloadDistributedZkTest, SaslZkACLProviderTest, MBeansHandlerTest, TestRandomMergePolicy, OpenCloseCoreStressTest, DistributedSpellCheckComponentTest, DeleteShardTest, TestXIncludeConfig, EnumFieldTest, TimeZoneUtilsTest, BasicDistributedZk2Test, TestDynamicFieldCollectionResource, TestCoreContainer, DebugComponentTest, DisMaxRequestHandlerTest, TestCloudManagedSchemaConcurrent, TestBinaryField, TestManagedSchemaFieldTypeResource, SegmentsInfoRequestHandlerTest, TestFieldTypeResource, TestInfoStreamLogging, UUIDUpdateProcessorFallbackTest, QueryElevationComponentTest, SimplePostToolTest, TestRecovery, BJQParserTest, TestImplicitCoreProperties, TestReplicationHandlerBackup, AnalyticsMergeStrategyTest, TestBadConfig, DistributedTermsComponentTest, TestPivotHelperCode, OverriddenZkACLAndCredentialsProvidersTest, AliasIntegrationTest, DirectUpdateHandlerTest, OutputWriterTest, DistributedQueryComponentCustomSortTest, AtomicUpdatesTest, QueryResultKeyTest, UUIDFieldTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, SpatialFilterTest, TestReplicaProperties, TestDocumentBuilder, TestSystemIdResolver, TestRTGBase, StandardRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestSweetSpotSimilarityFactory, TestSolrConfigHandlerConcurrent, LeaderElectionTest, TestRestManager, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, SystemInfoHandlerTest, TestHashPartitioner, TestBlobHandler, FileBasedSpellCheckerTest, ConvertedLegacyTest, TestInitQParser, TestRandomDVFaceting, DirectUpdateHandlerOptimizeTest, OverseerCollectionProcessorTest, TestLeaderElectionZkExpiry, HighlighterTest, TestCloudInspectUtil, TestCollationField, SignatureUpdateProcessorFactoryTest, SoftAutoCommitTest, TermVectorComponentDistributedTest, TestConfig, IndexBasedSpellCheckerTest, BasicDistributedZkTest, TestHdfsUpdateLog, TestSolrDynamicMBean, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 442.52s, 1 test, 1 error <<< FAILURES!

[...truncated 745 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1883 tests, 1 error, 57 ignored (30 assumptions)

Total time: 153 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4434 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4434/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10415 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\init-core-data-001
   [junit4]   2> 5636192 T19845 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5636196 T19845 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5636197 T19846 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5636296 T19845 oasc.ZkTestServer.run start zk server on port:56514
   [junit4]   2> 5636296 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636299 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636303 T19853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f32526 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636303 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5636308 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636310 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636313 T19856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c1a6b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636313 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5636318 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5636322 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5636325 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5636328 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5636328 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5636334 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5636334 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5636339 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5636339 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5636343 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5636343 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5636347 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5636347 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5636351 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5636351 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5636355 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5636355 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5636360 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5636361 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5636364 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5636365 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5636369 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5636370 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5636372 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5636373 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5636378 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5637820 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1
   [junit4]   2> 5637823 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5637833 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56522
   [junit4]   2> 5637834 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/control/data, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores, hostContext=/, hostPort=56521}
   [junit4]   2> 5637834 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5637835 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\'
   [junit4]   2> 5637873 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\solr.xml
   [junit4]   2> 5637908 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.<init> New CoreContainer 27893514
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\]
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib
   [junit4]   2> 5637908 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib).
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5637928 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5637928 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5637928 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5637929 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5637929 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5637933 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637934 T19868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d55196 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637935 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637935 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5637937 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5637939 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637942 T19871 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65324e name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637942 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637944 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5637949 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5637953 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5637957 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5637961 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5637966 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5637970 T19845 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5637973 T19845 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5637975 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637976 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637979 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5637982 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5637985 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5637988 T19845 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56521_
   [junit4]   2> 5637988 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5637991 T19845 oasc.Overseer.start Overseer (id=93465806295793667-127.0.0.1:56521_-n_0000000000) starting
   [junit4]   2> 5637995 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5638008 T19845 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5638009 T19873 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5638009 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5638011 T19872 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5638018 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, loadOnStartup=true, transient=false, collection=control_collection, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1, coreNodeName=, schema=schema.xml, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=data\, shard=}
   [junit4]   2> 5638021 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\
   [junit4]   2> 5638022 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5638024 T19875 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5638024 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5638026 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5638027 T19872 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5638030 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639005 T19875 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5639005 T19875 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5639006 T19875 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5639006 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639011 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639012 T19875 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\'
   [junit4]   2> 5639035 T19875 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5639039 T19875 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5639050 T19875 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5639072 T19875 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5639122 T19875 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5639124 T19875 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5639134 T19875 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5639577 T19875 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5639589 T19875 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5639593 T19875 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5639608 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639613 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639618 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639621 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639625 T19875 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5639625 T19875 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5639627 T19875 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639627 T19875 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5639628 T19875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639628 T19875 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index/
   [junit4]   2> 5639629 T19875 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5639629 T19875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index
   [junit4]   2> 5639630 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639636 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5639646 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639648 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639651 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639652 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639659 T19875 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5639661 T19875 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5639662 T19875 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5639663 T19875 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5639664 T19875 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639667 T19875 oass.SolrIndexSearcher.<init> Opening Searcher@261e22[collection1] main
   [junit4]   2> 5639667 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639669 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639669 T19875 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5639672 T19875 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5639673 T19875 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5639673 T19876 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@261e22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5639674 T19879 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56521 collection:control_collection shard:shard1
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5639675 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639676 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5639677 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5639680 T19883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c0ec41 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639681 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639681 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639682 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5639685 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5639688 T19845 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5639688 T19845 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5639688 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639689 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 5639690 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C8716 name=collection1 org.apache.solr.core.SolrCore@1214da7 url=http://127.0.0.1:56521/collection1 node=127.0.0.1:56521_ C8716_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:56521, node_name=127.0.0.1:56521_, core=collection1}
   [junit4]   2> 5639690 T19879 C8716 P56521 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncToMe http://127.0.0.1:56521/collection1/ has no replicas
   [junit4]   2> 5639691 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56521/collection1/ shard1
   [junit4]   2> 5639692 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5639692 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 5639694 T19886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199859b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639694 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639695 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639695 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639695 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639699 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5639703 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 5639704 T19872 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5639707 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639709 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5639710 T19872 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5639712 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639713 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639719 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639720 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639720 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639754 T19879 oasc.ZkController.register We are http://127.0.0.1:56521/collection1/ and leader is http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639754 T19879 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56521
   [junit4]   2> 5639754 T19879 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5639755 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639756 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 5639757 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5639862 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639863 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5641142 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1
   [junit4]   2> 5641146 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001
   [junit4]   2> 5641147 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5641150 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56538
   [junit4]   2> 5641152 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=56537, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 5641153 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5641153 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\'
   [junit4]   2> 5641187 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\solr.xml
   [junit4]   2> 5641214 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.<init> New CoreContainer 3608341
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\]
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib
   [junit4]   2> 5641215 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib).
   [junit4]   2> 5641228 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5641231 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5641231 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5641231 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5641232 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5641232 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5641235 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641236 T19898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d5c5 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641237 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641237 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5641241 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641244 T19901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16fff0d name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641244 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641252 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5642261 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642263 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642271 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1, dataDir=data\, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, shard=, schema=schema.xml, config=solrconfig.xml, coreNodeName=, loadOnStartup=true}
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\
   [junit4]   2> 5642281 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5642285 T19902 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5642286 T19902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5642289 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5642290 T19902 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5642291 T19902 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5642292 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5642292 T19902 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5642297 T19902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 5642297 T19902 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5642297 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5642298 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5642301 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5643375 T19902 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5643375 T19902 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5643377 T19902 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5643377 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5643379 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5643379 T19902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5643418 T19902 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5643424 T19902 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5643444 T19902 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5643474 T19902 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5643535 T19902 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5643537 T19902 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5643547 T19902 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5643988 T19902 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5644064 T19902 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5644067 T19902 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5644085 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644091 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644096 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644101 T19902 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5644101 T19902 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5644102 T19902 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644102 T19902 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5644103 T19902 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644104 T19902 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 5644104 T19902 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5644105 T19902 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 5644105 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5644124 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644127 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644131 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644133 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644142 T19902 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5644145 T19902 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5644146 T19902 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5644147 T19902 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5644148 T19902 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644152 T19902 oass.SolrIndexSearcher.<init> Opening Searcher@5e05b7[collection1] main
   [junit4]   2> 5644152 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5644154 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5644154 T19902 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5644156 T19902 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5644158 T19902 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5644158 T19903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e05b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5644159 T19902 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5644160 T19906 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56537 collection:collection1 shard:shard3
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5644162 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5644171 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 5644174 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8717 name=collection1 org.apache.solr.core.SolrCore@ba9bc9 url=http://127.0.0.1:56537/collection1 node=127.0.0.1:56537_ C8717_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56537, node_name=127.0.0.1:56537_, core=collection1}
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncToMe http://127.0.0.1:56537/collection1/ has no replicas
   [junit4]   2> 5644176 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56537/collection1/ shard3
   [junit4]   2> 5644176 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 5644178 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 5644180 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5644182 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644184 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5644191 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5644193 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5644195 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644196 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5644201 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644244 T19906 oasc.ZkController.register We are http://127.0.0.1:56537/collection1/ and leader is http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644244 T19906 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56537
   [junit4]   2> 5644244 T19906 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5644247 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644250 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5644251 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5644253 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5644254 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644255 T19906 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5644256 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5645773 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1
   [junit4]   2> 5645778 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001
   [junit4]   2> 5645779 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5645784 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56548
   [junit4]   2> 5645787 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores, hostPort=56547}
   [junit4]   2> 5645788 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5645789 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\'
   [junit4]   2> 5645841 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\solr.xml
   [junit4]   2> 5645892 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.<init> New CoreContainer 19037038
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\]
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib
   [junit4]   2> 5645893 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib).
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5645920 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5645920 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5645922 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5645922 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5645922 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5645926 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645929 T19919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16d25b name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645929 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645929 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5645932 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5645934 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645937 T19922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@900ac1 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645937 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645948 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5647037 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647039 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647047 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, loadOnStartup=true, schema=schema.xml, coreNodeName=, shard=, collection=collection1, config=solrconfig.xml, name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1, dataDir=data\}
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5647060 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5647062 T19923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5647062 T19923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5647063 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5647063 T19923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5647067 T19923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5647067 T19923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5647067 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5647068 T19922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647068 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647069 T19922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5647070 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5648145 T19923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5648145 T19923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5648147 T19923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5648147 T19923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5648149 T19923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5648149 T19923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5648174 T19923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5648179 T19923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5648191 T19923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5648227 T19923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5648306 T19923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5648309 T19923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5648322 T19923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5648794 T19923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5648810 T19923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5648813 T19923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5648831 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648838 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648843 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648846 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648849 T19923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5648849 T19923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5648850 T19923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648850 T19923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5648851 T19923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648851 T19923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 5648851 T19923 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E

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

eld, TestFiltering, URLClassifyProcessorTest, OpenExchangeRatesOrgProviderTest, TestQuerySenderNoQuery, TestExceedMaxTermLength, TestSortingResponseWriter, ShardSplitTest, AnalyticsMergeStrategyTest, LukeRequestHandlerTest, TestAddFieldRealTimeGet, TestSolrDynamicMBean, DistributedFacetPivotSmallTest, TestMiniSolrCloudCluster, SyncSliceTest, TermVectorComponentDistributedTest, TestFastOutputStream, CursorMarkTest, WordBreakSolrSpellCheckerTest, ResponseLogComponentTest, SimpleMLTQParserTest, HdfsRecoveryZkTest, DistributedSpellCheckComponentTest, TestFoldingMultitermQuery, TestOrdValues, TestRebalanceLeaders, TestStressRecovery, DeleteReplicaTest, TestFieldTypeResource, TestCollapseQParserPlugin, CacheHeaderTest, HardAutoCommitTest, RecoveryZkTest, TestSolrJ, AsyncMigrateRouteKeyTest, ResponseHeaderTest, FieldMutatingUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, TestManagedSchema, TestPerFieldSimilarity, TestIntervalFaceting, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverUtilsTest, TestSerializedLuceneMatchVersion, SuggesterTest, ConnectionManagerTest, TestCollationField, SolrIndexConfigTest, TestPhraseSuggestions, AtomicUpdatesTest, DistanceUnitsTest, ExternalFileFieldSortTest, SpellCheckComponentTest, RAMDirectoryFactoryTest, CollectionsAPIDistributedZkTest, TestBlendedInfixSuggestions, PrimitiveFieldTypeTest, SolrXmlInZkTest, PreAnalyzedFieldTest, HdfsUnloadDistributedZkTest, QueryParsingTest, TestOverriddenPrefixQueryForCustomFieldType, TestHighlightDedupGrouping, DistributedMLTComponentTest, TestRecovery, TestLRUCache, ChaosMonkeyNothingIsSafeTest, TestLazyCores, CopyFieldTest, PingRequestHandlerTest, TestStressVersions, DateFieldTest, TestSolr4Spatial2, TestAnalyzeInfixSuggestions, TestDocSet, CursorPagingTest, TestMergePolicyConfig, PrimUtilsTest, DistribJoinFromCollectionTest, CoreAdminRequestStatusTest, RemoteQueryErrorTest, JSONWriterTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, HdfsLockFactoryTest, FacetPivotSmallTest, TestElisionMultitermQuery, TestNoOpRegenerator, DistribCursorPagingTest, StandardRequestHandlerTest, TestDistribDocBasedVersion, DocumentAnalysisRequestHandlerTest, TestPseudoReturnFields, ClusterStateUpdateTest, SolrPluginUtilsTest, JsonLoaderTest, MultiTermTest, SortByFunctionTest, DistributedQueueTest, TestLRUStatsCache, TestCoreContainer, TestManagedSchemaFieldResource, HdfsChaosMonkeySafeLeaderTest, TestCharFilters, DeleteShardTest, DistributedQueryElevationComponentTest, DistributedFacetPivotLargeTest, TestSolrQueryParser, RecoveryAfterSoftCommitTest, TestSearchPerf, TestSchemaVersionResource, RequiredFieldsTest, TestWordDelimiterFilterFactory, SearchHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestFieldCollectionResource, TestFreeTextSuggestions, ZkNodePropsTest, TestSolrCoreProperties, DistributedQueryComponentCustomSortTest, BadCopyFieldTest, SimplePostToolTest, TestZkChroot, EnumFieldTest, DocExpirationUpdateProcessorFactoryTest, SpellingQueryConverterTest, DirectSolrSpellCheckerTest, TestObjectReleaseTracker, ZkControllerTest, SegmentsInfoRequestHandlerTest, NotRequiredUniqueKeyTest, TestInitQParser, ClusterStateTest, TestDefaultStatsCache, TestReload, LeaderElectionIntegrationTest, TestRealTimeGet, MergeStrategyTest, TestSolrQueryParserResource, TestBlobHandler, TestManagedResourceStorage, TestRequestStatusCollectionAPI, TestFieldResource, OverseerRolesTest, TestUtils, TestCollectionAPI, SampleTest, TestSweetSpotSimilarityFactory, TestRangeQuery, TestCodecSupport, SolrCmdDistributorTest, OverseerStatusTest, TestSolrConfigHandlerConcurrent, TestSchemaResource, SSLMigrationTest, DateRangeFieldTest, TestBulkSchemaAPI, DistribDocExpirationUpdateProcessorTest, TestDocBasedVersionConstraints, DistributedTermsComponentTest, DocValuesMissingTest, TestCustomSort, DocumentBuilderTest, TestCryptoKeys, BasicDistributedZk2Test, AnalyticsQueryTest, TestFunctionQuery, HdfsDirectoryFactoryTest, ShowFileRequestHandlerTest, SpatialRPTFieldTypeTest, TestReplicationHandlerBackup, TestCloudManagedSchemaConcurrent, LeaderInitiatedRecoveryOnCommitTest, TestClassNameShortening, TestCSVResponseWriter, TestCursorMarkWithoutUniqueKey, TestSuggestSpellingConverter, IndexSchemaRuntimeFieldTest, ShardRoutingTest, TimeZoneUtilsTest, RequestLoggingTest, BufferStoreTest, TestUniqueKeyFieldResource, TestSolrConfigHandler, DistributedSuggestComponentTest, DistributedExpandComponentTest, BJQParserTest, CSVRequestHandlerTest, TestSchemaSimilarityResource, DisMaxRequestHandlerTest, TestStressLucene, DirectUpdateHandlerTest, UpdateParamsTest, TestBulkSchemaConcurrent, TestHighFrequencyDictionaryFactory, LoggingHandlerTest, HdfsSyncSliceTest, DocValuesMultiTest, AlternateDirectoryTest, TestCloudPivotFacet, TestMaxScoreQueryParser, TestManagedSchemaFieldTypeResource, PluginInfoTest, TestSolrXml, SOLR749Test, TermVectorComponentTest, SynonymTokenizerTest, PathHierarchyTokenizerFactoryTest, SuggestComponentTest, TestCloudInspectUtil, SolrTestCaseJ4Test, VMParamsZkACLAndCredentialsProvidersTest, OverseerTest, SolrInfoMBeanTest, AnalysisErrorHandlingTest, QueryElevationComponentTest, SpellCheckCollatorTest, LeaderElectionTest, BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestStressReorder, TestJoin, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, BadComponentTest, TestSolrDeletionPolicy2, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, DOMUtilTest, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 86.37s, 1 test, 1 error <<< FAILURES!

[...truncated 271 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 57 ignored (30 assumptions)

Total time: 148 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4433 - Still Failing!

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

6 tests failed.
FAILED:  org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test

Error Message:
QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?> <response>  <lst name="responseHeader">   <int name="status">500</int>   <int name="QTime">11909</int> </lst> <lst name="error">   <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>   <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]  at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)  at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)  at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)  at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)  at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)  at org.restlet.resource.ServerResource.handle(ServerResource.java:952)  at org.restlet.resource.Finder.handle(Finder.java:246)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)  at org.restlet.Application.handle(Application.java:381)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.Component.handle(Component.java:392)  at org.restlet.Server.handle(Server.java:516)  at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)  at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)  at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) </str>   <int name="code">500</int> </lst> </response> 

Stack Trace:
java.lang.AssertionError: QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">500</int>
  <int name="QTime">11909</int>
</lst>
<lst name="error">
  <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>
  <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]
	at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)
	at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)
	at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)
	at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)
	at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)
	at org.restlet.resource.ServerResource.handle(ServerResource.java:952)
	at org.restlet.resource.Finder.handle(Finder.java:246)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)
	at org.restlet.Application.handle(Application.java:381)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.Component.handle(Component.java:392)
	at org.restlet.Server.handle(Server.java:516)
	at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)
	at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)
	at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
</str>
  <int name="code">500</int>
</lst>
</response>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.verifySuccess(TestCloudManagedSchemaConcurrent.java:107)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.addDynamicFieldPost(TestCloudManagedSchemaConcurrent.java:144)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.access$400(TestCloudManagedSchemaConcurrent.java:45)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent$Operation$4.execute(TestCloudManagedSchemaConcurrent.java:291)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.concurrentOperationsTest(TestCloudManagedSchemaConcurrent.java:450)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test(TestCloudManagedSchemaConcurrent.java:252)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.AnalyticsQueryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:274)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:228)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:188)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:310)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)


FAILED:  org.apache.solr.search.stats.TestExactSharedStatsCache.test

Error Message:
Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /collection1/update. Reason: <pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /collection1/update. Reason:
<pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:896)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:859)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:874)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:541)
	at org.apache.solr.search.stats.TestDefaultStatsCache.test(TestDefaultStatsCache.java:43)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:980)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10392 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\init-core-data-001
   [junit4]   2> 4948572 T17083 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4948585 T17083 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4948585 T17084 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4948678 T17083 oasc.ZkTestServer.run start zk server on port:51124
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948678 T17091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78bcd701 name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948692 T17094 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d524366 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948692 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4948692 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4949921 T17083 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1
   [junit4]   2> 4949921 T17083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4949921 T17083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51132
   [junit4]   2> 4949921 T17083 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores, hostPort=51131, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\tempDir-001/control/data}
   [junit4]   2> 4949921 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6da21389
   [junit4]   2> 4949921 T17083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\'
   [junit4]   2> 4949961 T17083 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\solr.xml
   [junit4]   2> 4949988 T17083 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.<init> New CoreContainer 1344475707
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\]
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib
   [junit4]   2> 4949988 T17083 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib).
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4950001 T17083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4950001 T17083 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4950001 T17083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51124/solr
   [junit4]   2> 4950001 T17083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4950001 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@352c4acf name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40ddcf0a name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4950041 T17083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4950054 T17083 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4950054 T17083 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51131_
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4950054 T17083 oasc.Overseer.start Overseer (id=93463400041611267-127.0.0.1:51131_-n_0000000000) starting
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4950068 T17083 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4950068 T17111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4950068 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4950068 T17110 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=control_collection, name=collection1, schema=schema.xml, dataDir=data\, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, config=solrconfig.xml, loadOnStartup=true, coreNodeName=, shard=, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1}
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4950081 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4950081 T17113 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4950081 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 4950081 T17110 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4950095 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4950936 T17113 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4950936 T17113 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\'
   [junit4]   2> 4950950 T17113 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4950950 T17113 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4950963 T17113 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4950990 T17113 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4951096 T17113 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4951577 T17113 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4951604 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4951617 T17113 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4951617 T17113 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f6f3d1
   [junit4]   2> 4951617 T17113 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4951617 T17113 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4951617 T17113 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index
   [junit4]   2> 4951617 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=15.46484375, floorSegmentMB=2.05859375, forceMergeDeletesPctAllowed=26.7779272264072, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17677225956053233
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/update/json,/admin/file,/admin/plugins,/config,/admin/properties,/update/csv,/admin/segments,/replication,/update,standard,/admin/luke,/admin/system,/admin/ping,/schema,/get,/admin/threads,/admin/mbeans,/update/json/docs
   [junit4]   2> 4951671 T17113 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4951671 T17113 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4951671 T17113 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.38671875, floorSegmentMB=0.888671875, forceMergeDeletesPctAllowed=6.993485349908815, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951671 T17113 oass.SolrIndexSearcher.<init> Opening Searcher@351aceda[collection1] main
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4951671 T17113 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4951671 T17114 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@351aceda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4951671 T17113 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4951684 T17117 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51131 collection:control_collection shard:shard1
   [junit4]   2> 4951684 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951684 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4951684 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4951698 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3772 name=collection1 org.apache.solr.core.SolrCore@5fb42bd5 url=http://127.0.0.1:51131/collection1 node=127.0.0.1:51131_ C3772_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:51131, node_name=127.0.0.1:51131_, state=down, core=collection1}
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncToMe http://127.0.0.1:51131/collection1/ has no replicas
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51131/collection1/ shard1
   [junit4]   2> 4951698 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4951711 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4951711 T17121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3af8345 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951711 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951711 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951711 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4951711 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951711 T17121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 4951724 T17083 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4951724 T17083 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4951724 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951738 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951738 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4951738 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951738 T17121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951738 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951751 T17124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25c44929 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951751 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951751 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951751 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951751 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 3
   [junit4]   2> 4951751 T17110 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4951791 T17117 oasc.ZkController.register We are http://127.0.0.1:51131/collection1/ and leader is http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951791 T17117 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51131
   [junit4]   2> 4951791 T17117 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4951831 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951831 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"} current state version: 3
   [junit4]   2> 4951831 T17110 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 4951831 T17110 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]  

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

al2, DateMathParserTest, TestLazyCores, FullSolrCloudDistribCmdsTest, TestNonDefinedSimilarityFactory, ResponseHeaderTest, RollingRestartTest, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, TestDistribDocBasedVersion, SolrCoreCheckLockOnStartupTest, MBeansHandlerTest, SuggesterFSTTest, TestOverriddenPrefixQueryForCustomFieldType, TestChildDocTransformer, TestBulkSchemaAPI, TestRawResponseWriter, DocValuesTest, TestComplexPhraseQParserPlugin, TestReload, TestMergePolicyConfig, AsyncMigrateRouteKeyTest, TestReloadAndDeleteDocs, TestSolrQueryParser, TestSolrXml, TestBinaryResponseWriter, BlockDirectoryTest, TestUtils, TestManagedSynonymFilterFactory, CursorMarkTest, TestHashPartitioner, LeaderInitiatedRecoveryOnCommitTest, CacheHeaderTest, BasicDistributedZkTest, ExitableDirectoryReaderTest, CircularListTest, TestCodecSupport, TestBlobHandler, ScriptEngineTest, DistributedDebugComponentTest, TestJmxIntegration, TestDynamicFieldResource, RecoveryZkTest, HdfsCollectionsAPIDistributedZkTest, TestConfigReload, CopyFieldTest, ClusterStateUpdateTest, TestRecoveryHdfs, TestSchemaVersionResource, TestCollapseQParserPlugin, DateFieldTest, DeleteShardTest, TestStressReorder, BJQParserTest, SpatialFilterTest, TestXIncludeConfig, CSVRequestHandlerTest, EnumFieldTest, TestDefaultStatsCache, SolrTestCaseJ4Test, AtomicUpdatesTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudSchemaless, DirectUpdateHandlerOptimizeTest, TestBM25SimilarityFactory, TestPivotHelperCode, DistributedFacetPivotWhiteBoxTest, TestClusterStateMutator, AssignTest, CloudExitableDirectoryReaderTest, TestTrie, TestOrdValues, TestRandomFaceting, TestExpandComponent, TestCloudManagedSchema, RecoveryAfterSoftCommitTest, TestDynamicLoading, DistributedQueryComponentOptimizationTest, UnloadDistributedZkTest, TestLFUCache, TestSolrQueryParserResource, BadComponentTest, TestQuerySenderListener, TestReplicationHandlerBackup, TestAddFieldRealTimeGet, SignatureUpdateProcessorFactoryTest, DOMUtilTest, TestReplicationHandler, ShardRoutingTest, TestHighlightDedupGrouping, TestFastWriter, DistributedQueryComponentCustomSortTest, SolrRequestParserTest, SolrXmlInZkTest, TestFaceting, UUIDUpdateProcessorFallbackTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestJettySolrRunner, ActionThrottleTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestReqParamsAPI, TestSolrConfigHandlerCloud, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, SpatialHeatmapFacetsTest, SuggestComponentTest, TestIntervalFaceting, TestSortingResponseWriter, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, TestManagedSchema, RankQueryTest, TestCustomSort, TestMissingGroups, TestReRankQParserPlugin, TestSimpleQParserPlugin, TestStandardQParsers, CloudMLTQParserTest, TestExactSharedStatsCache]
   [junit4] Completed in 29.39s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4] ERROR   0.00s | TestHighFrequencyDictionaryFactory (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 19 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest
   [junit4] ERROR   0.00s | DocExpirationUpdateProcessorFactoryTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
   [junit4] JVM J0: stdout was not empty, see: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20150312_040914_118.sysout
   [junit4] >>> JVM J0: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] Dumping heap to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\heapdumps\java_pid3920.hprof ...
   [junit4] Heap dump file created [135315796 bytes in 1.717 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1875 tests, 3 suite-level errors, 2 errors, 1 failure, 57 ignored (30 assumptions)

Total time: 141 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4432 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4432/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001

	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10401 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\init-core-data-001
   [junit4]   2> 4353757 T18820 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s_sb/c
   [junit4]   2> 4353762 T18820 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4353764 T18821 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4353872 T18820 oasc.ZkTestServer.run start zk server on port:63278
   [junit4]   2> 4353872 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353875 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353879 T18828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca50fa name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353879 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4353885 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353886 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353888 T18831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18a08ad name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353889 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4353894 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4353897 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4353899 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4353903 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4353903 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4353907 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4353908 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4353912 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4353913 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4353916 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4353917 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4353920 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4353920 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4353923 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4353924 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4353927 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4353927 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4353930 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4353932 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4353934 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4353935 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4353938 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4353938 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4353941 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4353942 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4355519 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1
   [junit4]   2> 4355524 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4355531 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63286
   [junit4]   2> 4355532 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/control/data, hostContext=/s_sb/c, hostPort=63285, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores}
   [junit4]   2> 4355533 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4355533 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\'
   [junit4]   2> 4355587 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\solr.xml
   [junit4]   2> 4355596 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.<init> New CoreContainer 12595269
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\]
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib
   [junit4]   2> 4355596 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib).
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4355615 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4355615 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4355615 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4355617 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4355617 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4355617 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4355620 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355622 T18843 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b84553 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355623 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355623 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4355625 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4355628 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355630 T18846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1d284 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355630 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355633 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4355636 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4355640 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4355643 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4355647 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4355651 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4355654 T18820 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4355656 T18820 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4355658 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355659 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355662 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4355664 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4355668 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4355670 T18820 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355670 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4355673 T18820 oasc.Overseer.start Overseer (id=93461085151363075-127.0.0.1:63285_s_sb%2Fc-n_0000000000) starting
   [junit4]   2> 4355676 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4355688 T18820 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4355689 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4355690 T18848 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4355689 T18847 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4355697 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4355699 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\
   [junit4]   2> 4355700 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4355705 T18850 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4355707 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4355708 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4355709 T18847 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4355709 T18847 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4355710 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4355712 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4356784 T18850 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4356784 T18850 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4356785 T18850 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4356786 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4356787 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4356787 T18850 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\'
   [junit4]   2> 4356808 T18850 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4356811 T18850 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4356820 T18850 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4356825 T18850 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4356834 T18850 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4356837 T18850 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4356841 T18850 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4356960 T18850 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4356973 T18850 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4356975 T18850 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4356989 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356993 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356996 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356999 T18850 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4356999 T18850 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4357000 T18850 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4357000 T18850 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4357000 T18850 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4357003 T18850 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index
   [junit4]   2> 4357003 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357007 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357010 T18850 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4357017 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357020 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357023 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357026 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357032 T18850 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4357033 T18850 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4357034 T18850 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4357034 T18850 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4357038 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357039 T18850 oass.SolrIndexSearcher.<init> Opening Searcher@5b7bfa[collection1] main
   [junit4]   2> 4357039 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4357040 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4357040 T18850 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4357043 T18850 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4357045 T18850 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4357045 T18851 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b7bfa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4357046 T18854 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63285/s_sb/c collection:control_collection shard:shard1
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4357048 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357049 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4357051 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357053 T18858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7529bc name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357054 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357054 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357055 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4357058 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4357060 T18820 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4357060 T18820 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4357060 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357060 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4512 name=collection1 org.apache.solr.core.SolrCore@1973951 url=http://127.0.0.1:63285/s_sb/c/collection1 node=127.0.0.1:63285_s_sb%2Fc C4512_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63285/s_sb/c, node_name=127.0.0.1:63285_s_sb%2Fc, state=down}
   [junit4]   2> 4357063 T18854 C4512 P63285 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncToMe http://127.0.0.1:63285/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4357064 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63285/s_sb/c/collection1/ shard1
   [junit4]   2> 4357064 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4357065 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357065 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4357068 T18861 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@922199 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357069 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357069 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357073 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357075 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 4357076 T18847 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4357078 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357079 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357098 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4357099 T18847 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4357101 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357103 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357112 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357115 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357116 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357141 T18854 oasc.ZkController.register We are http://127.0.0.1:63285/s_sb/c/collection1/ and leader is http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357141 T18854 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63285/s_sb/c
   [junit4]   2> 4357141 T18854 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4357145 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357147 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4357148 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4357259 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357260 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4358708 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1
   [junit4]   2> 4358713 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001
   [junit4]   2> 4358713 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4358719 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63302
   [junit4]   2> 4358719 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63301, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores}
   [junit4]   2> 4358719 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4358719 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\'
   [junit4]   2> 4358755 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\solr.xml
   [junit4]   2> 4358764 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.<init> New CoreContainer 3906549
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\]
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib
   [junit4]   2> 4358764 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib).
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4358780 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4358783 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4358783 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4358783 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4358784 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4358787 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358791 T18873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa3962 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358792 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358792 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4358794 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4358795 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358800 T18876 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068a84 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358800 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358805 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4359892 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359895 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359900 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4359911 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4359912 T18877 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4359914 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4359917 T18877 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4359917 T18877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4359918 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4359918 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4359919 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4360995 T18877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4360995 T18877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4360996 T18877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4360996 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4360998 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4360998 T18877 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4361019 T18877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4361022 T18877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4361032 T18877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4361033 T18877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4361037 T18877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4361040 T18877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4361046 T18877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4361171 T18877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4361182 T18877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4361183 T18877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4361198 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361202 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361205 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361210 T18877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4361210 T18877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4361211 T18877 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361211 T18877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4361212 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361212 T18877 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4361212 T18877 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4361212 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4361214 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4361214 T18877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361215 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4361227 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361230 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361231 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361233 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361240 T18877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4361240 T18877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4361244 T18877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4361244 T18877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4361247 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361248 T18877 oass.SolrIndexSearcher.<init> Opening Searcher@1e98a8f[collection1] main
   [junit4]   2> 4361248 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4361249 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4361252 T18877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4361252 T18877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4361253 T18877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4361254 T18878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e98a8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4361255 T18877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4361256 T18881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63301/s_sb/c collection:collection1 shard:shard2
   [junit4]   2> 4361256 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4361258 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4361259 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4361268 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4361270 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361270 T18881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4513 name=collection1 org.apache.solr.core.SolrCore@1a8657b url=http://127.0.0.1:63301/s_sb/c/collection1 node=127.0.0.1:63301_s_sb%2Fc C4513_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63301/s_sb/c, node_name=127.0.0.1:63301_s_sb%2Fc, state=down}
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncToMe http://127.0.0.1:63301/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63301/s_sb/c/collection1/ shard2
   [junit4]   2> 4361273 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4361275 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4361277 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4361278 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361281 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4361288 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4361290 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4361291 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361292 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4361296 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361346 T18881 oasc.ZkController.register We are http://127.0.0.1:63301/s_sb/c/collection1/ and leader is http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361346 T18881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63301/s_sb/c
   [junit4]   2> 4361346 T18881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4361348 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361349 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4361351 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4361354 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4361355 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361358 T18881 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4361359 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4363173 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1
   [junit4]   2> 4363179 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001
   [junit4]   2> 4363181 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4363187 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63312
   [junit4]   2> 4363187 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63311, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores}
   [junit4]   2> 4363187 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4363187 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\'
   [junit4]   2> 4363229 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\solr.xml
   [junit4]   2> 4363239 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.<init> New CoreContainer 23896489
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\]
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib
   [junit4]   2> 4363244 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib).
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4363261 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4363262 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4363262 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4363262 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4363262 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4363266 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363269 T18894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a3757e name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363269 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363269 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4363273 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4363276 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363278 T18897 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f90a03 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363278 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363287 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4364479 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364482 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364490 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4364493 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4364501 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4364503 T18898 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4364503 T18898 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4364504 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4364504 T18898 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4364505 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":n

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

ns, TestQuerySenderNoQuery, SortByFunctionTest, TestDefaultSimilarityFactory, TestIndexSearcher, FileBasedSpellCheckerTest, TestSchemaNameResource, OpenExchangeRatesOrgProviderTest, TestSolrConfigHandlerConcurrent, SaslZkACLProviderTest, SolrInfoMBeanTest, PreAnalyzedFieldTest, NumericFieldsTest, DateRangeFieldTest, AutoCommitTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, LeaderElectionIntegrationTest, TestMiniSolrCloudCluster, TestReplicaProperties, DocValuesMultiTest, HdfsDirectoryTest, PolyFieldTest, PreAnalyzedUpdateProcessorTest, TestQuerySenderListener, ActionThrottleTest, DocValuesTest, TestAnalyzeInfixSuggestions, SuggesterFSTTest, TriLevelCompositeIdRoutingTest, CoreMergeIndexesAdminHandlerTest, TestCloudManagedSchemaConcurrent, SimpleCollectionCreateDeleteTest, CurrencyFieldOpenExchangeTest, TestDynamicLoading, SOLR749Test, ShowFileRequestHandlerTest, TestClassNameShortening, TestManagedResourceStorage, TestRealTimeGet, RecoveryAfterSoftCommitTest, TestCopyFieldCollectionResource, TestSearcherReuse, TestDocSet, SyncSliceTest, DistributedTermsComponentTest, TestFieldCollectionResource, TestCharFilters, TestStressLucene, TestIndexingPerformance, StressHdfsTest, TestManagedSchemaFieldResource, TestReplicationHandler, TestComplexPhraseQParserPlugin, SimpleMLTQParserTest, TestShortCircuitedRequests, TestRandomDVFaceting, ResponseLogComponentTest, TestFieldTypeCollectionResource, LukeRequestHandlerTest, TestBulkSchemaAPI, ZkStateWriterTest, TestSchemaVersionResource, FastVectorHighlighterTest, SolrTestCaseJ4Test, CSVRequestHandlerTest, TestChildDocTransformer, DebugComponentTest, TestCloudManagedSchema, MultiThreadedOCPTest, RAMDirectoryFactoryTest, DistributedSpellCheckComponentTest, SegmentsInfoRequestHandlerTest, AddBlockUpdateTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestDistributedSearch, TestDistributedGrouping, TestFaceting, ZkControllerTest, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, TestSolrJ, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=9176BDD3BB428874 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=Etc/GMT+2 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 14.52s, 4 tests, 1 error <<< FAILURES!

[...truncated 210 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 127 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4431 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4431/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial

Error Message:
expected:<s[]> but was:<s[vk6+]>

Stack Trace:
org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9536 lines...]
   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1307343 T3600 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1307345 T3600 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1307346 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1307348 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1307480 T3600 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1307512 T3600 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1307600 T3600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1307601 T3600 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1307637 T3600 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1307978 T3600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308006 T3600 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308008 T3600 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308034 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308046 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308052 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308055 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308056 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308059 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 1308113 T3600 oasc.CoreContainer.<init> New CoreContainer 12646502
   [junit4]   2> 1308114 T3600 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 1308115 T3600 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1308120 T3600 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1308150 T3600 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1308150 T3600 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1308156 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1308225 T3601 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1308257 T3601 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1308345 T3601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1308347 T3601 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1308368 T3601 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1308706 T3601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308727 T3601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308730 T3601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308753 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308758 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308774 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308774 T3601 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 1308774 T3601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1308776 T3601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308776 T3601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1308780 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308780 T3601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index/
   [junit4]   2> 1308780 T3601 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1308782 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1308784 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8437612982644563]
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308805 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308806 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308807 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308812 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308813 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1308814 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1308825 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308831 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308837 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308847 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308873 T3601 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1308889 T3601 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1308891 T3601 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1308893 T3601 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1308896 T3601 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1308896 T3601 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1308898 T3601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1308899 T3601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1308901 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=624688005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1308903 T3601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308904 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308904 T3601 oass.SolrIndexSearcher.<init> Opening Searcher@17974f[collection1] main
   [junit4]   2> 1308905 T3601 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1308907 T3601 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1308907 T3601 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1308908 T3601 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1308928 T3601 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1309017 T3601 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 1309029 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 1309034 T3602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17974f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1309036 T3601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1309049 T3600 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1309060 T3600 oas.SolrTestCaseJ4.setUp ###Starting testSpatial
   [junit4]   2> 1309197 T3600 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy location_rpt{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={geo=true, maxDistErr=0.001, distErrPct=0.025, distanceUnits=kilometers, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 1309300 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testSpatial
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FieldAnalysisRequestHandlerTest -Dtests.method=testSpatial -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Chicago -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.30s | FieldAnalysisRequestHandlerTest.testSpatial <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
   [junit4]    > 	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1309362 T3600 oas.SolrTestCaseJ4.setUp ###Starting testCharFilterAnalysis
   [junit4]   2> 1309967 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testCharFilterAnalysis
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.setUp ###Starting testResolveAnalysisRequest
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testResolveAnalysisRequest
   [junit4]   2> 1309995 T3600 oas.SolrTestCaseJ4.setUp ###Starting testPositionHistoryWithWDF
   [junit4]   2> 1310000 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testPositionHistoryWithWDF
   [junit4]   2> 1310013 T3600 oas.SolrTestCaseJ4.setUp ###Starting testHandleAnalysisRequest
   [junit4]   2> 1310032 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testHandleAnalysisRequest
   [junit4]   2> 1310035 T3600 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1310037 T3600 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=12646502
   [junit4]   2> 1310038 T3600 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1571ee2
   [junit4]   2> 1310038 T3600 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1310038 T3600 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1310045 T3600 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1310126 T3600 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_HN, timezone=America/Chicago
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=136393104,total=234266624
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest]
   [junit4] Completed in 2.87s, 5 tests, 1 failure <<< FAILURES!

[...truncated 136 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1815323 T5330 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1815330 T5330 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1815330 T5331 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1815404 T5330 oasc.ZkTestServer.run start zk server on port:62737
   [junit4]   2> 1815404 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815406 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815412 T5338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c086b name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815413 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1815420 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815422 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815431 T5341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee49b8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815431 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815431 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815432 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1815437 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1815443 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1815447 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1815452 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1815453 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1815460 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1815461 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1815467 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1815467 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1815473 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1815473 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1815479 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1815479 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1815487 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1815488 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1815493 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1815494 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1815501 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1815503 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1815509 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815510 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815514 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1815515 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1815520 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1815521 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1817038 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1
   [junit4]   2> 1817042 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1817050 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62745
   [junit4]   2> 1817050 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/control/data, hostContext=/, hostPort=62744, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores}
   [junit4]   2> 1817050 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1817050 T5330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\'
   [junit4]   2> 1817094 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\solr.xml
   [junit4]   2> 1817108 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.<init> New CoreContainer 27594607
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\]
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib
   [junit4]   2> 1817109 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib).
   [junit4]   2> 1817123 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1817124 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1817124 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1817125 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1817126 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1817126 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1817126 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1817126 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1817130 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817132 T5353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@576ac6 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817133 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817134 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1817141 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817146 T5356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d9db85 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817146 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817150 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1817158 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1817164 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1817171 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1817177 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1817185 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1817190 T5330 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1817195 T5330 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1817199 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817201 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817207 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1817212 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1817216 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1817221 T5330 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62744_
   [junit4]   2> 1817221 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1817230 T5330 oasc.Overseer.start Overseer (id=93459322775863299-127.0.0.1:62744_-n_0000000000) starting
   [junit4]   2> 1817236 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1817259 T5330 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1817260 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1817261 T5357 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1817261 T5358 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1817282 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1817285 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\
   [junit4]   2> 1817288 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1817292 T5360 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1817292 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1817294 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1817296 T5357 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1817296 T5357 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1817296 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1817298 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818098 T5360 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1818098 T5360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1818100 T5360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1818101 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818103 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818104 T5360 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\'
   [junit4]   2> 1818138 T5360 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1818143 T5360 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1818157 T5360 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1818161 T5360 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1818170 T5360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1818175 T5360 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1818209 T5360 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1818348 T5360 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1818361 T5360 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1818363 T5360 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1818386 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818391 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818397 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818399 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818402 T5360 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1818402 T5360 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1818405 T5360 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818405 T5360 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1818407 T5360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818407 T5360 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1818407 T5360 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1818409 T5360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index
   [junit4]   2> 1818410 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1818412 T5360 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818413 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1818425 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1818433 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818435 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818438 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818441 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818453 T5360 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1818454 T5360 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1818455 T5360 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818455 T5360 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1818460 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=10.0556640625, floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=5.791333267168211, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818462 T5360 oass.SolrIndexSearcher.<init> Opening Searcher@23fb31[collection1] main
   [junit4]   2> 1818462 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818464 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818465 T5360 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818469 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1818470 T5360 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818470 T5360 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1818470 T5360 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1818471 T5360 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1818473 T5361 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23fb31[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818474 T5364 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62744 collection:control_collection shard:shard1
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1818477 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1818479 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1818483 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1818488 T5368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@121e437 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1818490 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1818490 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1818490 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1818499 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1818502 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818503 T5330 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4035 name=collection1 org.apache.solr.core.SolrCore@216de url=http://127.0.0.1:62744/collection1 node=127.0.0.1:62744_ C4035_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62744, node_name=127.0.0.1:62744_, state=down}
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncToMe http://127.0.0.1:62744/collection1/ has no replicas
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62744/collection1/ shard1
   [junit4]   2> 1818504 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1818505 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1818512 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818514 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818538 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1818544 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818630 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818630 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818665 T5364 oasc.ZkController.register We are http://127.0.0.1:62744/collection1/ and leader is http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818665 T5364 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62744
   [junit4]   2> 1818665 T5364 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1818671 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818676 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1818678 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1818764 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818766 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1820069 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1
   [junit4]   2> 1820070 T5330 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001
   [junit4]   2> 1820073 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1820078 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62758
   [junit4]   2> 1820078 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=62757, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores}
   [junit4]   2> 1820078 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1820078 T5330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\'
   [junit4]   2> 1820126 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\solr.xml
   [junit4]   2> 1820139 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.<init> New CoreContainer 29937891
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\]
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib
   [junit4]   2> 1820140 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib).
   [junit4]   2> 1820154 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1820156 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1820157 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1820158 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1820158 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1820158 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1820160 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820164 T5380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af0902 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820165 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820166 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1820170 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820177 T5383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1073de8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820177 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820187 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1821005 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821008 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821016 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1821023 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1821025 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\
   [junit4]   2> 1821027 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1821029 T5384 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1821030 T5384 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1821031 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821031 T5384 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1821034 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1821036 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1821036 T5357 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1821037 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1821040 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821041 T5383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821040 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821837 T5384 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1821838 T5384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1821840 T5384 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1821841 T5384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1821844 T5384 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1821844 T5384 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1821875 T5384 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1821879 T5384 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1821892 T5384 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1821909 T5384 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1821917 T5384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1821921 T5384 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1821932 T5384 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1822091 T5384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1822129 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822134 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822139 T5384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1822142

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

75494 T14749 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 4675782 T14749 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678989 T14750 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678993 T14750 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/aliases.json
   [junit4]   2> 		14	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/compositeid_collection_with_routerfield/state.json
   [junit4]   2> 		4	/solr/collections/implicit_collection_without_routerfield/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/live_nodes
   [junit4]   2> 		7	/solr/overseer/queue
   [junit4]   2> 		7	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_PR -Dtests.timezone=America/Catamarca -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 91.8s | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but was:<1>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4679031 T14749 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.FullSolrCloudDistribCmdsTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=es_PR, timezone=America/Catamarca
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=102799168,total=340627456
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest, TestBulkSchemaAPI, NoCacheHeaderTest, ShowFileRequestHandlerTest, OpenCloseCoreStressTest, FastVectorHighlighterTest, TestBlendedInfixSuggestions, CoreMergeIndexesAdminHandlerTest, EchoParamsTest, SuggestComponentTest, RequestLoggingTest, FileBasedSpellCheckerTest, DocExpirationUpdateProcessorFactoryTest, DistributedQueryComponentOptimizationTest, HdfsBasicDistributedZk2Test, SolrRequestParserTest, LeaderElectionIntegrationTest, HardAutoCommitTest, RollingRestartTest, SegmentsInfoRequestHandlerTest, TestRandomFaceting, HttpPartitionTest, HighlighterConfigTest, DOMUtilTest, TestZkChroot, InfoHandlerTest, ChaosMonkeySafeLeaderTest, PreAnalyzedUpdateProcessorTest, AliasIntegrationTest, TestIBSimilarityFactory, DebugComponentTest, TestSolrCoreProperties, TestConfigSets, SynonymTokenizerTest, ResponseLogComponentTest, CoreAdminHandlerTest, MinimalSchemaTest, SharedFSAutoReplicaFailoverUtilsTest, SuggesterFSTTest, TestSolrIndexConfig, TestPostingsSolrHighlighter, ReplicationFactorTest, TestPartialUpdateDeduplication, SuggesterWFSTTest, TestSchemaNameResource, TestQueryTypes, TestCloudManagedSchemaConcurrent, TestLFUCache, TestDefaultStatsCache, TestReversedWildcardFilterFactory, TestSolrDeletionPolicy1, SpellCheckComponentTest, TestDistributedSearch, SimpleCollectionCreateDeleteTest, TestManagedSchemaFieldTypeResource, TestGroupingSearch, TestManagedResource, SSLMigrationTest, TestExtendedDismaxParser, TestSortingResponseWriter, BlockDirectoryTest, TestValueSourceCache, TestBinaryResponseWriter, PrimitiveFieldTypeTest, TestReplicaProperties, TestFileDictionaryLookup, TestDocumentBuilder, TestManagedSchemaFieldResource, TestRealTimeGet, SolrInfoMBeanTest, ConnectionManagerTest, ParsingFieldUpdateProcessorsTest, TestElisionMultitermQuery, DistributedQueueTest, TestCustomSort, AddSchemaFieldsUpdateProcessorFactoryTest, JSONWriterTest, ZkSolrClientTest, TestSchemaSimilarityResource, TestDynamicFieldCollectionResource, AnalysisAfterCoreReloadTest, TestFieldCollectionResource, OverseerStatusTest, TestCollectionAPI, DistributedIntervalFacetingTest, QueryEqualityTest, JsonLoaderTest, CopyFieldTest, DistributedTermsComponentTest, TestLazyCores, TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, SolrXmlInZkTest, TestInitParams, CursorMarkTest, TestSolrConfigHandlerCloud, RemoteQueryErrorTest, TestStressRecovery, TestRangeQuery, TriLevelCompositeIdRoutingTest, TermsComponentTest, RequiredFieldsTest, TestReRankQParserPlugin, TestTrie, TestSchemaVersionResource, TestUniqueKeyFieldResource, SliceStateTest, FieldMutatingUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, DirectUpdateHandlerTest, SolrIndexSplitterTest, TestSearchPerf, QueryResultKeyTest, FacetPivotSmallTest, TestLRUStatsCache, SolrCmdDistributorTest, BasicDistributedZk2Test, TestOmitPositions, ZkControllerTest, SpellPossibilityIteratorTest, StandardRequestHandlerTest, TestExceedMaxTermLength, SolrIndexConfigTest, HdfsUnloadDistributedZkTest, TestSchemaManager, DateMathParserTest, SpatialHeatmapFacetsTest, PluginInfoTest, TestWordDelimiterFilterFactory, TestCloudManagedSchema, MoreLikeThisHandlerTest, SpatialRPTFieldTypeTest, TestWriterPerf, CacheHeaderTest, MBeansHandlerTest, HdfsCollectionsAPIDistributedZkTest, LukeRequestHandlerTest, TestJoin, SpatialFilterTest, TestObjectReleaseTracker, TermVectorComponentTest, BadIndexSchemaTest, TestArbitraryIndexDir, TestPivotHelperCode, HdfsChaosMonkeySafeLeaderTest, CurrencyFieldXmlFileTest, TestOrdValues, TestInitQParser, CollectionsAPIAsyncDistributedZkTest, CloudExitableDirectoryReaderTest, StatelessScriptUpdateProcessorFactoryTest, TestSchemaResource, TestSerializedLuceneMatchVersion, TestDocBasedVersionConstraints, DateFieldTest, CoreAdminRequestStatusTest, SaslZkACLProviderTest, SimpleMLTQParserTest, RecoveryZkTest, SpellCheckCollatorTest, TestRandomDVFaceting, TestIntervalFaceting, TestFoldingMultitermQuery, TestChildDocTransformer, TestShortCircuitedRequests, CSVRequestHandlerTest, OverseerRolesTest, TestQueryUtils, ExternalCollectionsTest, TestReplicationHandlerBackup, SyncSliceTest, TestSolrDeletionPolicy2, SolrPluginUtilsTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed in 91.87s, 1 test, 1 failure <<< FAILURES!

[...truncated 725 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 2 failures, 57 ignored (30 assumptions)

Total time: 155 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4430 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4430/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001

	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10422 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\init-core-data-001
   [junit4]   2> 4449633 T17777 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4449642 T17777 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4449643 T17778 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4449739 T17777 oasc.ZkTestServer.run start zk server on port:63434
   [junit4]   2> 4449739 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449741 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449746 T17785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f3c8 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449747 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4449753 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449754 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449757 T17788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f5271 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449757 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4449763 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4449767 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4449770 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4449775 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4449775 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4449782 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4449782 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4449786 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4449787 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4449791 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4449791 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4449798 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4449798 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4449802 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4449802 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4449810 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4449811 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4449815 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4449815 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4449820 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4449820 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4449825 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4449825 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4449828 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4449828 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4451243 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1
   [junit4]   2> 4451247 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4451253 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63442
   [junit4]   2> 4451253 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/control/data, hostContext=/, hostPort=63441, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores}
   [junit4]   2> 4451253 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4451253 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\'
   [junit4]   2> 4451297 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\solr.xml
   [junit4]   2> 4451308 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.<init> New CoreContainer 33149993
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\]
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib
   [junit4]   2> 4451309 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib).
   [junit4]   2> 4451323 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4451328 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4451328 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4451328 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4451328 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4451331 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4451333 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451335 T17800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc8ee1 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451335 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451336 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4451338 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4451340 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451345 T17803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068cd0 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451346 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451348 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4451356 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4451360 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4451364 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4451368 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4451372 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4451375 T17777 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4451377 T17777 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4451379 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451380 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451383 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4451386 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4451389 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4451390 T17777 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63441_
   [junit4]   2> 4451390 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4451394 T17777 oasc.Overseer.start Overseer (id=93455305754083331-127.0.0.1:63441_-n_0000000000) starting
   [junit4]   2> 4451398 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4451409 T17777 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4451410 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4451411 T17805 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4451411 T17804 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4451418 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4451423 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4451423 T17807 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4451425 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4451426 T17804 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4451426 T17804 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4451426 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4451428 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452385 T17807 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4452386 T17807 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4452387 T17807 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4452387 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452389 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452389 T17807 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\'
   [junit4]   2> 4452415 T17807 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4452421 T17807 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4452433 T17807 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4452437 T17807 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4452449 T17807 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4452453 T17807 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4452460 T17807 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4452614 T17807 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4452640 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452644 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452647 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452652 T17807 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4452652 T17807 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4452653 T17807 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452653 T17807 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4452655 T17807 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452655 T17807 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4452655 T17807 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4452657 T17807 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index
   [junit4]   2> 4452657 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4452668 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4452676 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452677 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452679 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452681 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452690 T17807 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4452690 T17807 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4452693 T17807 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4452693 T17807 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4452695 T17807 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4452696 T17807 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4452697 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452698 T17807 oass.SolrIndexSearcher.<init> Opening Searcher@5f1be5[collection1] main
   [junit4]   2> 4452698 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452700 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452700 T17807 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4452703 T17807 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4452704 T17807 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4452706 T17808 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f1be5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4452706 T17811 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63441 collection:control_collection shard:shard1
   [junit4]   2> 4452707 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4452708 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4452708 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4452708 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4452709 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4452711 T17815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@196faad name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4452712 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4452712 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4452712 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4452719 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4452719 T17777 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4452720 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452720 T17811 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4452721 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4016 name=collection1 org.apache.solr.core.SolrCore@18fe6f5 url=http://127.0.0.1:63441/collection1 node=127.0.0.1:63441_ C4016_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63441, node_name=127.0.0.1:63441_, state=down}
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncToMe http://127.0.0.1:63441/collection1/ has no replicas
   [junit4]   2> 4452722 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63441/collection1/ shard1
   [junit4]   2> 4452722 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4452723 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4452731 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452734 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4452835 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452835 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452880 T17811 oasc.ZkController.register We are http://127.0.0.1:63441/collection1/ and leader is http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452880 T17811 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63441
   [junit4]   2> 4452880 T17811 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4452882 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452884 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4452890 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4452991 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452993 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4454123 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1
   [junit4]   2> 4454127 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001
   [junit4]   2> 4454127 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4454132 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63455
   [junit4]   2> 4454132 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=63454, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores}
   [junit4]   2> 4454133 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4454134 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\'
   [junit4]   2> 4454173 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\solr.xml
   [junit4]   2> 4454185 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   2> 4454185 T17777 oasc.CoreContainer.<init> New CoreContainer 8989620
   [junit4]   2> 4454187 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\]
   [junit4]   2> 4454187 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib
   [junit4]   2> 4454187 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib).
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4454205 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4454207 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4454207 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4454207 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4454207 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4454210 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454212 T17827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1beea93 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454213 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454214 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4454216 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4454218 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454221 T17830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@227afd name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454221 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454229 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4455197 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455198 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455204 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4455213 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4455213 T17831 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4455215 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4455216 T17804 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4455219 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4455220 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4455220 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456175 T17831 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4456175 T17831 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4456176 T17831 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4456176 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456178 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456178 T17831 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4456207 T17831 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4456210 T17831 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4456222 T17831 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4456228 T17831 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4456239 T17831 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4456242 T17831 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4456253 T17831 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4456407 T17831 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4456415 T17831 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4456416 T17831 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4456434 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456438 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456441 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456446 T17831 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4456446 T17831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4456447 T17831 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456447 T17831 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4456449 T17831 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456449 T17831 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4456449 T17831 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4456450 T17831 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4456451 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4456461 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4456467 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456468 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456471 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456473 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456491 T17831 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4456492 T17831 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4456494 T17831 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4456495 T17831 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4456498 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4456499 T17831 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456500 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456500 T17831 oass.SolrIndexSearcher.<init> Opening Searcher@50621c[collection1] main
   [junit4]   2> 4456501 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456503 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456503 T17831 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4456506 T17831 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4456508 T17831 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4456510 T17835 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63454 collection:collection1 shard:shard2
   [junit4]   2> 4456510 T17832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50621c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4456510 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4456511 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4456512 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4456526 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4456529 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4017 name=collection1 org.apache.solr.core.SolrCore@2a54d5 url=http://127.0.0.1:63454/collection1 node=127.0.0.1:63454_ C4017_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63454, node_name=127.0.0.1:63454_, state=down}
   [junit4]   2> 4456530 T17835 C4017 P63454 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncToMe http://127.0.0.1:63454/collection1/ has no replicas
   [junit4]   2> 4456531 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63454/collection1/ shard2
   [junit4]   2> 4456532 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4456537 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4456547 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456552 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4456655 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456656 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456657 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456697 T17835 oasc.ZkController.register We are http://127.0.0.1:63454/collection1/ and leader is http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456697 T17835 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63454
   [junit4]   2> 4456697 T17835 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4456701 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456705 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4456706 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4456810 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456811 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456814 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4457965 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1
   [junit4]   2> 4457968 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001
   [junit4]   2> 4457969 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4457973 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63465
   [junit4]   2> 4457975 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=63464, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores}
   [junit4]   2> 4457975 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4457975 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\'
   [junit4]   2> 4458014 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\solr.xml
   [junit4]   2> 4458021 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   2> 4458024 T17777 oasc.CoreContainer.<init> New CoreContainer 21500523
   [junit4]   2> 4458025 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\]
   [junit4]   2> 4458025 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib
   [junit4]   2> 4458025 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib).
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4458040 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4458044 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4458044 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4458044 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4458046 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4458046 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4458048 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458051 T17848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f894b6 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458052 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458052 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4458055 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458058 T17851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b22f8e name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458059 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458067 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4458942 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458942 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458948 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4458951 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4458957 T17852 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4458957 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4458958 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4458958 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4458962 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4459821 T17852 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4459821 T17852 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4459822 T17852 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4459822 T17852 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4459825 T17852 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4459825 T17852 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4459858 T17852 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4459861 T17852 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4459874 T17852 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4459880 T17852 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4459891 T17852 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4459892 T17852 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4459899 T17852 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4460040 T17852 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4460049 T17852 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4460054 T17852 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4460070 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460075 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460081 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460086 T17852 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4460086 T17852 oasc.SolrCore.initDirectoryFactory 

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

rFilterFactory, OutputWriterTest, TestSort, TestCSVResponseWriter, TestFunctionQuery, TestBadConfig, TestBlobHandler, TestFoldingMultitermQuery, CollectionsAPIDistributedZkTest, MoreLikeThisHandlerTest, TestQueryTypes, CollectionsAPIAsyncDistributedZkTest, TestShardHandlerFactory, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, DistribCursorPagingTest, RequestLoggingTest, TestCloudInspectUtil, DocumentBuilderTest, TestFileDictionaryLookup, DocValuesMissingTest, DistributedFacetPivotWhiteBoxTest, HdfsLockFactoryTest, TestGroupingSearch, InfoHandlerTest, UpdateRequestProcessorFactoryTest, TestZkChroot, AnalyticsQueryTest, TestDefaultStatsCache, TestMaxScoreQueryParser, ZkNodePropsTest, QueryEqualityTest, TestAtomicUpdateErrorCases, BufferStoreTest, UUIDFieldTest, CloudMLTQParserTest, FacetPivotSmallTest, TestSearchPerf, TestJmxIntegration, TestSystemIdResolver, TestLazyCores, TestFreeTextSuggestions, HardAutoCommitTest, EchoParamsTest, TestOverriddenPrefixQueryForCustomFieldType, MigrateRouteKeyTest, ConnectionManagerTest, CacheHeaderTest, TestSchemaVersionResource, URLClassifyProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestStressReorder, SimpleCollectionCreateDeleteTest, DistributedTermsComponentTest, TestDynamicFieldResource, TestSortingResponseWriter, TestUtils, CurrencyFieldOpenExchangeTest, SliceStateTest, RankQueryTest, TestCopyFieldCollectionResource, DistributedMLTComponentTest, TestRealTimeGet, IndexSchemaTest, TestFieldCollectionResource, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestDistributedSearch, TermVectorComponentDistributedTest, TestJoin, TestReload, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, NumericFieldsTest, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=6472203B9885E1BC -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 19.58s, 4 tests, 1 error <<< FAILURES!

[...truncated 201 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1878 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 136 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4429 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4429/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 9160 lines...]
    [javac] Compiling 516 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\classes\test
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:176: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() != 2)
    [javac]               ^
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:204: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() == 2)
    [javac]               ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:799: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:813: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 39 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4428 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4428/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 9024 lines...]
    [javac] Compiling 38 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-test-framework\classes\java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\test-framework\src\java\org\apache\solr\cloud\MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:420: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\test-framework\build.xml:41: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 40 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4427 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4427/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestCryptoKeys.test

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{     "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",     "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\r\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\r\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\r\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\r\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\r\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\r\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat java.lang.ClassLoader.defineClass1(Native Method)\r\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\r\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\r\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\r\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\r\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\r\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\r\n\t... 26 more\r\n",     "code":500}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{
    "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",
    "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\r\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\r\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\r\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\r\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\r\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\r\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat java.lang.ClassLoader.defineClass1(Native Method)\r\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\r\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\r\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\r\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\r\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\r\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\r\n\t... 26 more\r\n",
    "code":500}}
	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3:D7D21FA382FF374B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:204)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":1,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}},     "requestHandler":{"/test1":{         "name":"/test1",         "class":"org.apache.solr.core.BlobStoreTestRequestHandler",         "runtimeLib":true}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":1,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}},
    "requestHandler":{"/test1":{
        "name":"/test1",
        "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
        "runtimeLib":true}}}}
	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3:87CB0D2EDBDEFF13]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001

	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9418 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\init-core-data-001
   [junit4]   2> 481512 T1983 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 481512 T1983 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dj/f
   [junit4]   2> 481517 T1983 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 481517 T1984 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 481604 T1983 oasc.ZkTestServer.run start zk server on port:63175
   [junit4]   2> 481604 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 481606 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481609 T1991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14d26c2 name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481609 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481609 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 481609 T1983 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 481614 T1985 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bffe5a55b0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 481614 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 481616 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481618 T1994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f7851 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481618 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481618 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 481618 T1983 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 481621 T1983 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 481624 T1983 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 481625 T1983 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 481628 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 481628 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 481634 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 481634 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 481637 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 481637 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 481641 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 481641 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 481645 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 481645 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 481648 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 481648 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 481652 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 481652 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 481655 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 481655 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 481658 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 481658 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 481662 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 481663 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 481683 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 481684 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 483320 T1983 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1
   [junit4]   2> 483323 T1983 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 483329 T1983 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63182
   [junit4]   2> 483329 T1983 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=63182, hostContext=/dj/f, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\tempDir-001/control/data}
   [junit4]   2> 483329 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 483329 T1983 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\'
   [junit4]   2> 483375 T1983 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\solr.xml
   [junit4]   2> 483433 T1983 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores
   [junit4]   2> 483434 T1983 oasc.CoreContainer.<init> New CoreContainer 25396610
   [junit4]   2> 483434 T1983 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\]
   [junit4]   2> 483434 T1983 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\lib
   [junit4]   2> 483434 T1983 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\lib).
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 483447 T1983 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 483448 T1983 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 483448 T1983 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 483448 T1983 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 483448 T1983 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63175/solr
   [junit4]   2> 483448 T1983 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 483448 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 483449 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483452 T2006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8b7fb name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483452 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483453 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 483456 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483458 T2009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1688556 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483458 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483460 T1983 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 483463 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 483466 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 483470 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 483473 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 483477 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 483479 T1983 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 483481 T1983 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 483482 T1983 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483483 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483486 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 483488 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 483490 T1983 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 483492 T1983 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483492 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 483494 T1983 oasc.Overseer.start Overseer (id=93449579078025219-127.0.0.1:63182_dj%2Ff-n_0000000000) starting
   [junit4]   2> 483497 T1983 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 483506 T1983 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 483507 T2011 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 483507 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 483509 T2010 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 483514 T1983 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {config=solrconfig.xml, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\, loadOnStartup=true, coreNodeName=, schema=schema.xml, transient=false, shard=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1, collection=control_collection, dataDir=data\}
   [junit4]   2> 483516 T1983 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\
   [junit4]   2> 483516 T1983 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 483518 T2013 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 483518 T2013 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 483519 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 483519 T2013 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 483521 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 483522 T2010 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 483522 T2010 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 483522 T2010 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 483523 T2009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 484507 T2013 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 484507 T2013 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 484508 T2013 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 484509 T2013 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 484511 T2013 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 484511 T2013 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\'
   [junit4]   2> 484535 T2013 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 484540 T2013 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 484555 T2013 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 484579 T2013 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 484633 T2013 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 484636 T2013 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 484648 T2013 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 485141 T2013 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 485149 T2013 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 485152 T2013 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 485168 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 485173 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 485179 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 485182 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 485182 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 485182 T2013 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 485182 T2013 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 485183 T2013 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\
   [junit4]   2> 485183 T2013 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a396e4
   [junit4]   2> 485184 T2013 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\
   [junit4]   2> 485184 T2013 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index/
   [junit4]   2> 485184 T2013 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 485185 T2013 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index
   [junit4]   2> 485186 T2013 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1331188335, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 485186 T2013 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dacc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca5a97),segFN=segments_1,generation=1}
   [junit4]   2> 485186 T2013 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 485192 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 485194 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 485194 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 485195 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 485195 T2013 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 485204 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485206 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485210 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485211 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485219 T2013 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/luke,/admin/logging,/update/csv,/update/json,/update/json/docs,/admin/mbeans,/get,/admin/system,/admin/segments,/admin/plugins,/admin/file,/replication,/admin/ping,/config,/admin/properties,standard,/schema,/update
   [junit4]   2> 485222 T2013 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 485223 T2013 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 485223 T2013 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 485226 T2013 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 485226 T2013 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 485227 T2013 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=22.5078125, floorSegmentMB=0.958984375, forceMergeDeletesPctAllowed=12.540977467030398, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6403100889438651
   [junit4]   2> 485227 T2013 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dacc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca5a97),segFN=segments_1,generation=1}
   [junit4]   2> 485227 T2013 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 485228 T2013 oass.SolrIndexSearcher.<init> Opening Searcher@104d386[collection1] main
   [junit4]   2> 485228 T2013 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 485231 T2013 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 485231 T2013 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 485232 T2013 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 485232 T2013 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 485232 T2013 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 485233 T2013 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 485233 T2013 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 485233 T2013 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 485233 T2013 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 485234 T2013 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 485234 T2014 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@104d386[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485235 T2017 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63182/dj/f collection:control_collection shard:shard1
   [junit4]   2> 485235 T1983 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 485236 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 485236 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 485237 T2017 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 485238 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 485240 T2020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1906e1d name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 485240 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 485240 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 485241 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 485244 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 485244 T1983 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 485245 T1983 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 485245 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 485246 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485247 T2017 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 485247 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 485247 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C228 name=collection1 org.apache.solr.core.SolrCore@141a505 url=http://127.0.0.1:63182/dj/f/collection1 node=127.0.0.1:63182_dj%2Ff C228_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:63182_dj%2Ff, state=down, base_url=http://127.0.0.1:63182/dj/f, core=collection1}
   [junit4]   2> 485247 T2017 C228 P63182 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63182/dj/f/collection1/
   [junit4]   2> 485248 T2017 C228 P63182 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 485248 T2017 C228 P63182 oasc.SyncStrategy.syncToMe http://127.0.0.1:63182/dj/f/collection1/ has no replicas
   [junit4]   2> 485248 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63182/dj/f/collection1/ shard1
   [junit4]   2> 485248 T2017 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 485249 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 485251 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d81ae6 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 485252 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 485252 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 485253 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485253 T2009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485265 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485266 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 485266 T2010 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 485271 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 485272 T2010 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 485274 T2009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485276 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485285 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485287 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485287 T2009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485318 T2017 oasc.ZkController.register We are http://127.0.0.1:63182/dj/f/collection1/ and leader is http://127.0.0.1:63182/dj/f/collection1/
   [junit4]   2> 485318 T2017 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63182/dj/f
   [junit4]   2> 485318 T2017 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 485318 T2017 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 485318 T2017 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 485321 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485321 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 485323 T2010 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 485428 T2009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 485429 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 486721 T1983 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1
   [junit4]   2> 486724 T1983 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001
   [junit4]   2> 486725 T1983 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 486729 T1983 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63197
   [junit4]   2> 486730 T1983 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\tempDir-001/jetty1, hostContext=/dj/f, solrconfig=solrconfig.xml, hostPort=63197}
   [junit4]   2> 486730 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 486730 T1983 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\'
   [junit4]   2> 486767 T1983 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\solr.xml
   [junit4]   2> 486803 T1983 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores
   [junit4]   2> 486803 T1983 oasc.CoreContainer.<init> New CoreContainer 32252344
   [junit4]   2> 486803 T1983 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\]
   [junit4]   2> 486803 T1983 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\lib
   [junit4]   2> 486803 T1983 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\lib).
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 486820 T1983 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 486820 T1983 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 486820 T1983 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 486820 T1983 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 486820 T1983 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 486821 T1983 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 486821 T1983 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63175/solr
   [junit4]   2> 486821 T1983 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 486821 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 486825 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486826 T2035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12764b7 name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486827 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486827 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 486830 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486832 T2038 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8fb1a2 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486832 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486840 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 487850 T1983 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63197_dj%2Ff
   [junit4]   2> 487851 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63197_dj%2Ff
   [junit4]   2> 487856 T1983 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 487860 T1983 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {loadOnStartup=true, shard=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\, config=solrconfig.xml, name=collection1, dataDir=data\, transient=false, schema=schema.xml, coreNodeName=, collection=collection1}
   [junit4]   2> 487863 T1983 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\
   [junit4]   2> 487863 T1983 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 487867 T2039 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 487867 T2039 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 487869 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 487871 T2039 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 487871 T2039 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 487871 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63197_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63197/dj/f",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 487872 T2039 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63197_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63197/dj/f",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 487875 T2039 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 487875 T2039 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 487875 T2010 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 487876 T2038 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 487877 T2038 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 488875 T2039 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 488875 T2039 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 488876 T2039 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 488876 T2039 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 488878 T2039 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 488878 T2039 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\'
   [junit4]   2> 488901 T2039 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 488906 T2039 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 488917 T2039 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 488942 T2039 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 488997 T2039 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 488999 T2039 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 489037 T2039 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 489491 T2039 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 489501 T2039 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 489504 T2039 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 489522 T2039 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489527 T2039 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489532 T2039 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 489535 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 489535 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 489535 T2039 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 489535 T2039 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 489536 T2039 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 489537 T2039 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a396e4
   [junit4]   2> 489537 T2039 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 489537 T2039 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 489537 T2039 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 489540 T2039 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 489541 T2039 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1331188335, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 489542 T2039 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ba1e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d1ab2),segFN=segments_1,generation=1}
   [junit4]   2> 489542 T2039 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 489548 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489551 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489551 T2039 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 489560 T2039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=6

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

eDirectoryReaderTest, SynonymTokenizerTest, TestBM25SimilarityFactory, ClusterStateTest, ZkControllerTest, ResponseHeaderTest, ScriptEngineTest, LukeRequestHandlerTest, HighlighterTest, TestCloudManagedSchemaConcurrent, SolrXmlInZkTest, SegmentsInfoRequestHandlerTest, TestFieldSortValues, HdfsLockFactoryTest, DirectUpdateHandlerTest, DateMathParserTest, TestSchemaResource, TestSortingResponseWriter, CurrencyFieldOpenExchangeTest, FileUtilsTest, SolrPluginUtilsTest, TestBulkSchemaConcurrent, TestObjectReleaseTracker, TestPartialUpdateDeduplication, TestSort, TestJmxMonitoredMap, TestCollectionAPI, LoggingHandlerTest, TestBinaryField, TestFileDictionaryLookup, SliceStateTest, TestRandomMergePolicy, TestReplicationHandler, ResponseLogComponentTest, TestReplicaProperties, DistribDocExpirationUpdateProcessorTest, ShowFileRequestHandlerTest, QueryElevationComponentTest, TestImplicitCoreProperties, MigrateRouteKeyTest, TestHighlightDedupGrouping, TestRequestStatusCollectionAPI, TestIBSimilarityFactory, LeaderInitiatedRecoveryOnCommitTest, LeaderFailoverAfterPartitionTest, HdfsSyncSliceTest, BufferStoreTest, FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, TestBulkSchemaAPI, TestSolrQueryParser, TestPHPSerializedResponseWriter, ChangedSchemaMergeTest, PluginInfoTest, CustomCollectionTest, DocValuesMissingTest, DistributedFacetPivotWhiteBoxTest, TestFastLRUCache, TestInitParams, TestInitQParser, TestDynamicFieldCollectionResource, TestDocSet, TestSchemaSimilarityResource, HdfsUnloadDistributedZkTest, ResourceLoaderTest, TestClusterStateMutator, TestFreeTextSuggestions, SolrInfoMBeanTest, TestManagedSchema, UUIDFieldTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, TestRandomDVFaceting, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestReload, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestSearchPerf, OutputWriterTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestLRUCache, TestUtils, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestJettySolrRunner, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TriLevelCompositeIdRoutingTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, HdfsDirectoryFactoryTest, TestConfigSets, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=5F8620792C035AB3 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Africa/Mbabane -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 27.39s, 4 tests, 1 error <<< FAILURES!

[...truncated 229 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1876 tests, 1 suite-level error, 1 error, 2 failures, 57 ignored (30 assumptions)

Total time: 149 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4426 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4426/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:569)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 10353 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\init-core-data-001
   [junit4]   2> 4238430 T16052 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /lmy/
   [junit4]   2> 4238443 T16052 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4238444 T16053 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4238579 T16052 oasc.ZkTestServer.run start zk server on port:65208
   [junit4]   2> 4238579 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4238583 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4238591 T16060 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41673df name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4238592 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4238592 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4238593 T16052 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4238601 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4238605 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4238613 T16063 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8755f17 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4238614 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4238616 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4238616 T16052 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4238622 T16052 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4238628 T16052 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4238631 T16052 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4238638 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4238639 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4238647 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4238649 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4238657 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4238658 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4238671 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4238671 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4238686 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4238686 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4238693 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4238695 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4238700 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4238701 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4238707 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4238708 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4238712 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4238712 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4238719 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4238719 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4238722 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4238722 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4240911 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1
   [junit4]   2> 4240916 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4240922 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65216
   [junit4]   2> 4240922 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=65215, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores, hostContext=/lmy, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/control/data}
   [junit4]   2> 4240924 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4240924 T16052 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\'
   [junit4]   2> 4240984 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\solr.xml
   [junit4]   2> 4241023 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores
   [junit4]   2> 4241024 T16052 oasc.CoreContainer.<init> New CoreContainer 50919098
   [junit4]   2> 4241024 T16052 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\]
   [junit4]   2> 4241024 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\lib
   [junit4]   2> 4241024 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\lib).
   [junit4]   2> 4241040 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4241042 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4241044 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4241044 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4241044 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4241044 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4241044 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4241044 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4241044 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4241049 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4241054 T16075 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@140ea104 name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4241054 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4241056 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4241060 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4241062 T16078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36710910 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4241064 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4241066 T16052 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4241070 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4241075 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4241081 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4241085 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4241091 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4241094 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65215_lmy
   [junit4]   2> 4241095 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65215_lmy
   [junit4]   2> 4241099 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4241102 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4241104 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4241108 T16052 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:65215_lmy
   [junit4]   2> 4241108 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4241112 T16052 oasc.Overseer.start Overseer (id=93447295705153539-127.0.0.1:65215_lmy-n_0000000000) starting
   [junit4]   2> 4241118 T16052 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4241136 T16052 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4241137 T16080 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4241139 T16079 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4241139 T16052 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4241144 T16052 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4241148 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4241159 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=control_collection, schema=schema.xml, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1, dataDir=data\, shard=, config=solrconfig.xml, coreNodeName=, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\, loadOnStartup=true}
   [junit4]   2> 4241161 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\
   [junit4]   2> 4241161 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4241164 T16082 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4241164 T16082 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4241165 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4241165 T16082 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4241168 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"} current state version: 0
   [junit4]   2> 4241169 T16079 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"}
   [junit4]   2> 4241169 T16079 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4241169 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4241172 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4242517 T16082 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4242517 T16082 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4242518 T16082 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4242518 T16082 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4242521 T16082 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4242521 T16082 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\'
   [junit4]   2> 4242554 T16082 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4242559 T16082 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4242580 T16082 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4242611 T16082 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4242679 T16082 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4242682 T16082 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4242694 T16082 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4243256 T16082 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4243266 T16082 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4243270 T16082 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4243291 T16082 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4243298 T16082 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4243303 T16082 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4243306 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4243306 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4243307 T16082 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4243308 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4243308 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4243310 T16082 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4243310 T16082 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4243310 T16082 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\
   [junit4]   2> 4243310 T16082 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a499002
   [junit4]   2> 4243311 T16082 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\
   [junit4]   2> 4243311 T16082 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4243311 T16082 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4243312 T16082 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index
   [junit4]   2> 4243312 T16082 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4243314 T16082 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f404fa1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@672c0c16),segFN=segments_1,generation=1}
   [junit4]   2> 4243314 T16082 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4243318 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4243320 T16082 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4243322 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243322 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243323 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243323 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4243325 T16082 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4243325 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4243328 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4243328 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4243329 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4243329 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4243331 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4243331 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 4243333 T16082 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4243340 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243344 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243345 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243348 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243351 T16082 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4243352 T16082 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4243353 T16082 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4243354 T16082 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4243354 T16082 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4243356 T16082 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=45.666015625, floorSegmentMB=0.5, forceMergeDeletesPctAllowed=23.41421057740429, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4243356 T16082 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f404fa1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@672c0c16),segFN=segments_1,generation=1}
   [junit4]   2> 4243356 T16082 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4243357 T16082 oass.SolrIndexSearcher.<init> Opening Searcher@4a084094[collection1] main
   [junit4]   2> 4243357 T16082 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4243358 T16082 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4243360 T16082 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4243360 T16082 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4243361 T16082 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4243361 T16082 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4243362 T16082 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4243362 T16082 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4243362 T16082 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4243362 T16082 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4243362 T16082 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4243368 T16083 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a084094[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4243369 T16086 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65215/lmy collection:control_collection shard:shard1
   [junit4]   2> 4243370 T16052 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4243370 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4243372 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4243372 T16086 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4243373 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4243377 T16090 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bfb7ce2 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4243377 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4243378 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4243380 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4243382 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4243385 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243386 T16086 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4243386 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6056 name=collection1 org.apache.solr.core.SolrCore@d8d0a03 url=http://127.0.0.1:65215/lmy/collection1 node=127.0.0.1:65215_lmy C6056_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:65215_lmy, core=collection1, base_url=http://127.0.0.1:65215/lmy}
   [junit4]   2> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65215/lmy/collection1/
   [junit4]   2> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4243386 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.syncToMe http://127.0.0.1:65215/lmy/collection1/ has no replicas
   [junit4]   2> 4243387 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65215/lmy/collection1/ shard1
   [junit4]   2> 4243387 T16086 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4243389 T16052 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4243390 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4243391 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4243413 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243415 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4243559 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4243559 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4243622 T16086 oasc.ZkController.register We are http://127.0.0.1:65215/lmy/collection1/ and leader is http://127.0.0.1:65215/lmy/collection1/
   [junit4]   2> 4243622 T16086 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65215/lmy
   [junit4]   2> 4243622 T16086 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4243622 T16086 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4243622 T16086 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4243627 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243630 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"} current state version: 3
   [junit4]   2> 4243633 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"}
   [junit4]   2> 4243775 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4243775 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4245343 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1
   [junit4]   2> 4245349 T16052 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001
   [junit4]   2> 4245350 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4245357 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65229
   [junit4]   2> 4245357 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/jetty1, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores, hostPort=65228, hostContext=/lmy}
   [junit4]   2> 4245357 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4245357 T16052 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\'
   [junit4]   2> 4245426 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\solr.xml
   [junit4]   2> 4245517 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores
   [junit4]   2> 4245517 T16052 oasc.CoreContainer.<init> New CoreContainer 1700000435
   [junit4]   2> 4245520 T16052 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\]
   [junit4]   2> 4245520 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\lib
   [junit4]   2> 4245521 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\lib).
   [junit4]   2> 4245540 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4245540 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4245541 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4245541 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4245541 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4245543 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4245543 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4245544 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4245544 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4245546 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4245550 T16102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eed5a5b name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4245550 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4245552 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4245554 T16054 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bfdd201ba0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4245557 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4245561 T16105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26668c86 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4245562 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4245576 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4246954 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65228_lmy
   [junit4]   2> 4246956 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65228_lmy
   [junit4]   2> 4246966 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4246973 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, name=collection1, schema=schema.xml, transient=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\, dataDir=data\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1, coreNodeName=, config=solrconfig.xml, collection=collection1}
   [junit4]   2> 4246976 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\
   [junit4]   2> 4246976 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4246979 T16106 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4246979 T16106 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4246981 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4246981 T16106 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4246983 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"} current state version: 4
   [junit4]   2> 4246985 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"}
   [junit4]   2> 4246985 T16079 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4246986 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4246988 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4246989 T16105 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4246989 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4248467 T16106 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4248467 T16106 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4248472 T16106 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4248472 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4248476 T16106 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4248478 T16106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4248511 T16106 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4248518 T16106 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4248537 T16106 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4248573 T16106 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4248640 T16106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4248644 T16106 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4248656 T16106 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4249244 T16106 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4249257 T16106 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4249260 T16106 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4249286 T16106 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4249294 T16106 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4249302 T16106 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4249303 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4249303 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4249305 T16106 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4249306 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4249307 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4249307 T16106 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4249307 T16106 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4249309 T16106 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4249309 T16106 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a499002
   [junit4]   2> 4249310 T16106 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4249310 T16106 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4249310 T16106 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4249312 T16106 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4249312 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4249313 T16106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a0757bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@811f2fb),segFN=segments_1,generation=1}
   [junit4]   2> 4249313 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4249319 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4249322 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4249322 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4249323 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4249323 T16106 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4249325 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249325 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249326 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249326 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249328 T16106 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4249328 T16106 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4249329 T16106 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4249329 T16106 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4249331 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4249332 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4249332 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4249335 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4249335 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4249338 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4249338 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 4249339 T16106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4249350 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249352 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249354 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249355 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249358 T16106 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4249360 T16106 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4249361 T16106 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4249364 T16106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4249364 T16106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4249364 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=45.666015625, floorSegmentMB=0.5, forceMergeDeletesPctAllowed=23.41421057740429, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4249365 T16106 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a0757bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@811f2fb),segFN=segments_1,generation=1}
   [junit4]   2> 4249365 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4249365 T16106 oass.SolrIndexSearcher.<init> Opening Searcher@6e26c060[collection1] main
   [junit4]   2> 4249367 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4249368 T16106 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4249368 T16106 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4249370 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4249370 T16106 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4249370 T16106 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4249371 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4249371 T16106 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4249371 T16106 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4249373 T16106 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4249373 T16107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e26c060[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4249374 T16106 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4249376 T16110 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65228/lmy collection:collection1 shard:shard3
   [junit4]   2> 4249376 T16052 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4249376 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4249377 T16110 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 4249403 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 4249408 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249408 T16110 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4249408 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6057 name=collection1 org.apache.solr.core.SolrCore@6af4a673 url=http://127.0.0.1:65228/lmy/collection1 node=127.0.0.1:65228_lmy C6057_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:65228_lmy, core=collection1, base_url=http://127.0.0.1:65228/lmy}
   [junit4]   2> 4249409 T16110 C6057 P65228 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65228/lmy/collection1/
   [junit4]   2> 4249410 T16110 C6057 P65228 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4249410 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4249410 T16110 C6057 P65228 oasc.SyncStrategy.syncToMe http://127.0.0.1:65228/lmy/collection1/ has no replicas
   [junit4]   2> 4249412 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65228/lmy/collection1/ shard3
   [junit4]   2> 4249412 T16110 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 4249416 T16105 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249416 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249416 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249428 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 4249432 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249434 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249435 T16105 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249435 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249505 T16110 oasc.ZkController.register We are http://127.0.0.1:65228/lmy/collection1/ and leader is http://127.0.0.1:65228/lmy/collection1/
   [junit4]   2> 4249505 T16110 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65228/lmy
   [junit4]   2> 4249505 T16110 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4249505 T16110 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4249505 T16110 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4249509 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249513 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"} current state version: 7
   [junit4]   2> 4249515 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"}
   [junit4]   2> 4249669 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249670 T16105 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4249672 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4251707 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1
   [junit4]   2> 4251713 T16052 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001
   [junit4]   2> 4251713 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4251717 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65239
   [junit4]   2> 4251718 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/lmy, hostPort=65238, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/jetty2}
   [junit4]   2> 4251718 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4251718 T16052 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\'
   [junit4]   2> 4251763 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\solr.xml
   [junit4]   2> 4251808 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores
   [junit4]   2> 4251808 T16052 oasc.CoreContainer.<init> New CoreContainer 1045197398
   [junit4]   2> 4251808 T16052 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\]
   [junit4]   2> 4251808 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\lib
   [junit4]   2> 4251808 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\lib).
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4251827 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4251832 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4251832 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4251832 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4251832 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4251832 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4251832 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4251836 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4251840 T16123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a60dd2d name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4251840 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4251842 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4251846 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4251848 T16126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ee1a7 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4251848 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4251859 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4253353 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65238_lmy
   [junit4]   2> 4253358 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65238_lmy
   [junit4]   2> 4253377 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, shard=, config=solrconfig.xml, schema=schema.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1, coreNodeName=, transient=false, dataDir=data\, name=collection1}
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4253394 T16127 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4253394 T16127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4253396 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4253396 T16127 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4253398 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65238_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65238/lmy"} current state version: 8
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65238_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65238/lmy"}
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4253403 T16090 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4253404 T16078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4253404 T16126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4253404 T16105 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4254881 T16127 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4254881 T16127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4254885 T16127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4254885 T16127 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4254890 T16127 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4254890 T16127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4254925 T16127 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4254933 T16127 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4254952 T16127 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4255022 T16127 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4255103 T16127 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4255106 T16127 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4255120 T16127 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4255731 T16127 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4255743 T16127 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4255747 T16127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4255769 T16127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4255776 T16127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4255783 T16127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4255786 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4255786 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4255788 T16127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4255789 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4255791 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4255791 T16127 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4255791 T16127 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4255792 T16127 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4255792 T16127 oasc.JmxMonitoredMap.<in

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

ndows 7 6.1 amd64/Oracle Corporation 1.7.0_76 (64-bit)/cpus=2,threads=1,free=83554984,total=330964992
   [junit4]   2> NOTE: All tests run in this JVM: [TestRangeQuery, OverseerRolesTest, TestSolrQueryParser, QueryElevationComponentTest, PreAnalyzedUpdateProcessorTest, AutoCommitTest, IndexBasedSpellCheckerTest, SystemInfoHandlerTest, TestJmxIntegration, FieldAnalysisRequestHandlerTest, TestFunctionQuery, TestInfoStreamLogging, TestSchemaSimilarityResource, SolrCmdDistributorTest, TestSolrConfigHandlerConcurrent, TestDistributedSearch, RequestHandlersTest, ClusterStateTest, TestFastOutputStream, SampleTest, SuggesterTSTTest, SharedFSAutoReplicaFailoverTest, SpellPossibilityIteratorTest, TestLazyCores, MinimalSchemaTest, PreAnalyzedFieldTest, OverseerStatusTest, RankQueryTest, TestReloadAndDeleteDocs, SolrTestCaseJ4Test, TestElisionMultitermQuery, BufferStoreTest, TestIntervalFaceting, TestNonDefinedSimilarityFactory, TestHdfsUpdateLog, CacheHeaderTest, OverseerTest, PathHierarchyTokenizerFactoryTest, TestCloudSchemaless, TestConfig, SynonymTokenizerTest, TestCollationField, TestWriterPerf, TestAnalyzedSuggestions, DocumentAnalysisRequestHandlerTest, TestInitQParser, DocumentBuilderTest, TestRandomMergePolicy, VMParamsZkACLAndCredentialsProvidersTest, CollectionsAPIDistributedZkTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, DirectSolrSpellCheckerTest, DistributedDebugComponentTest, HdfsChaosMonkeySafeLeaderTest, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, UUIDUpdateProcessorFallbackTest, NotRequiredUniqueKeyTest, DirectSolrConnectionTest, DateFieldTest, TestDefaultSearchFieldResource, CachingDirectoryFactoryTest, TestFastWriter, ZkStateWriterTest, TestExtendedDismaxParser, TestDefaultSimilarityFactory, CoreAdminHandlerTest, CloudMLTQParserTest, TestLFUCache, TestCloudManagedSchema, PrimitiveFieldTypeTest, TestCoreContainer, TestSolrCoreProperties, TestReversedWildcardFilterFactory, OverseerCollectionProcessorTest, TestConfigOverlay, DistributedTermsComponentTest, TestJmxMonitoredMap, TestFaceting, SoftAutoCommitTest, SimpleFacetsTest, TestLuceneMatchVersion, DirectUpdateHandlerOptimizeTest, TestAnalyzeInfixSuggestions, TestCharFilters, SortByFunctionTest, ChaosMonkeySafeLeaderTest, QueryEqualityTest, DistributedFacetPivotSmallAdvancedTest, ZkControllerTest, QueryParsingTest, TestManagedResourceStorage, TestUpdate, TestCustomSort, ZkCLITest, TestCopyFieldCollectionResource, TestRecoveryHdfs, TestSimpleQParserPlugin, FullSolrCloudDistribCmdsTest, TestWordDelimiterFilterFactory, NumericFieldsTest, HdfsLockFactoryTest, SignatureUpdateProcessorFactoryTest, SaslZkACLProviderTest, SolrCoreTest, TestManagedSchemaFieldResource, TestStressVersions, SolrIndexSplitterTest, TestArbitraryIndexDir, TestCSVLoader, SimplePostToolTest, TestPseudoReturnFields, CustomCollectionTest, SSLMigrationTest, MBeansHandlerTest, TestSolrDynamicMBean, TestTrie, CircularListTest, TestDocBasedVersionConstraints, AtomicUpdatesTest, IndexSchemaTest, TestFieldCollectionResource, EnumFieldTest, DisMaxRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, LukeRequestHandlerTest, TestLRUStatsCache, SpatialFilterTest, TermVectorComponentTest, UpdateParamsTest, TestSolrDeletionPolicy1, CursorMarkTest, TestValueSourceCache, TestJoin, TestNoOpRegenerator, BinaryUpdateRequestHandlerTest, TestPhraseSuggestions, AsyncMigrateRouteKeyTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistribDocExpirationUpdateProcessorTest, OutputWriterTest, OverriddenZkACLAndCredentialsProvidersTest, TestClassNameShortening, TestChildDocTransformer, TestSolr4Spatial, ChaosMonkeyNothingIsSafeTest, TestFileDictionaryLookup, UUIDFieldTest, DocExpirationUpdateProcessorFactoryTest, TestFieldSortValues, TestLRUCache, TestExactStatsCache, TestTrackingShardHandlerFactory, TestHighFrequencyDictionaryFactory, DeleteReplicaTest, BasicFunctionalityTest, TestQuerySenderListener, TestDistributedMissingSort, SliceStateTest, OutOfBoxZkACLAndCredentialsProvidersTest, HardAutoCommitTest, BadCopyFieldTest, TestMiniSolrCloudCluster, TestSolrJ, RecoveryZkTest, TestSchemaNameResource, TestManagedSynonymFilterFactory, HighlighterMaxOffsetTest, ShardRoutingTest, TestUniqueKeyFieldResource, FacetPivotSmallTest, DeleteLastCustomShardedReplicaTest, FileUtilsTest, SpellingQueryConverterTest, BlockDirectoryTest, SolrCoreCheckLockOnStartupTest, TestQuerySenderNoQuery, TestCloudPivotFacet, RollingRestartTest, BasicDistributedZkTest, JsonLoaderTest, TestIndexSearcher, DeleteShardTest, ExternalCollectionsTest, JSONWriterTest, TestBulkSchemaAPI, TestSearchPerf, TermsComponentTest, StressHdfsTest, MultiThreadedOCPTest, CopyFieldTest, AnalyticsQueryTest, TestSolrConfigHandler, DocValuesMultiTest, AlternateDirectoryTest, ResourceLoaderTest, TestSimpleTrackingShardHandler, AnalysisErrorHandlingTest, BasicDistributedZk2Test, DirectUpdateHandlerTest, TestOmitPositions, CurrencyFieldXmlFileTest, StandardRequestHandlerTest, SolrIndexConfigTest, TestSolrQueryParserResource, TestGroupingSearch, TestPHPSerializedResponseWriter, DateMathParserTest, SpatialRPTFieldTypeTest, TestDynamicFieldResource, DistributedSpellCheckComponentTest, DebugComponentTest, SpellCheckCollatorTest, TestCollectionAPI, RemoteQueryErrorTest, TestManagedStopFilterFactory, TestHashPartitioner, TestSolrDeletionPolicy2, MigrateRouteKeyTest, TestFastLRUCache, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, TestImplicitCoreProperties, TestComplexPhraseQParserPlugin, ScriptEngineTest, SolrInfoMBeanTest, SOLR749Test, ChangedSchemaMergeTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestQueryUtils, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestDocSet, TestBinaryField, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 95.12s, 1 test, 1 error <<< FAILURES!

[...truncated 339 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 471 suites, 1875 tests, 1 error, 57 ignored (30 assumptions)

Total time: 132 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4425 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at __randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  org.apache.solr.cloud.TestReplicaProperties.test

Error Message:
Collection testcollection does not have roles evenly distributed. Collection is: DocCollection(testcollection)={   "maxShardsPerNode":"16",   "shards":{     "shard1":{       "range":"80000000-b332ffff",       "state":"active",       "replicas":{         "core_node1":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard1_replica1",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub",           "property.preferredleader":"true"},         "core_node2":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard1_replica3",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub"},         "core_node3":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard1_replica2",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub",           "leader":"true"}}},     "shard2":{       "range":"b3330000-e665ffff",       "state":"active",       "replicas":{         "core_node4":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard2_replica1",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub"},         "core_node5":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard2_replica2",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub"},         "core_node6":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard2_replica3",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub",           "leader":"true",           "property.preferredleader":"true"}}},     "shard3":{       "range":"e6660000-1998ffff",       "state":"active",       "replicas":{         "core_node7":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard3_replica2",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub",           "leader":"true"},         "core_node8":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard3_replica1",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub",           "property.preferredleader":"true"},         "core_node9":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard3_replica3",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub"}}},     "shard4":{       "range":"19990000-4ccbffff",       "state":"active",       "replicas":{         "core_node10":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard4_replica1",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub",           "leader":"true",           "property.preferredleader":"true"},         "core_node11":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard4_replica2",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub"},         "core_node12":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard4_replica3",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       "state":"active",       "replicas":{         "core_node13":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard5_replica2",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub",           "property.preferredleader":"true"},         "core_node14":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard5_replica1",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub",           "leader":"true"},         "core_node15":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard5_replica3",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub"}}}},   "autoAddReplicas":"false",   "router":{"name":"compositeId"},   "replicationFactor":"3"}

Stack Trace:
java.lang.AssertionError: Collection testcollection does not have roles evenly distributed. Collection is: DocCollection(testcollection)={
  "maxShardsPerNode":"16",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard1_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node2":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard1_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub"},
        "core_node3":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard1_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub",
          "leader":"true"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard2_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub"},
        "core_node5":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard2_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub"},
        "core_node6":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard2_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub",
          "leader":"true",
          "property.preferredleader":"true"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard3_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub",
          "leader":"true"},
        "core_node8":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard3_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node9":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard3_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard4_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub",
          "leader":"true",
          "property.preferredleader":"true"},
        "core_node11":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard4_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub"},
        "core_node12":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard4_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node13":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard5_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node14":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard5_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub",
          "leader":"true"},
        "core_node15":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard5_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub"}}}},
  "autoAddReplicas":"false",
  "router":{"name":"compositeId"},
  "replicationFactor":"3"}
	at __randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.ReplicaPropertiesBase.verifyUnique(ReplicaPropertiesBase.java:176)
	at org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection(ReplicaPropertiesBase.java:107)
	at org.apache.solr.cloud.TestReplicaProperties.clusterAssignPropertyTest(TestReplicaProperties.java:108)
	at org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:70)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9320 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\init-core-data-001
   [junit4]   2> 652639 T1952 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 652639 T1952 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zua/ub
   [junit4]   2> 652649 T1952 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 652650 T1953 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 652770 T1952 oasc.ZkTestServer.run start zk server on port:54357
   [junit4]   2> 652770 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 652775 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652785 T1960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a731073 name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652786 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652787 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 652787 T1952 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 652794 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 652796 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652798 T1963 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@866a56d name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652800 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652800 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 652813 T1952 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 652819 T1952 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 652824 T1952 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 652829 T1952 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 652834 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 652835 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 652842 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 652843 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 652847 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 652849 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 652854 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 652855 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 652861 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 652861 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 652866 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 652866 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 652871 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 652872 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 652877 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 652877 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 652882 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 652883 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 652888 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 652889 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 652894 T1952 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 652894 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 654893 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1
   [junit4]   2> 654897 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 654901 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54364
   [junit4]   2> 654902 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/control/data, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores, hostPort=54364, hostContext=/zua/ub}
   [junit4]   2> 654902 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 654903 T1952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\'
   [junit4]   2> 654943 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\solr.xml
   [junit4]   2> 654992 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores
   [junit4]   2> 654992 T1952 oasc.CoreContainer.<init> New CoreContainer 690983854
   [junit4]   2> 654992 T1952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\]
   [junit4]   2> 654992 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\lib
   [junit4]   2> 654992 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\lib).
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 655009 T1952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 655012 T1952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 655012 T1952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 655012 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 655012 T1952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54357/solr
   [junit4]   2> 655012 T1952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 655012 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 655014 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655018 T1975 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e2e9425 name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655019 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655019 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 655023 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655026 T1978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14b7fd62 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655027 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655029 T1952 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 655035 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 655039 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 655044 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 655048 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 655054 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 655056 T1952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655057 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655062 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 655065 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 655069 T1952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 655071 T1952 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655072 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 655076 T1952 oasc.Overseer.start Overseer (id=93444624532439043-127.0.0.1:54364_zua%2Fub-n_0000000000) starting
   [junit4]   2> 655079 T1952 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 655094 T1952 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 655095 T1980 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 655096 T1952 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 655097 T1979 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 655101 T1952 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 655103 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 655127 T1952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1, config=solrconfig.xml, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\, dataDir=data\, transient=false, schema=schema.xml, collection=control_collection, shard=, loadOnStartup=true}
   [junit4]   2> 655129 T1952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\
   [junit4]   2> 655129 T1952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 655131 T1982 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 655131 T1982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 655132 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 655132 T1982 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 655135 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"} current state version: 0
   [junit4]   2> 655136 T1979 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"}
   [junit4]   2> 655136 T1979 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 655137 T1979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 655139 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 656294 T1982 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 656294 T1982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 656295 T1982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 656296 T1982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 656298 T1982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 656299 T1982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\'
   [junit4]   2> 656330 T1982 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 656336 T1982 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 656351 T1982 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 656392 T1982 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 656495 T1982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 656498 T1982 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 656508 T1982 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 657127 T1982 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 657127 T1982 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 657147 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 657156 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 657204 T1982 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 657204 T1982 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 657205 T1982 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
   [junit4]   2> 657205 T1982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
   [junit4]   2> 657207 T1982 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
   [junit4]   2> 657207 T1982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 657208 T1982 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 657208 T1982 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index
   [junit4]   2> 657209 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125, floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8929281405690209
   [junit4]   2> 657210 T1982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
   [junit4]   2> 657210 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 657217 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 657218 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 657218 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 657220 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 657221 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 657221 T1982 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 657222 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657225 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657226 T1982 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 657228 T1982 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 657229 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 657233 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 657234 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 657235 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 657237 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 657238 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 657249 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657251 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657253 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657256 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657259 T1982 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 657262 T1982 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 657262 T1982 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 657264 T1982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 657266 T1982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 657277 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21394874580140322]
   [junit4]   2> 657278 T1982 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
   [junit4]   2> 657278 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 657278 T1982 oass.SolrIndexSearcher.<init> Opening Searcher@7e536c1c[collection1] main
   [junit4]   2> 657278 T1982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 657281 T1982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 657281 T1982 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 657283 T1982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 657283 T1982 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 657283 T1982 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 657284 T1982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 657284 T1982 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 657284 T1982 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 657284 T1982 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 657286 T1983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e536c1c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 657287 T1982 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 657288 T1986 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54364/zua/ub collection:control_collection shard:shard1
   [junit4]   2> 657289 T1952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 657289 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 657290 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 657292 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 657293 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 657296 T1989 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@633d9300 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657296 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 657296 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 657300 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 657305 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 657305 T1952 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 657310 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657311 T1986 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 657311 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2093 name=collection1 org.apache.solr.core.SolrCore@51d34705 url=http://127.0.0.1:54364/zua/ub/collection1 node=127.0.0.1:54364_zua%2Fub C2093_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:54364/zua/ub, core=collection1, state=down, node_name=127.0.0.1:54364_zua%2Fub}
   [junit4]   2> 657311 T1986 C2093 P54364 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54364/zua/ub/collection1/
   [junit4]   2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncToMe http://127.0.0.1:54364/zua/ub/collection1/ has no replicas
   [junit4]   2> 657312 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54364/zua/ub/collection1/ shard1
   [junit4]   2> 657313 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 657315 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 657321 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 657324 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 657343 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 657347 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657351 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 657352 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 657400 T1986 oasc.ZkController.register We are http://127.0.0.1:54364/zua/ub/collection1/ and leader is http://127.0.0.1:54364/zua/ub/collection1/
   [junit4]   2> 657400 T1986 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54364/zua/ub
   [junit4]   2> 657400 T1986 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 657400 T1986 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 657400 T1986 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 657405 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657408 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"} current state version: 3
   [junit4]   2> 657411 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"}
   [junit4]   2> 657535 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 657536 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 658933 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1
   [junit4]   2> 658937 T1952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001
   [junit4]   2> 658937 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 658942 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54376
   [junit4]   2> 658943 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/jetty1, hostPort=54376, hostContext=/zua/ub, solrconfig=solrconfig.xml}
   [junit4]   2> 658944 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 658944 T1952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\'
   [junit4]   2> 658985 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\solr.xml
   [junit4]   2> 659032 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores
   [junit4]   2> 659033 T1952 oasc.CoreContainer.<init> New CoreContainer 1495087048
   [junit4]   2> 659033 T1952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\]
   [junit4]   2> 659033 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\lib
   [junit4]   2> 659033 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\lib).
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 659050 T1952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 659050 T1952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 659050 T1952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 659050 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 659050 T1952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54357/solr
   [junit4]   2> 659050 T1952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 659051 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 659053 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659055 T2001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@529e485e name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659055 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659056 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 659062 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659064 T2004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a2782b8 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659066 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659080 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 660251 T1952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54376_zua%2Fub
   [junit4]   2> 660255 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54376_zua%2Fub
   [junit4]   2> 660265 T1952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 660269 T1952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, transient=false, dataDir=data\, shard=, coreNodeName=, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1, schema=schema.xml, collection=collection1, config=solrconfig.xml}
   [junit4]   2> 660272 T1952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\
   [junit4]   2> 660273 T1952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 660274 T2005 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 660275 T2005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 660277 T2005 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 660277 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 660280 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"} current state version: 4
   [junit4]   2> 660282 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"}
   [junit4]   2> 660282 T1979 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 660282 T1979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 660285 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 660286 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 660286 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 661438 T2005 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 661438 T2005 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 661439 T2005 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 661439 T2005 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 661443 T2005 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 661443 T2005 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 661469 T2005 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 661474 T2005 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 661487 T2005 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 661525 T2005 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 661620 T2005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 661624 T2005 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 661632 T2005 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 662257 T2005 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 662260 T2005 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 662264 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662282 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662323 T2005 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 662324 T2005 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 662324 T2005 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 662324 T2005 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
   [junit4]   2> 662325 T2005 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 662325 T2005 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 662325 T2005 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 662327 T2005 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 662327 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125, floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8929281405690209
   [junit4]   2> 662328 T2005 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
   [junit4]   2> 662328 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662333 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662337 T2005 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 662337 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662339 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 662341 T2005 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 662352 T2005 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662364 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662365 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662370 T2005 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 662371 T2005 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 662371 T2005 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 662374 T2005 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 662374 T2005 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 662387 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21394874580140322]
   [junit4]   2> 662388 T2005 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
   [junit4]   2> 662388 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662388 T2005 oass.SolrIndexSearcher.<init> Opening Searcher@7bb48f10[collection1] main
   [junit4]   2> 662388 T2005 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 662394 T2005 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 662394 T2005 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 662395 T2005 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 662395 T2005 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 662395 T2005 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 662397 T2005 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 662397 T2005 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 662397 T2005 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 662397 T2005 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 662398 T2006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bb48f10[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 662399 T2005 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 662400 T2009 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54376/zua/ub collection:collection1 shard:shard1
   [junit4]   2> 662400 T1952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 662401 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 662403 T2009 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 662413 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 662417 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2094 name=collection1 org.apache.solr.core.SolrCore@77d99714 url=http://127.0.0.1:54376/zua/ub/collection1 node=127.0.0.1:54376_zua%2Fub C2094_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:54376/zua/ub, core=collection1, state=down, node_name=127.0.0.1:54376_zua%2Fub}
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54376/zua/ub/collection1/
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncToMe http://127.0.0.1:54376/zua/ub/collection1/ has no replicas
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54376/zua/ub/collection1/ shard1
   [junit4]   2> 662420 T2009 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 662421 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 662425 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662426 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662426 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662446 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 662450 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662570 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662570 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662571 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662621 T2009 oasc.ZkController.register We are http://127.0.0.1:54376/zua/ub/collection1/ and leader is http://127.0.0.1:54376/zua/ub/collection1/
   [junit4]   2> 662621 T2009 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54376/zua/ub
   [junit4]   2> 662621 T2009 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 662621 T2009 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 662621 T2009 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 662625 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662627 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"} current state version: 7
   [junit4]   2> 662628 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"}
   [junit4]   2> 662754 T1989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662755 T1978 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 662756 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 664229 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores\collection1
   [junit4]   2> 664232 T1952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001
   [junit4]   2> 664232 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 664237 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54385
   [junit4]   2> 664238 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostPort=54385, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores, hostContext=/zua/ub}
   [junit4]   2> 664238 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 664239 T1952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\'
   [junit4]   2> 664280 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\solr.xml
   [junit4]   2> 664323 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores
   [junit4]   2> 664323 T1952 oasc.CoreContainer.<init> New CoreContainer 926547633
   [junit4]   2> 664323 T1952 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\]
   [junit4]   2> 664323 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\lib
   [junit4]   2> 664323 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\lib).
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false

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

amicFieldResource, QueryEqualityTest, TermVectorComponentTest, SSLMigrationTest, TestOrdValues, TestSolrDeletionPolicy2, TestBulkSchemaAPI, TestSolrDeletionPolicy1, TestManagedResource, ZkControllerTest, SpellCheckCollatorTest, DocumentAnalysisRequestHandlerTest, TestConfigOverlay, TestAnalyzeInfixSuggestions, DistributedQueryComponentOptimizationTest, TestFiltering, UUIDUpdateProcessorFallbackTest, TestFastLRUCache, TestRecoveryHdfs, TestHdfsUpdateLog, URLClassifyProcessorTest, TestManagedSchemaFieldResource, AutoCommitTest, ConvertedLegacyTest, EchoParamsTest, TestRangeQuery, TestRawResponseWriter, TestDynamicFieldCollectionResource, TestRestManager, XmlUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestRTGBase, TestStandardQParsers, DocExpirationUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, TestTrackingShardHandlerFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStressReorder, HighlighterMaxOffsetTest, MBeansHandlerTest, SaslZkACLProviderTest, DocValuesTest, NumericFieldsTest, TestSolr4Spatial2, TestComponentsName, SimpleFacetsTest, TestNRTOpen, TestConfigSets, TestTrie, TestSweetSpotSimilarityFactory, SpatialRPTFieldTypeTest, DOMUtilTest, TestLeaderElectionZkExpiry, ScriptEngineTest, ShowFileRequestHandlerTest, TestSchemaNameResource, TestSolrConfigHandlerCloud, UpdateRequestProcessorFactoryTest, TestSearchPerf, ZkCLITest, TestMaxScoreQueryParser, TestReplicaProperties, OverseerRolesTest, DeleteLastCustomShardedReplicaTest, ResponseLogComponentTest, PolyFieldTest, TestLuceneMatchVersion, TestFieldSortValues, TestConfig, OverseerStatusTest, ChaosMonkeySafeLeaderTest, HttpPartitionTest, TestManagedSynonymFilterFactory, AnalyticsQueryTest, TestCSVLoader, OverriddenZkACLAndCredentialsProvidersTest, MultiThreadedOCPTest, TestDFRSimilarityFactory, TestClusterStateMutator, TestRequestStatusCollectionAPI, IndexSchemaRuntimeFieldTest, AsyncMigrateRouteKeyTest, HardAutoCommitTest, TestBadConfig, TestManagedSchemaFieldTypeResource, TestCSVResponseWriter, JsonLoaderTest, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestStressRecovery, ConnectionManagerTest, TestFastOutputStream, UpdateParamsTest, TriLevelCompositeIdRoutingTest, OutputWriterTest, CSVRequestHandlerTest, SpatialFilterTest, TestCollapseQParserPlugin, TestRebalanceLeaders, TestSuggestSpellingConverter, TestObjectReleaseTracker, ShardRoutingCustomTest, TestLRUStatsCache, ChangedSchemaMergeTest, TestLRUCache, RollingRestartTest, TestSerializedLuceneMatchVersion, TestMiniSolrCloudCluster, SyncSliceTest, TestPostingsSolrHighlighter, AliasIntegrationTest, CoreAdminCreateDiscoverTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest, FastVectorHighlighterTest, PathHierarchyTokenizerFactoryTest, TestSortingResponseWriter, TestQuerySenderNoQuery, TestDefaultSimilarityFactory, SolrIndexConfigTest, TestZkChroot, DateFieldTest, SimpleCollectionCreateDeleteTest, OpenCloseCoreStressTest, StandardRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, TestCustomSort, TestCloudSchemaless, DistributedIntervalFacetingTest, CoreAdminRequestStatusTest, OverseerCollectionProcessorTest, TestNoOpRegenerator, AnalyticsMergeStrategyTest, SynonymTokenizerTest, TestStressVersions, LeaderElectionIntegrationTest, TestFastWriter, OpenExchangeRatesOrgProviderTest, TestElisionMultitermQuery, FacetPivotSmallTest, SolrCoreCheckLockOnStartupTest, TestDistributedGrouping, TestArbitraryIndexDir, TestFieldResource, DirectUpdateHandlerOptimizeTest, MigrateRouteKeyTest, TestConfigReload, HighlighterConfigTest, TestFuzzyAnalyzedSuggestions, TestStressUserVersions, CoreAdminHandlerTest, TestManagedStopFilterFactory, TestTolerantSearch, DebugComponentTest, TestBinaryField, MultiTermTest, SolrPluginUtilsTest, TestXIncludeConfig, TestInfoStreamLogging, SuggesterTSTTest, HighlighterTest, MergeStrategyTest, DistribCursorPagingTest, HdfsBasicDistributedZkTest, SharedFSAutoReplicaFailoverUtilsTest, DistribJoinFromCollectionTest, ZkStateWriterTest, TestAnalyzedSuggestions, TestWriterPerf, CachingDirectoryFactoryTest, TestDistributedSearch, TestJmxIntegration, TestExceedMaxTermLength, ShardRoutingTest, TestSolr4Spatial, TestPerFieldSimilarity, SuggesterFSTTest, SolrTestCaseJ4Test, TestSchemaVersionResource, TestCloudManagedSchemaConcurrent, TestPivotHelperCode, QueryResultKeyTest, AnalysisErrorHandlingTest, DistributedFacetPivotLongTailTest, SolrIndexSplitterTest, IndexBasedSpellCheckerTest, SpellingQueryConverterTest, DistributedSuggestComponentTest, DistributedSpellCheckComponentTest, PluginInfoTest, TestRealTimeGet, DeleteShardTest, TestHashPartitioner, TestInitQParser, HdfsWriteToMultipleCollectionsTest, SolrInfoMBeanTest, BasicFunctionalityTest, TestMiniSolrCloudClusterSSL, TestUtils, TestReversedWildcardFilterFactory, TestChildDocTransformer, TestBulkSchemaConcurrent, TestCloudManagedSchema, TestFunctionQuery, TestFieldTypeCollectionResource, TestDocSet, TestHighFrequencyDictionaryFactory, DateRangeFieldTest, DeleteReplicaTest, TestSchemaResource, DistributedMLTComponentTest, ExternalFileFieldSortTest, NoCacheHeaderTest, DirectUpdateHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestJoin, TestReload, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestLazyCores, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestMergePolicyConfig, SampleTest, MinimalSchemaTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, ClusterStateTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestJettySolrRunner, ActionThrottleTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 65.13s, 1 test, 1 error <<< FAILURES!

[...truncated 284 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 141 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4424 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4424/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling

Error Message:
88

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 88
	at __randomizedtesting.SeedInfo.seed([7EF4DD1F2B29CE5E:94ECB4029A7E39E9]:0)
	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 6432 lines...]
   [junit4] Suite: org.apache.lucene.facet.TestRandomSamplingFacetsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomSamplingFacetsCollector -Dtests.method=testRandomSampling -Dtests.seed=7EF4DD1F2B29CE5E -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Europe/Samara -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.86s | TestRandomSamplingFacetsCollector.testRandomSampling <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 88
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7EF4DD1F2B29CE5E:94ECB4029A7E39E9]:0)
   [junit4]    > 	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {$full_path$=Lucene50(blocksize=128), $facets=BlockTreeOrds(blocksize=128), $payloads$=Lucene50(blocksize=128), EvenOdd=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{$facets=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=de_LU, timezone=Europe/Samara
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=143805688,total=232783872
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultipleIndexFields, TestTaxonomyFacetCounts, TestConcurrentFacetedIndexing, TestOrdinalMappingLeafReader, TestFacetLabel, TestDrillSideways, TestTaxonomyCombined, TestCachedOrdinalsReader, TestDirectoryTaxonomyWriter, TestSortedSetDocValuesFacets, TestLRUHashMap, TestCharBlockArray, TestAddTaxonomy, TestDirectoryTaxonomyReader, TestDrillDownQuery, TestFacetsConfig, TestRandomSamplingFacetsCollector]
   [junit4] Completed in 0.88s, 1 test, 1 error <<< FAILURES!

[...truncated 27 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 23 suites, 155 tests, 1 error

Total time: 30 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any