Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4411/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
        at 
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 10622 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
 5990CFAB39E313B6-001\init-core-data-001
   [junit4]   2> 4375142 T19147 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /rmyni/
   [junit4]   2> 4375145 T19147 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4375149 T19148 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 4375267 T19147 oasc.ZkTestServer.run start zk server on 
port:57117
   [junit4]   2> 4375267 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4375269 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4375274 T19155 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2de958ae 
name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4375274 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4375275 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4375275 T19147 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4375281 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4375282 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4375284 T19158 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@648bd196 
name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4375284 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4375285 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4375285 T19147 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 4375289 T19147 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 4375292 T19147 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 4375295 T19147 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 4375298 T19147 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> 4375299 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 4375304 T19147 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> 4375305 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 4375309 T19147 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> 4375309 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4375312 T19147 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> 4375313 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 4375315 T19147 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> 4375317 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 4375320 T19147 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> 4375320 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 4375324 T19147 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> 4375325 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 4375327 T19147 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> 4375328 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 4375331 T19147 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> 4375332 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4375335 T19147 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> 4375335 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 4375339 T19147 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> 4375340 T19147 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 4377194 T19147 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
 5990CFAB39E313B6-001\control-001\cores\collection1
   [junit4]   2> 4377199 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4377202 T19147 oejs.AbstractConnector.doStart Started 
[email protected]:57125
   [junit4]   2> 4377202 T19147 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4377203 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4377203 T19147 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
 5990CFAB39E313B6-001\control-001
   [junit4]   2> 4377203 T19147 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
 5990CFAB39E313B6-001\control-001\'
   [junit4]   2> 4377247 T19147 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
 5990CFAB39E313B6-001\control-001\solr.xml
   [junit4]   2> 4377254 T19147 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
 5990CFAB39E313B6-001\control-001\cores
   [junit4]   2> 4377258 T19147 oasc.CoreContainer.<init> New CoreContainer 
1693496281
   [junit4]   2> 4377258 T19147 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
 5990CFAB39E313B6-001\control-001\]
   [junit4]   2> 4377258 T19147 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
 5990CFAB39E313B6-001\control-001\lib
   [junit4]   2> 4377258 T19147 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
 5990CFAB39E313B6-001\control-001\lib).
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4377274 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4377274 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4377274 T19147 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4377274 T19147 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4377274 T19147 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4377274 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4377276 T19147 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57117/solr
   [junit4]   2> 4377276 T19147 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4377276 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4377278 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4377281 T19170 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d3bbf45 
name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4377281 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4377282 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4377285 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4377288 T19173 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1869e178 
name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4377288 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4377290 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 4377294 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4377297 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 4377302 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4377306 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4377311 T19147 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 4377313 T19147 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57124_rmyni
   [junit4]   2> 4377316 T19147 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57124_rmyni
   [junit4]   2> 4377320 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 4377324 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 4377326 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4377329 T19147 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:57124_rmyni
   [junit4]   2> 4377329 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 4377333 T19147 oasc.Overseer.start Overseer 
(id=93412459748589571-127.0.0.1:57124_rmyni-n_0000000000) starting
   [junit4]   2> 4377336 T19147 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 4377351 T19147 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4377353 T19174 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 4377357 T19147 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 4377358 T19175 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 4377362 T19147 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 4377364 T19147 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4377373 T19147 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
 5990CFAB39E313B6-001\control-001\cores
   [junit4]   2> 4377376 T19147 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
 5990CFAB39E313B6-001\control-001\cores\collection1\
   [junit4]   2> 4377376 T19147 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 4377377 T19177 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 4377378 T19177 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4377378 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4377379 T19177 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4377380 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57124/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 4377382 T19174 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57124/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4377382 T19174 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 4377382 T19174 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4377384 T19173 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> 4378565 T19177 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4378565 T19177 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 4378569 T19177 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4378569 T19177 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4378572 T19177 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4378572 T19177 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
 5990CFAB39E313B6-001\control-001\cores\collection1\'
   [junit4]   2> 4378603 T19177 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4378607 T19177 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4378618 T19177 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4378622 T19177 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4378631 T19177 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4378638 T19177 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4378643 T19177 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4378785 T19177 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4378792 T19177 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4378792 T19177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4378809 T19177 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4378813 T19177 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4378816 T19177 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4378818 T19177 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4378819 T19177 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4378819 T19177 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4378820 T19177 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4378820 T19177 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4378820 T19177 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 4378821 T19177 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4378821 T19177 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
 5990CFAB39E313B6-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
 5990CFAB39E313B6-001\tempDir-001/control/data\
   [junit4]   2> 4378821 T19177 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4378822 T19177 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
 5990CFAB39E313B6-001\tempDir-001/control/data\
   [junit4]   2> 4378822 T19177 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
 5990CFAB39E313B6-001\tempDir-001/control/data\index/
   [junit4]   2> 4378822 T19177 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
 5990CFAB39E313B6-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 4378822 T19177 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
 5990CFAB39E313B6-001\tempDir-001/control/data\index
   [junit4]   2> 4378823 T19177 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4378823 T19177 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@11f32b14 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e73d2),segFN=segments_1,generation=1}
   [junit4]   2> 4378825 T19177 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4378829 T19177 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4378829 T19177 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4378829 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378829 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378830 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378830 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4378833 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4378833 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4378842 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378844 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378845 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378847 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378848 T19177 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4378849 T19177 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4378851 T19177 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4378851 T19177 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4378852 T19177 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5483566060332654]
   [junit4]   2> 4378852 T19177 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@11f32b14 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e73d2),segFN=segments_1,generation=1}
   [junit4]   2> 4378852 T19177 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4378853 T19177 oass.SolrIndexSearcher.<init> Opening 
Searcher@8286a08[collection1] main
   [junit4]   2> 4378853 T19177 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4378855 T19177 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4378855 T19177 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4378856 T19177 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4378856 T19177 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4378856 T19177 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4378857 T19177 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4378857 T19177 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4378857 T19177 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4378858 T19177 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4378858 T19177 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4378858 T19178 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@8286a08[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4378859 T19181 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:57124/rmyni 
collection:control_collection shard:shard1
   [junit4]   2> 4378859 T19147 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4378859 T19147 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4378860 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4378862 T19181 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4378863 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4378866 T19185 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c647346 
name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4378869 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4378869 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4378871 T19147 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4378874 T19181 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4378878 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4378879 T19181 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4378879 T19181 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5543 name=collection1 
org.apache.solr.core.SolrCore@3172a3d8 
url=http://127.0.0.1:57124/rmyni/collection1 node=127.0.0.1:57124_rmyni 
C5543_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:57124/rmyni, node_name=127.0.0.1:57124_rmyni, 
state=down}
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:57124/rmyni/collection1/
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:57124/rmyni/collection1/ has no replicas
   [junit4]   2> 4378879 T19181 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:57124/rmyni/collection1/ shard1
   [junit4]   2> 4378880 T19181 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 4378881 T19174 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> 4378882 T19147 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 4378909 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4378911 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:57124/rmyni";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 4379032 T19173 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> 4379033 T19185 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> 4379092 T19181 oasc.ZkController.register We are 
http://127.0.0.1:57124/rmyni/collection1/ and leader is 
http://127.0.0.1:57124/rmyni/collection1/
   [junit4]   2> 4379093 T19181 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:57124/rmyni
   [junit4]   2> 4379093 T19181 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4379093 T19181 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 4379093 T19181 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4379096 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4379099 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57124/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 4379100 T19174 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57124/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4379226 T19173 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> 4379228 T19185 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> 4380710 T19147 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
 5990CFAB39E313B6-001\shard-1-001\cores\collection1
   [junit4]   2> 4380713 T19147 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 4380715 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4380721 T19147 oejs.AbstractConnector.doStart Started 
[email protected]:57138
   [junit4]   2> 4380721 T19147 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4380721 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4380721 T19147 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
 5990CFAB39E313B6-001\shard-1-001
   [junit4]   2> 4380721 T19147 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
 5990CFAB39E313B6-001\shard-1-001\'
   [junit4]   2> 4380761 T19147 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
 5990CFAB39E313B6-001\shard-1-001\solr.xml
   [junit4]   2> 4380785 T19147 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
 5990CFAB39E313B6-001\shard-1-001\cores
   [junit4]   2> 4380785 T19147 oasc.CoreContainer.<init> New CoreContainer 
1190724467
   [junit4]   2> 4380785 T19147 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
 5990CFAB39E313B6-001\shard-1-001\]
   [junit4]   2> 4380785 T19147 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
 5990CFAB39E313B6-001\shard-1-001\lib
   [junit4]   2> 4380785 T19147 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
 5990CFAB39E313B6-001\shard-1-001\lib).
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4380803 T19147 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4380803 T19147 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4380803 T19147 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4380804 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4380804 T19147 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57117/solr
   [junit4]   2> 4380804 T19147 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4380804 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4380807 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4380808 T19197 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3831b622 
name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4380811 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4380811 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4380815 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4380817 T19200 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3277d996 
name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4380817 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4380833 T19147 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4381907 T19147 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57137_rmyni
   [junit4]   2> 4381909 T19147 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57137_rmyni
   [junit4]   2> 4381922 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4381929 T19147 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
 5990CFAB39E313B6-001\shard-1-001\cores
   [junit4]   2> 4381931 T19147 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
 5990CFAB39E313B6-001\shard-1-001\cores\collection1\
   [junit4]   2> 4381931 T19147 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 4381935 T19201 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4381935 T19201 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4381936 T19201 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4381936 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4381938 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57137/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 4381939 T19174 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57137/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4381939 T19174 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 4381939 T19174 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 4381941 T19185 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4381942 T19173 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4381942 T19200 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383003 T19201 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4383003 T19201 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4383004 T19201 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4383004 T19201 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4383006 T19201 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4383006 T19201 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
 5990CFAB39E313B6-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4383025 T19201 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4383028 T19201 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4383038 T19201 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4383041 T19201 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4383046 T19201 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4383048 T19201 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4383053 T19201 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4383174 T19201 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4383181 T19201 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4383181 T19201 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4383195 T19201 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4383198 T19201 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4383202 T19201 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4383203 T19201 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4383203 T19201 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4383203 T19201 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4383205 T19201 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4383205 T19201 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4383206 T19201 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4383206 T19201 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4383206 T19201 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
 5990CFAB39E313B6-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
 5990CFAB39E313B6-001\tempDir-001/jetty1\
   [junit4]   2> 4383206 T19201 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4383207 T19201 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
 5990CFAB39E313B6-001\tempDir-001/jetty1\
   [junit4]   2> 4383207 T19201 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
 5990CFAB39E313B6-001\tempDir-001/jetty1\index/
   [junit4]   2> 4383207 T19201 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
 5990CFAB39E313B6-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4383209 T19201 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
 5990CFAB39E313B6-001\tempDir-001/jetty1\index
   [junit4]   2> 4383210 T19201 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4383211 T19201 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5f3038dc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a6de4ba),segFN=segments_1,generation=1}
   [junit4]   2> 4383211 T19201 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4383216 T19201 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4383216 T19201 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4383216 T19201 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4383216 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383217 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383218 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383218 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383219 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4383219 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4383220 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4383221 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4383221 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4383224 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4383225 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4383225 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4383226 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4383226 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4383227 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4383227 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4383228 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4383229 T19201 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4383235 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383239 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383240 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383242 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383242 T19201 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4383243 T19201 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4383245 T19201 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4383245 T19201 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4383246 T19201 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5483566060332654]
   [junit4]   2> 4383246 T19201 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5f3038dc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a6de4ba),segFN=segments_1,generation=1}
   [junit4]   2> 4383246 T19201 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4383246 T19201 oass.SolrIndexSearcher.<init> Opening 
Searcher@27719508[collection1] main
   [junit4]   2> 4383247 T19201 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4383248 T19201 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4383248 T19201 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4383249 T19201 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4383249 T19201 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4383250 T19201 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4383250 T19201 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4383251 T19201 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4383251 T19201 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4383251 T19201 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4383252 T19202 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@27719508[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4383252 T19201 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4383254 T19205 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:57137/rmyni collection:collection1 
shard:shard2
   [junit4]   2> 4383254 T19147 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4383254 T19147 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4383256 T19205 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4383264 T19205 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 4383266 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383267 T19205 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4383267 T19205 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5544 name=collection1 
org.apache.solr.core.SolrCore@1866f8c 
url=http://127.0.0.1:57137/rmyni/collection1 node=127.0.0.1:57137_rmyni 
C5544_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:57137/rmyni, node_name=127.0.0.1:57137_rmyni, 
state=down}
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:57137/rmyni/collection1/
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:57137/rmyni/collection1/ has no replicas
   [junit4]   2> 4383267 T19205 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:57137/rmyni/collection1/ shard2
   [junit4]   2> 4383268 T19205 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 4383270 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 4383278 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383280 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:57137/rmyni";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 4383392 T19173 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383393 T19200 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383394 T19185 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383447 T19205 oasc.ZkController.register We are 
http://127.0.0.1:57137/rmyni/collection1/ and leader is 
http://127.0.0.1:57137/rmyni/collection1/
   [junit4]   2> 4383447 T19205 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:57137/rmyni
   [junit4]   2> 4383447 T19205 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4383447 T19205 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 4383447 T19205 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4383449 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383452 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57137/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 4383453 T19174 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57137/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4383565 T19173 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383565 T19200 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4383565 T19185 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4384715 T19147 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
 5990CFAB39E313B6-001\shard-2-001\cores\collection1
   [junit4]   2> 4384718 T19147 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 4384718 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4384722 T19147 oejs.AbstractConnector.doStart Started 
[email protected]:57148
   [junit4]   2> 4384722 T19147 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4384723 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4384723 T19147 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
 5990CFAB39E313B6-001\shard-2-001
   [junit4]   2> 4384723 T19147 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
 5990CFAB39E313B6-001\shard-2-001\'
   [junit4]   2> 4384762 T19147 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
 5990CFAB39E313B6-001\shard-2-001\solr.xml
   [junit4]   2> 4384770 T19147 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
 5990CFAB39E313B6-001\shard-2-001\cores
   [junit4]   2> 4384770 T19147 oasc.CoreContainer.<init> New CoreContainer 
1862410086
   [junit4]   2> 4384770 T19147 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
 5990CFAB39E313B6-001\shard-2-001\]
   [junit4]   2> 4384770 T19147 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
 5990CFAB39E313B6-001\shard-2-001\lib
   [junit4]   2> 4384770 T19147 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
 5990CFAB39E313B6-001\shard-2-001\lib).
   [junit4]   2> 4384780 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4384783 T19147 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4384783 T19147 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4384783 T19147 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4384783 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4384783 T19147 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57117/solr
   [junit4]   2> 4384783 T19147 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4384783 T19147 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4384786 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4384788 T19218 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4b9136e name:ZooKeeperConnection 
Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4384788 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4384788 T19147 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4384791 T19149 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14bde2320e90007, 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> 4384793 T19147 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4384794 T19221 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@37dad47b 
name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4384795 T19147 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4384806 T19147 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4385878 T19147 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57147_rmyni
   [junit4]   2> 4385880 T19147 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57147_rmyni
   [junit4]   2> 4385888 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4385892 T19147 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
 5990CFAB39E313B6-001\shard-2-001\cores
   [junit4]   2> 4385893 T19147 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
 5990CFAB39E313B6-001\shard-2-001\cores\collection1\
   [junit4]   2> 4385893 T19147 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 4385896 T19222 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4385896 T19222 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4385897 T19173 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4385897 T19222 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4385898 T19174 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57147/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57147_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 6
   [junit4]   2> 4385899 T19174 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:57147/rmyni";,
   [junit4]   2>          "node_name":"127.0.0.1:57147_rmyni",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4385899 T19174 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4385900 T19174 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 4385901 T19221 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4385901 T19185 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4385902 T19173 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4385902 T19200 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4386964 T19222 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4386964 T19222 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4386965 T19222 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4386965 T19222 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4386967 T19222 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4386967 T19222 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
 5990CFAB39E313B6-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4386988 T19222 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4386991 T19222 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4386997 T19222 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4386999 T19222 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4387020 T19222 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4387024 T19222 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4387030 T19222 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4387161 T19222 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4387167 T19222 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4387167 T19222 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4387182 T19222 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4387186 T19222 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4387188 T19222 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4387189 T19222 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4387190 T19222 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4387190 T19222 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4387191 T19222 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4387191 T19222 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4387191 T19222 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4387192 T19222 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4387192 T19222 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
 5990CFAB39E313B6-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 5990CFAB39E313B6-001\tempDir-001/jetty2\
   [junit4]   2> 4387192 T19222 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4387193 T19222 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
 5990CFAB39E313B6-001\tempDir-001/jetty2\
   [junit4]   2> 4387193 T19222 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
 5990CFAB39E313B6-001\tempDir-001/jetty2\index/
   [junit4]   2> 4387193 T19222 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
 5990CFAB39E313B6-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4387194 T19222 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
 5990CFAB39E313B6-001\tempDir-001/jetty2\index
   [junit4]   2> 4387194 T19222 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4387194 T19222 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7d6f93f7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38a1af56),segFN=segments_1,generation=1}
   [junit4]   2> 4387195 T19222 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4387197 T19222 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4387200 T19222 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4387201 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387201 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4387203 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4387203 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4387204 T19222 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4387204 T19222 oasc.RequestHandlers.init

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

TestReplicationHandlerBackup, DistanceUnitsTest, BlockCacheTest, 
SpellCheckComponentTest, SpatialRPTFieldTypeTest, ZkCLITest, 
AddSchemaFieldsUpdateProcessorFactoryTest, CacheHeaderTest, 
DistributedExpandComponentTest, TestLeaderElectionZkExpiry, 
TestObjectReleaseTracker, SSLMigrationTest, DeleteShardTest, 
TestDynamicLoading, TestSchemaVersionResource, TestShardHandlerFactory, 
TestWriterPerf, CoreAdminHandlerTest, TestSolr4Spatial, OverseerRolesTest, 
HdfsDirectoryFactoryTest, TestGroupingSearch, TestRandomMergePolicy, 
TestSolrQueryParser, DirectSolrSpellCheckerTest, TestConfigOverlay, 
TestRealTimeGet, TestManagedSchemaDynamicFieldResource, 
ResponseLogComponentTest, SolrTestCaseJ4Test, AtomicUpdatesTest, 
RecoveryZkTest, TestDistribDocBasedVersion, TestCloudPivotFacet, 
TestXIncludeConfig, DistributedQueueTest, TestElisionMultitermQuery, 
TestCollectionAPI, TestPHPSerializedResponseWriter, OverseerTest, 
MultiTermTest, CachingDirectoryFactoryTest, TestStressVersions, 
URLClassifyProcessorTest, TestDocSet, TestQuerySenderListener, 
TestCollationField, JSONWriterTest, TestCloudInspectUtil, TestSolrIndexConfig, 
DistributedDebugComponentTest, TestSweetSpotSimilarityFactory, 
TestClusterStateMutator, DocumentBuilderTest, LeaderFailoverAfterPartitionTest, 
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, 
TestPartialUpdateDeduplication, TestDefaultStatsCache, TestFiltering, 
TestValueSourceCache, TestBlobHandler, RegexBoostProcessorTest, 
HdfsSyncSliceTest, AnalyticsQueryTest, TestMiniSolrCloudCluster, 
MBeansHandlerTest, MigrateRouteKeyTest, TestBulkSchemaConcurrent, 
BasicDistributedZkTest, DistributedQueryElevationComponentTest, 
TestStressReorder, TestNonDefinedSimilarityFactory, TestFastLRUCache, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
StandardRequestHandlerTest, PrimitiveFieldTypeTest, TestSearchPerf, 
ClusterStateUpdateTest, EchoParamsTest, ReturnFieldsTest, TestSearcherReuse, 
TestReloadAndDeleteDocs, TestSolrDeletionPolicy2, ExternalCollectionsTest, 
StatelessScriptUpdateProcessorFactoryTest, TermVectorComponentTest, 
TestPhraseSuggestions, EnumFieldTest, DocValuesTest, 
TestSolrQueryParserResource, TestMissingGroups, FileBasedSpellCheckerTest, 
CursorPagingTest, TestExactStatsCache, TestCSVResponseWriter, 
TestBulkSchemaAPI, TestFieldResource, TestSolrDeletionPolicy1, 
DistributedFacetPivotWhiteBoxTest, TestReRankQParserPlugin, QueryParsingTest, 
XmlUpdateRequestHandlerTest, ExitableDirectoryReaderTest, 
TestLuceneMatchVersion, TestStressUserVersions, BinaryUpdateRequestHandlerTest, 
PeerSyncTest, TimeZoneUtilsTest, NoCacheHeaderTest, 
TestSolrConfigHandlerConcurrent, DistanceFunctionTest, SolrCoreTest, 
TestConfig, SolrRequestParserTest, TestBM25SimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFuzzyAnalyzedSuggestions, 
AliasIntegrationTest, TestSolrConfigHandler, 
SignatureUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, 
MergeStrategyTest, TestReplicationHandler, TestInitQParser, AddBlockUpdateTest, 
TestConfigSets, TestDocumentBuilder, AsyncMigrateRouteKeyTest, 
FacetPivotSmallTest, LeaderElectionTest, TestIBSimilarityFactory, 
DocValuesMissingTest, AnalysisAfterCoreReloadTest, SampleTest, 
CollectionsAPIAsyncDistributedZkTest, TestFastOutputStream, 
TestRequestStatusCollectionAPI, BlockDirectoryTest, TestAnalyzedSuggestions, 
SimpleCollectionCreateDeleteTest, DistributedSpellCheckComponentTest, 
AssignTest, TestMaxScoreQueryParser, QueryResultKeyTest, TestRTGBase, 
PrimUtilsTest, QueryEqualityTest, TestQueryUtils, TestNRTOpen, 
TestSystemIdResolver, DirectUpdateHandlerOptimizeTest, TestHdfsUpdateLog, 
TestDocBasedVersionConstraints, TestSolrXml, SolrIndexSplitterTest, 
SharedFSAutoReplicaFailoverTest, InfoHandlerTest, SolrCmdDistributorTest, 
CursorMarkTest, TestSchemaNameResource, TestExtendedDismaxParser, 
TestJmxIntegration, CurrencyFieldOpenExchangeTest, 
TestManagedStopFilterFactory, TestLMDirichletSimilarityFactory, TestInitParams, 
TestOmitPositions, HdfsCollectionsAPIDistributedZkTest, TestLFUCache, 
TestCursorMarkWithoutUniqueKey, ScriptEngineTest, 
TestDynamicFieldCollectionResource, TestConfigReload, TestFieldTypeResource, 
TestPivotHelperCode, DistributedMLTComponentTest, TestQuerySenderNoQuery, 
TestTrackingShardHandlerFactory, HdfsBasicDistributedZk2Test, 
TestSimpleQParserPlugin, PreAnalyzedUpdateProcessorTest, HardAutoCommitTest, 
FieldAnalysisRequestHandlerTest, AlternateDirectoryTest, DebugComponentTest, 
RequestHandlersTest, SimplePostToolTest, TestFunctionQuery, PolyFieldTest, 
SuggesterTest, DistributedIntervalFacetingTest, 
UniqFieldsUpdateProcessorFactoryTest, TestBinaryField, 
TestMiniSolrCloudClusterSSL, CollectionsAPIDistributedZkTest, 
SaslZkACLProviderTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
PathHierarchyTokenizerFactoryTest, TestDefaultSimilarityFactory, 
SharedFSAutoReplicaFailoverUtilsTest, ShardSplitTest, TestStandardQParsers, 
QueryElevationComponentTest, UUIDFieldTest, TestImplicitCoreProperties, 
TestClassNameShortening, OverseerStatusTest, TestDistributedSearch, 
TestCSVLoader, BufferStoreTest, SolrPluginUtilsTest, 
OverseerCollectionProcessorTest, ChaosMonkeySafeLeaderTest, 
TestCloudManagedSchemaConcurrent, TestSolr4Spatial2, TestUtils, 
TestSolrQueryParserDefaultOperatorResource, TestManagedResource, 
BadIndexSchemaTest, DOMUtilTest, DateFieldTest, TestManagedResourceStorage, 
TestSimpleTrackingShardHandler, BasicDistributedZk2Test, 
UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, ZkSolrClientTest, 
TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, 
TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, 
DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, 
SimpleFacetsTest, StatsComponentTest, ConvertedLegacyTest, TestSort, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, 
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, 
SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, 
SuggesterTSTTest, TestStressLucene, TestTrie, SpatialFilterTest, 
SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, 
TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, 
LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, 
JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, 
HighlighterConfigTest, SOLR749Test, UpdateParamsTest, CopyFieldTest, 
SolrIndexConfigTest, BadComponentTest, TestStressRecovery, 
TestMergePolicyConfig, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, 
SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, 
TestDFRSimilarityFactory, TestPerFieldSimilarity, TestFastWriter, 
TestJmxMonitoredMap, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, 
PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, 
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, 
CircularListTest, TestDistributedMissingSort, TestHighlightDedupGrouping, 
TestTolerantSearch, ActionThrottleTest, CloudExitableDirectoryReaderTest, 
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, 
HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, 
RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 80.26s, 1 test, 1 error <<< FAILURES!

[...truncated 291 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, 1871 tests, 1 error, 57 ignored (30 
assumptions)

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


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

Reply via email to