Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4416/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'fomrequest' for path 'params/a' full output: null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'fomrequest' for path 
'params/a' full output: null
        at 
__randomizedtesting.SeedInfo.seed([5EFF0A2BC02FF88:8DBBCF7812FE9270]: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:144)
        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:950)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
        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.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:899)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
        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:950)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
        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:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        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




Build Log:
[...truncated 10420 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
 5EFF0A2BC02FF88-001\init-core-data-001
   [junit4]   2> 5781101 T19520 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 5781105 T19520 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5781106 T19521 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 5781178 T19520 oasc.ZkTestServer.run start zk server on 
port:63232
   [junit4]   2> 5781178 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5781180 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5781183 T19528 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@db0584 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5781184 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5781184 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5781184 T19520 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5781188 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5781188 T19522 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14be97d30e10000, 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> 5781191 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5781193 T19531 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@58d9f7 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5781193 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5781194 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5781195 T19520 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 5781198 T19520 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 5781200 T19520 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 5781203 T19520 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 5781206 T19520 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> 5781207 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 5781213 T19520 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> 5781214 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 5781217 T19520 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> 5781218 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5781222 T19520 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> 5781222 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 5781225 T19520 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> 5781225 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 5781227 T19520 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> 5781227 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 5781230 T19520 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> 5781230 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 5781233 T19520 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> 5781234 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 5781236 T19520 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> 5781237 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5781240 T19520 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> 5781240 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 5781243 T19520 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> 5781243 T19520 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 5782509 T19520 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
 5EFF0A2BC02FF88-001\control-001\cores\collection1
   [junit4]   2> 5782513 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5782520 T19520 oejs.AbstractConnector.doStart Started 
[email protected]:63240
   [junit4]   2> 5782520 T19520 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5782520 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5782521 T19520 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 5EFF0A2BC02FF88-001\control-001
   [junit4]   2> 5782521 T19520 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
 5EFF0A2BC02FF88-001\control-001\'
   [junit4]   2> 5782577 T19520 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
 5EFF0A2BC02FF88-001\control-001\solr.xml
   [junit4]   2> 5782623 T19520 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
 5EFF0A2BC02FF88-001\control-001\cores
   [junit4]   2> 5782623 T19520 oasc.CoreContainer.<init> New CoreContainer 
22759168
   [junit4]   2> 5782623 T19520 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
 5EFF0A2BC02FF88-001\control-001\]
   [junit4]   2> 5782623 T19520 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
 5EFF0A2BC02FF88-001\control-001\lib
   [junit4]   2> 5782623 T19520 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
 5EFF0A2BC02FF88-001\control-001\lib).
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5782645 T19520 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5782645 T19520 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5782645 T19520 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5782647 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5782647 T19520 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63232/solr
   [junit4]   2> 5782647 T19520 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5782649 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5782651 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5782653 T19543 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8494b4 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5782654 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5782654 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5782657 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5782658 T19546 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28dbaa name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5782659 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5782660 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 5782665 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 5782669 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 5782673 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 5782676 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 5782681 T19520 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 5782683 T19520 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63239_
   [junit4]   2> 5782683 T19520 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63239_
   [junit4]   2> 5782687 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 5782689 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 5782692 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5782694 T19520 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:63239_
   [junit4]   2> 5782694 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 5782696 T19520 oasc.Overseer.start Overseer 
(id=93424941191462915-127.0.0.1:63239_-n_0000000000) starting
   [junit4]   2> 5782699 T19520 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 5782710 T19520 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5782711 T19548 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 5782712 T19547 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 5782712 T19520 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 5782715 T19520 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 5782717 T19520 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5782723 T19520 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
 5EFF0A2BC02FF88-001\control-001\cores
   [junit4]   2> 5782724 T19520 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
 5EFF0A2BC02FF88-001\control-001\cores\collection1\
   [junit4]   2> 5782724 T19520 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5782726 T19550 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 5782726 T19550 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5782727 T19550 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5782728 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63239_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63239"} current state 
version: 0
   [junit4]   2> 5782728 T19547 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "node_name":"127.0.0.1:63239_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63239"}
   [junit4]   2> 5782728 T19547 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 5782729 T19547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 5782731 T19546 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> 5782734 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5783437 T19550 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5783437 T19550 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 5783439 T19550 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5783439 T19550 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5783441 T19550 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5783441 T19550 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
 5EFF0A2BC02FF88-001\control-001\cores\collection1\'
   [junit4]   2> 5783460 T19550 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5783464 T19550 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5783473 T19550 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5783491 T19550 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 5783557 T19550 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5783559 T19550 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5783572 T19550 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5784015 T19550 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5784022 T19550 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5784024 T19550 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5784036 T19550 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5784040 T19550 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5784044 T19550 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5784045 T19550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5784046 T19550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5784046 T19550 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5784048 T19550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5784048 T19550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5784048 T19550 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 5784048 T19550 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5784048 T19550 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
 5EFF0A2BC02FF88-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
 5EFF0A2BC02FF88-001\tempDir-001/control/data\
   [junit4]   2> 5784048 T19550 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b8aff7
   [junit4]   2> 5784049 T19550 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
 5EFF0A2BC02FF88-001\tempDir-001/control/data\
   [junit4]   2> 5784049 T19550 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
 5EFF0A2BC02FF88-001\tempDir-001/control/data\index/
   [junit4]   2> 5784049 T19550 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
 5EFF0A2BC02FF88-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 5784050 T19550 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
 5EFF0A2BC02FF88-001\tempDir-001/control/data\index
   [junit4]   2> 5784050 T19550 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=28.912109375, 
floorSegmentMB=0.74609375, forceMergeDeletesPctAllowed=14.182811198815386, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.53500462772055
   [junit4]   2> 5784051 T19550 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@898626 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c64f05),segFN=segments_1,generation=1}
   [junit4]   2> 5784051 T19550 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5784054 T19550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5784056 T19550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5784056 T19550 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5784056 T19550 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5784057 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784057 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784058 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784058 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784059 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5784059 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5784060 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5784060 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5784061 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5784062 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5784062 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5784063 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5784063 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5784064 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5784064 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5784065 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5784066 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5784066 T19550 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5784071 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784072 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784073 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784075 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784077 T19550 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5784077 T19550 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5784080 T19550 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5784080 T19550 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5784080 T19550 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1518140083, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 5784081 T19550 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@898626 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c64f05),segFN=segments_1,generation=1}
   [junit4]   2> 5784081 T19550 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5784081 T19550 oass.SolrIndexSearcher.<init> Opening 
Searcher@16580ee[collection1] main
   [junit4]   2> 5784082 T19550 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5784083 T19550 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5784083 T19550 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5784084 T19550 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5784084 T19550 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5784084 T19550 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5784085 T19550 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5784085 T19550 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5784085 T19550 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5784086 T19550 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5784086 T19550 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5784086 T19551 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@16580ee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5784087 T19554 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63239 collection:control_collection 
shard:shard1
   [junit4]   2> 5784087 T19520 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5784087 T19520 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5784089 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5784089 T19554 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5784090 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5784091 T19558 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@156a2cf name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5784091 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5784092 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5784093 T19520 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5784096 T19554 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 5784097 T19520 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 5784097 T19520 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 5784098 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5784098 T19554 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5784098 T19554 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> 5784098 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C7895 name=collection1 
org.apache.solr.core.SolrCore@67f059 url=http://127.0.0.1:63239/collection1 
node=127.0.0.1:63239_ C7895_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:63239_, core=collection1, state=down, 
base_url=http://127.0.0.1:63239}
   [junit4]   2> 5784098 T19554 C7895 P63239 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63239/collection1/
   [junit4]   2> 5784099 T19554 C7895 P63239 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5784099 T19554 C7895 P63239 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63239/collection1/ has no replicas
   [junit4]   2> 5784099 T19554 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:63239/collection1/ shard1
   [junit4]   2> 5784100 T19554 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 5784099 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5784101 T19547 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> 5784101 T19561 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1dce431 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5784102 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5784102 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5784106 T19558 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> 5784106 T19546 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> 5784107 T19522 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14be97d30e10005, 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> 5784113 T19547 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> 5784114 T19547 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 5784117 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5784118 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:63239";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 5784119 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 5784121 T19558 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> 5784122 T19546 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> 5784204 T19558 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> 5784205 T19546 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> 5784221 T19554 oasc.ZkController.register We are 
http://127.0.0.1:63239/collection1/ and leader is 
http://127.0.0.1:63239/collection1/
   [junit4]   2> 5784221 T19554 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63239
   [junit4]   2> 5784221 T19554 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5784221 T19554 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 5784221 T19554 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5784224 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5784226 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63239_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63239"} current state 
version: 4
   [junit4]   2> 5784227 T19547 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63239_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63239"}
   [junit4]   2> 5784303 T19546 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> 5784305 T19558 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> 5785272 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1
   [junit4]   2> 5785275 T19520 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 5785276 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5785280 T19520 oejs.AbstractConnector.doStart Started 
[email protected]:63256
   [junit4]   2> 5785281 T19520 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5785281 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5785281 T19520 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 5EFF0A2BC02FF88-001\shard-1-001
   [junit4]   2> 5785281 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\'
   [junit4]   2> 5785314 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\solr.xml
   [junit4]   2> 5785340 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\cores
   [junit4]   2> 5785340 T19520 oasc.CoreContainer.<init> New CoreContainer 
11338904
   [junit4]   2> 5785341 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\]
   [junit4]   2> 5785341 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\lib
   [junit4]   2> 5785341 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\lib).
   [junit4]   2> 5785351 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5785352 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5785352 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5785353 T19520 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5785353 T19520 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5785353 T19520 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5785353 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5785354 T19520 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63232/solr
   [junit4]   2> 5785354 T19520 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5785354 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5785356 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5785358 T19573 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@34f807 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5785359 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5785359 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5785363 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5785365 T19576 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ab80fc name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5785366 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5785375 T19520 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5786165 T19520 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63255_
   [junit4]   2> 5786166 T19520 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63255_
   [junit4]   2> 5786172 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5786178 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\cores
   [junit4]   2> 5786178 T19520 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
 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1\
   [junit4]   2> 5786178 T19520 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5786184 T19577 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5786184 T19577 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5786186 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5786187 T19577 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 5786187 T19577 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 5786188 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63255_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63255"} current state 
version: 5
   [junit4]   2> 5786188 T19577 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5786189 T19547 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63255_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63255"}
   [junit4]   2> 5786190 T19547 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 5786190 T19547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 5786191 T19577 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 5786191 T19577 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5786193 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5786194 T19576 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> 5786194 T19576 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 5786973 T19577 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5786973 T19577 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 5786973 T19577 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5786973 T19577 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5786976 T19577 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5786976 T19577 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
 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5787026 T19577 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5787029 T19577 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5787045 T19577 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5787067 T19577 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 5787114 T19577 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5787116 T19577 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5787134 T19577 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5787562 T19577 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5787571 T19577 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5787573 T19577 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5787602 T19577 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5787608 T19577 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5787615 T19577 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5787617 T19577 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5787617 T19577 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5787618 T19577 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5787620 T19577 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5787620 T19577 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5787620 T19577 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 5787620 T19577 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5787621 T19577 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
 5EFF0A2BC02FF88-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
 5EFF0A2BC02FF88-001\tempDir-001/jetty1\
   [junit4]   2> 5787621 T19577 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b8aff7
   [junit4]   2> 5787622 T19577 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
 5EFF0A2BC02FF88-001\tempDir-001/jetty1\
   [junit4]   2> 5787622 T19577 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
 5EFF0A2BC02FF88-001\tempDir-001/jetty1\index/
   [junit4]   2> 5787623 T19577 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
 5EFF0A2BC02FF88-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 5787623 T19577 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
 5EFF0A2BC02FF88-001\tempDir-001/jetty1\index
   [junit4]   2> 5787623 T19577 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=28.912109375, 
floorSegmentMB=0.74609375, forceMergeDeletesPctAllowed=14.182811198815386, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.53500462772055
   [junit4]   2> 5787624 T19577 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1b48bb4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe294),segFN=segments_1,generation=1}
   [junit4]   2> 5787624 T19577 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5787628 T19577 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5787631 T19577 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5787632 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787632 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787633 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787633 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787634 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5787635 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5787638 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5787639 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5787639 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5787640 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5787641 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5787641 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5787642 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5787642 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5787643 T19577 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5787648 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787649 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787652 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787654 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787656 T19577 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5787657 T19577 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5787659 T19577 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5787659 T19577 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5787661 T19577 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1518140083, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 5787661 T19577 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1b48bb4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe294),segFN=segments_1,generation=1}
   [junit4]   2> 5787662 T19577 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5787662 T19577 oass.SolrIndexSearcher.<init> Opening 
Searcher@49627d[collection1] main
   [junit4]   2> 5787662 T19577 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5787664 T19577 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5787664 T19577 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5787665 T19577 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5787665 T19577 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5787665 T19577 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5787666 T19577 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5787667 T19577 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5787667 T19577 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5787667 T19577 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5787668 T19578 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@49627d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5787668 T19577 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5787670 T19581 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63255 collection:collection1 
shard:shard3
   [junit4]   2> 5787671 T19520 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5787671 T19520 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5787672 T19581 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5787681 T19581 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard3
   [junit4]   2> 5787684 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787685 T19581 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5787685 T19581 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C7896 name=collection1 
org.apache.solr.core.SolrCore@a5d4f6 url=http://127.0.0.1:63255/collection1 
node=127.0.0.1:63255_ C7896_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:63255_, core=collection1, state=down, 
base_url=http://127.0.0.1:63255}
   [junit4]   2> 5787685 T19581 C7896 P63255 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63255/collection1/
   [junit4]   2> 5787686 T19581 C7896 P63255 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5787687 T19581 C7896 P63255 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63255/collection1/ has no replicas
   [junit4]   2> 5787687 T19581 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:63255/collection1/ shard3
   [junit4]   2> 5787687 T19581 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 5787690 T19547 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> 5787693 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5787694 T19576 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> 5787695 T19576 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 5787701 T19547 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:63255";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 5787705 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5787707 T19576 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> 5787707 T19576 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 5787713 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787740 T19581 oasc.ZkController.register We are 
http://127.0.0.1:63255/collection1/ and leader is 
http://127.0.0.1:63255/collection1/
   [junit4]   2> 5787740 T19581 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63255
   [junit4]   2> 5787740 T19581 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5787740 T19581 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 5787740 T19581 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5787743 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787745 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63255_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63255"} current state 
version: 5
   [junit4]   2> 5787747 T19547 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63255_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63255"}
   [junit4]   2> 5787749 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5787750 T19576 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> 5787753 T19581 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5787754 T19576 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5789140 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\cores\collection1
   [junit4]   2> 5789143 T19520 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 5789143 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5789147 T19520 oejs.AbstractConnector.doStart Started 
[email protected]:63266
   [junit4]   2> 5789148 T19520 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5789148 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5789149 T19520 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 5EFF0A2BC02FF88-001\shard-2-001
   [junit4]   2> 5789149 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\'
   [junit4]   2> 5789179 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\solr.xml
   [junit4]   2> 5789206 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\cores
   [junit4]   2> 5789206 T19520 oasc.CoreContainer.<init> New CoreContainer 
12958508
   [junit4]   2> 5789206 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\]
   [junit4]   2> 5789206 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\lib
   [junit4]   2> 5789207 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\lib).
   [junit4]   2> 5789218 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5789218 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5789219 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5789219 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5789220 T19520 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5789220 T19520 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5789221 T19520 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5789221 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5789221 T19520 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63232/solr
   [junit4]   2> 5789221 T19520 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5789221 T19520 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5789223 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5789225 T19594 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c90166 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5789226 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5789226 T19520 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5789230 T19520 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5789232 T19597 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@763b53 name:ZooKeeperConnection 
Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5789232 T19520 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5789239 T19520 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5790027 T19520 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63265_
   [junit4]   2> 5790028 T19520 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63265_
   [junit4]   2> 5790035 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5790040 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\cores
   [junit4]   2> 5790041 T19520 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
 5EFF0A2BC02FF88-001\shard-2-001\cores\collection1\
   [junit4]   2> 5790041 T19520 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5790047 T19598 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5790047 T19598 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5790050 T19546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5790051 T19598 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 5790051 T19598 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 5790052 T19547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63265_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63265"} current state 
version: 5
   [junit4]   2> 5790052 T19598 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63265_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63265"}
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 5790055 T19598 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5790055 T19598 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5790056 T19547 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5790057 T19597 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> 5790057 T19576 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for c

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

fterCoreReloadTest, TestManagedSchemaFieldResource, AliasIntegrationTest, 
SuggesterTest, PeerSyncTest, TestUpdate, TestCloudManagedSchemaConcurrent, 
IndexBasedSpellCheckerTest, URLClassifyProcessorTest, 
HdfsBasicDistributedZk2Test, DistributedQueryElevationComponentTest, 
EnumFieldTest, FieldAnalysisRequestHandlerTest, TestOmitPositions, 
BlockCacheTest, TestRecovery, PreAnalyzedFieldTest, 
TermVectorComponentDistributedTest, BasicFunctionalityTest, 
DocumentBuilderTest, TestPhraseSuggestions, ShowFileRequestHandlerTest, 
HdfsUnloadDistributedZkTest, TestDocBasedVersionConstraints, 
TestIndexingPerformance, ZkCLITest, TestExpandComponent, TestFieldResource, 
HdfsWriteToMultipleCollectionsTest, JsonLoaderTest, TestConfigReload, 
TestRemoteStreaming, TestRangeQuery, CurrencyFieldOpenExchangeTest, 
LoggingHandlerTest, ChangedSchemaMergeTest, TestCodecSupport, 
ResponseHeaderTest, CloudMLTQParserTest, OutputWriterTest, 
TestMiniSolrCloudCluster, RequestHandlersTest, DOMUtilTest, 
TestRandomMergePolicy, ShardSplitTest, TestLMJelinekMercerSimilarityFactory, 
ZkNodePropsTest, DefaultValueUpdateProcessorTest, ZkSolrClientTest, 
TestCloudInspectUtil, SolrPluginUtilsTest, HdfsSyncSliceTest, 
SimpleCollectionCreateDeleteTest, SolrCoreCheckLockOnStartupTest, 
DistributedFacetPivotSmallTest, ShardRoutingTest, StressHdfsTest, 
TestImplicitCoreProperties, TermVectorComponentTest, 
TestReversedWildcardFilterFactory, ShardRoutingCustomTest, 
DirectUpdateHandlerOptimizeTest, TestDefaultStatsCache, TestSolrIndexConfig, 
TestInfoStreamLogging, BadComponentTest, TestArbitraryIndexDir, 
DistribDocExpirationUpdateProcessorTest, TestManagedSchema, 
TestStandardQParsers, TestAnalyzeInfixSuggestions, MergeStrategyTest, 
SimpleMLTQParserTest, DistanceFunctionTest, LeaderElectionIntegrationTest, 
TestCoreContainer, DeleteLastCustomShardedReplicaTest, TestLRUStatsCache, 
TestCharFilters, TestCloudManagedSchema, SolrTestCaseJ4Test, SampleTest, 
TestBulkSchemaAPI, FieldMutatingUpdateProcessorTest, 
TestDefaultSimilarityFactory, MultiThreadedOCPTest, TestConfigOverlay, 
TestHighFrequencyDictionaryFactory, TestFoldingMultitermQuery, 
TestValueSourceCache, ParsingFieldUpdateProcessorsTest, TestRandomDVFaceting, 
TestTrackingShardHandlerFactory, OpenExchangeRatesOrgProviderTest, 
DistributedSpellCheckComponentTest, TestJoin, ChaosMonkeySafeLeaderTest, 
EchoParamsTest, DistributedQueryComponentOptimizationTest, 
DocumentAnalysisRequestHandlerTest, TestPivotHelperCode, TestInitQParser, 
TestFieldTypeResource, TestSimpleQParserPlugin, TestFaceting, 
TestDistributedGrouping, PluginInfoTest, TestSolr4Spatial, 
TestManagedSchemaFieldTypeResource, TestManagedResourceStorage, 
TestTolerantSearch, DirectUpdateHandlerTest, TestCursorMarkWithoutUniqueKey, 
SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest, 
StandardRequestHandlerTest, TestPseudoReturnFields, TestSearchPerf, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestFastLRUCache, TestStressReorder, 
TestShortCircuitedRequests, TestSolrDeletionPolicy1, TestSurroundQueryParser, 
TestCloudPivotFacet, TestLazyCores, ClusterStateTest, 
HdfsCollectionsAPIDistributedZkTest, SSLMigrationTest, DocValuesTest, 
PathHierarchyTokenizerFactoryTest, TestClusterStateMutator, 
TestShardHandlerFactory, CurrencyFieldXmlFileTest, 
TestLMDirichletSimilarityFactory, TestLeaderElectionZkExpiry, 
ZkStateWriterTest, SharedFSAutoReplicaFailoverUtilsTest, TimeZoneUtilsTest, 
ResourceLoaderTest, TestManagedStopFilterFactory, AsyncMigrateRouteKeyTest, 
SearchHandlerTest, TestRequestStatusCollectionAPI, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
DistributedFacetPivotSmallAdvancedTest, DistanceUnitsTest, BlockDirectoryTest, 
SpatialRPTFieldTypeTest, ExternalFileFieldSortTest, 
TestDynamicFieldCollectionResource, JSONWriterTest, TestSort, 
TestHdfsUpdateLog, TestObjectReleaseTracker, HighlighterTest, 
OverriddenZkACLAndCredentialsProvidersTest, ConvertedLegacyTest, 
RemoteQueryErrorTest, TestExceedMaxTermLength, TestSolrConfigHandlerConcurrent, 
IndexSchemaRuntimeFieldTest, HighlighterMaxOffsetTest, HdfsDirectoryTest, 
TestAddFieldRealTimeGet, BasicDistributedZk2Test, TestSolr4Spatial2, 
DirectSolrSpellCheckerTest, TestSolrXml, TestStressUserVersions, 
XsltUpdateRequestHandlerTest, TestSchemaVersionResource, TestInitParams, 
HdfsDirectoryFactoryTest, SimpleFacetsTest, DocValuesMissingTest, 
TestCollapseQParserPlugin, TestConfigSets, StatsComponentTest, 
TestManagedSchemaDynamicFieldResource, 
VMParamsZkACLAndCredentialsProvidersTest, TestBinaryField, 
TestIntervalFaceting, DocValuesMultiTest, SpatialFilterTest, TestSearcherReuse, 
CursorMarkTest, OverseerRolesTest, CopyFieldTest, PrimitiveFieldTypeTest, 
BasicDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestDistributedSearch, AutoCommitTest, ZkControllerTest, 
TestRealTimeGet, TestReload, TestStressVersions, HardAutoCommitTest, 
DistributedTermsComponentTest, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, BadIndexSchemaTest, TestFunctionQuery, TestBadConfig, 
OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, 
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, 
SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, TestTrie, 
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, 
TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, 
RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, 
QueryParsingTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, 
TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, 
AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, 
SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, 
TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, 
TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, 
SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, 
TestFastWriter, TestJmxMonitoredMap, TestFastOutputStream, ScriptEngineTest, 
DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, 
TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, 
CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ActionThrottleTest, 
AssignTest, CloudExitableDirectoryReaderTest, 
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
MigrateRouteKeyTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, 
ReplicationFactorTest, RollingRestartTest, SaslZkACLProviderTest, 
SolrXmlInZkTest, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, 
TestRebalanceLeaders, TestReplicaProperties, TriLevelCompositeIdRoutingTest, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, 
ExitableDirectoryReaderTest, QueryResultKeyTest, TestNRTOpen, 
TestReloadAndDeleteDocs, TestSolrDynamicMBean, RequestLoggingTest, 
TestReplicationHandlerBackup, TestReqParamsAPI, TestSolrConfigHandlerCloud]
   [junit4] Completed in 93.04s, 1 test, 1 failure <<< FAILURES!

[...truncated 184 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: 469 suites, 1872 tests, 1 error, 1 failure, 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 -client 
-XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to